@keystrokehq/penpot 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-access-token.cjs +26 -0
- package/dist/actions/create-access-token.cjs.map +1 -0
- package/dist/actions/create-access-token.d.cts +9 -0
- package/dist/actions/create-access-token.d.cts.map +1 -0
- package/dist/actions/create-access-token.d.mts +9 -0
- package/dist/actions/create-access-token.d.mts.map +1 -0
- package/dist/actions/create-access-token.mjs +23 -0
- package/dist/actions/create-access-token.mjs.map +1 -0
- package/dist/actions/create-comment-thread.cjs +35 -0
- package/dist/actions/create-comment-thread.cjs.map +1 -0
- package/dist/actions/create-comment-thread.d.cts +9 -0
- package/dist/actions/create-comment-thread.d.cts.map +1 -0
- package/dist/actions/create-comment-thread.d.mts +9 -0
- package/dist/actions/create-comment-thread.d.mts.map +1 -0
- package/dist/actions/create-comment-thread.mjs +32 -0
- package/dist/actions/create-comment-thread.mjs.map +1 -0
- package/dist/actions/create-file.cjs +30 -0
- package/dist/actions/create-file.cjs.map +1 -0
- package/dist/actions/create-file.d.cts +9 -0
- package/dist/actions/create-file.d.cts.map +1 -0
- package/dist/actions/create-file.d.mts +9 -0
- package/dist/actions/create-file.d.mts.map +1 -0
- package/dist/actions/create-file.mjs +27 -0
- package/dist/actions/create-file.mjs.map +1 -0
- package/dist/actions/create-project.cjs +27 -0
- package/dist/actions/create-project.cjs.map +1 -0
- package/dist/actions/create-project.d.cts +9 -0
- package/dist/actions/create-project.d.cts.map +1 -0
- package/dist/actions/create-project.d.mts +9 -0
- package/dist/actions/create-project.d.mts.map +1 -0
- package/dist/actions/create-project.mjs +24 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-team-access-request.cjs +20 -0
- package/dist/actions/create-team-access-request.cjs.map +1 -0
- package/dist/actions/create-team-access-request.d.cts +9 -0
- package/dist/actions/create-team-access-request.d.cts.map +1 -0
- package/dist/actions/create-team-access-request.d.mts +9 -0
- package/dist/actions/create-team-access-request.d.mts.map +1 -0
- package/dist/actions/create-team-access-request.mjs +17 -0
- package/dist/actions/create-team-access-request.mjs.map +1 -0
- package/dist/actions/create-team.cjs +33 -0
- package/dist/actions/create-team.cjs.map +1 -0
- package/dist/actions/create-team.d.cts +9 -0
- package/dist/actions/create-team.d.cts.map +1 -0
- package/dist/actions/create-team.d.mts +9 -0
- package/dist/actions/create-team.d.mts.map +1 -0
- package/dist/actions/create-team.mjs +32 -0
- package/dist/actions/create-team.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +26 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +23 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-access-token.cjs +16 -0
- package/dist/actions/delete-access-token.cjs.map +1 -0
- package/dist/actions/delete-access-token.d.cts +9 -0
- package/dist/actions/delete-access-token.d.cts.map +1 -0
- package/dist/actions/delete-access-token.d.mts +9 -0
- package/dist/actions/delete-access-token.d.mts.map +1 -0
- package/dist/actions/delete-access-token.mjs +13 -0
- package/dist/actions/delete-access-token.mjs.map +1 -0
- package/dist/actions/delete-comment.cjs +22 -0
- package/dist/actions/delete-comment.cjs.map +1 -0
- package/dist/actions/delete-comment.d.cts +9 -0
- package/dist/actions/delete-comment.d.cts.map +1 -0
- package/dist/actions/delete-comment.d.mts +9 -0
- package/dist/actions/delete-comment.d.mts.map +1 -0
- package/dist/actions/delete-comment.mjs +19 -0
- package/dist/actions/delete-comment.mjs.map +1 -0
- package/dist/actions/delete-file-snapshot.cjs +16 -0
- package/dist/actions/delete-file-snapshot.cjs.map +1 -0
- package/dist/actions/delete-file-snapshot.d.cts +9 -0
- package/dist/actions/delete-file-snapshot.d.cts.map +1 -0
- package/dist/actions/delete-file-snapshot.d.mts +9 -0
- package/dist/actions/delete-file-snapshot.d.mts.map +1 -0
- package/dist/actions/delete-file-snapshot.mjs +13 -0
- package/dist/actions/delete-file-snapshot.mjs.map +1 -0
- package/dist/actions/delete-project.cjs +16 -0
- package/dist/actions/delete-project.cjs.map +1 -0
- package/dist/actions/delete-project.d.cts +9 -0
- package/dist/actions/delete-project.d.cts.map +1 -0
- package/dist/actions/delete-project.d.mts +9 -0
- package/dist/actions/delete-project.d.mts.map +1 -0
- package/dist/actions/delete-project.mjs +13 -0
- package/dist/actions/delete-project.mjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.cjs +19 -0
- package/dist/actions/delete-team-files-permanently.cjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.cts +9 -0
- package/dist/actions/delete-team-files-permanently.d.cts.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.mts +9 -0
- package/dist/actions/delete-team-files-permanently.d.mts.map +1 -0
- package/dist/actions/delete-team-files-permanently.mjs +16 -0
- package/dist/actions/delete-team-files-permanently.mjs.map +1 -0
- package/dist/actions/delete-team-invitation.cjs +19 -0
- package/dist/actions/delete-team-invitation.cjs.map +1 -0
- package/dist/actions/delete-team-invitation.d.cts +9 -0
- package/dist/actions/delete-team-invitation.d.cts.map +1 -0
- package/dist/actions/delete-team-invitation.d.mts +9 -0
- package/dist/actions/delete-team-invitation.d.mts.map +1 -0
- package/dist/actions/delete-team-invitation.mjs +16 -0
- package/dist/actions/delete-team-invitation.mjs.map +1 -0
- package/dist/actions/delete-team-member.cjs +19 -0
- package/dist/actions/delete-team-member.cjs.map +1 -0
- package/dist/actions/delete-team-member.d.cts +9 -0
- package/dist/actions/delete-team-member.d.cts.map +1 -0
- package/dist/actions/delete-team-member.d.mts +9 -0
- package/dist/actions/delete-team-member.d.mts.map +1 -0
- package/dist/actions/delete-team-member.mjs +16 -0
- package/dist/actions/delete-team-member.mjs.map +1 -0
- package/dist/actions/delete-team.cjs +16 -0
- package/dist/actions/delete-team.cjs.map +1 -0
- package/dist/actions/delete-team.d.cts +9 -0
- package/dist/actions/delete-team.d.cts.map +1 -0
- package/dist/actions/delete-team.d.mts +9 -0
- package/dist/actions/delete-team.d.mts.map +1 -0
- package/dist/actions/delete-team.mjs +13 -0
- package/dist/actions/delete-team.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/duplicate-file.cjs +31 -0
- package/dist/actions/duplicate-file.cjs.map +1 -0
- package/dist/actions/duplicate-file.d.cts +9 -0
- package/dist/actions/duplicate-file.d.cts.map +1 -0
- package/dist/actions/duplicate-file.d.mts +9 -0
- package/dist/actions/duplicate-file.d.mts.map +1 -0
- package/dist/actions/duplicate-file.mjs +28 -0
- package/dist/actions/duplicate-file.mjs.map +1 -0
- package/dist/actions/duplicate-project.cjs +22 -0
- package/dist/actions/duplicate-project.cjs.map +1 -0
- package/dist/actions/duplicate-project.d.cts +9 -0
- package/dist/actions/duplicate-project.d.cts.map +1 -0
- package/dist/actions/duplicate-project.d.mts +9 -0
- package/dist/actions/duplicate-project.d.mts.map +1 -0
- package/dist/actions/duplicate-project.mjs +19 -0
- package/dist/actions/duplicate-project.mjs.map +1 -0
- package/dist/actions/get-access-tokens.cjs +24 -0
- package/dist/actions/get-access-tokens.cjs.map +1 -0
- package/dist/actions/get-access-tokens.d.cts +9 -0
- package/dist/actions/get-access-tokens.d.cts.map +1 -0
- package/dist/actions/get-access-tokens.d.mts +9 -0
- package/dist/actions/get-access-tokens.d.mts.map +1 -0
- package/dist/actions/get-access-tokens.mjs +23 -0
- package/dist/actions/get-access-tokens.mjs.map +1 -0
- package/dist/actions/get-all-projects.cjs +25 -0
- package/dist/actions/get-all-projects.cjs.map +1 -0
- package/dist/actions/get-all-projects.d.cts +9 -0
- package/dist/actions/get-all-projects.d.cts.map +1 -0
- package/dist/actions/get-all-projects.d.mts +9 -0
- package/dist/actions/get-all-projects.d.mts.map +1 -0
- package/dist/actions/get-all-projects.mjs +24 -0
- package/dist/actions/get-all-projects.mjs.map +1 -0
- package/dist/actions/get-builtin-templates.cjs +20 -0
- package/dist/actions/get-builtin-templates.cjs.map +1 -0
- package/dist/actions/get-builtin-templates.d.cts +9 -0
- package/dist/actions/get-builtin-templates.d.cts.map +1 -0
- package/dist/actions/get-builtin-templates.d.mts +9 -0
- package/dist/actions/get-builtin-templates.d.mts.map +1 -0
- package/dist/actions/get-builtin-templates.mjs +19 -0
- package/dist/actions/get-builtin-templates.mjs.map +1 -0
- package/dist/actions/get-comment-thread.cjs +50 -0
- package/dist/actions/get-comment-thread.cjs.map +1 -0
- package/dist/actions/get-comment-thread.d.cts +9 -0
- package/dist/actions/get-comment-thread.d.cts.map +1 -0
- package/dist/actions/get-comment-thread.d.mts +9 -0
- package/dist/actions/get-comment-thread.d.mts.map +1 -0
- package/dist/actions/get-comment-thread.mjs +49 -0
- package/dist/actions/get-comment-thread.mjs.map +1 -0
- package/dist/actions/get-comment-threads.cjs +28 -0
- package/dist/actions/get-comment-threads.cjs.map +1 -0
- package/dist/actions/get-comment-threads.d.cts +9 -0
- package/dist/actions/get-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-comment-threads.d.mts +9 -0
- package/dist/actions/get-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-comment-threads.mjs +27 -0
- package/dist/actions/get-comment-threads.mjs.map +1 -0
- package/dist/actions/get-comments.cjs +24 -0
- package/dist/actions/get-comments.cjs.map +1 -0
- package/dist/actions/get-comments.d.cts +9 -0
- package/dist/actions/get-comments.d.cts.map +1 -0
- package/dist/actions/get-comments.d.mts +9 -0
- package/dist/actions/get-comments.d.mts.map +1 -0
- package/dist/actions/get-comments.mjs +23 -0
- package/dist/actions/get-comments.mjs.map +1 -0
- package/dist/actions/get-file-info.cjs +29 -0
- package/dist/actions/get-file-info.cjs.map +1 -0
- package/dist/actions/get-file-info.d.cts +9 -0
- package/dist/actions/get-file-info.d.cts.map +1 -0
- package/dist/actions/get-file-info.d.mts +9 -0
- package/dist/actions/get-file-info.d.mts.map +1 -0
- package/dist/actions/get-file-info.mjs +26 -0
- package/dist/actions/get-file-info.mjs.map +1 -0
- package/dist/actions/get-file-libraries.cjs +23 -0
- package/dist/actions/get-file-libraries.cjs.map +1 -0
- package/dist/actions/get-file-libraries.d.cts +9 -0
- package/dist/actions/get-file-libraries.d.cts.map +1 -0
- package/dist/actions/get-file-libraries.d.mts +9 -0
- package/dist/actions/get-file-libraries.d.mts.map +1 -0
- package/dist/actions/get-file-libraries.mjs +22 -0
- package/dist/actions/get-file-libraries.mjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.cjs +19 -0
- package/dist/actions/get-file-object-thumbnails.cjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.cts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.cts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.mts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.mts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.mjs +16 -0
- package/dist/actions/get-file-object-thumbnails.mjs.map +1 -0
- package/dist/actions/get-file-snapshots.cjs +22 -0
- package/dist/actions/get-file-snapshots.cjs.map +1 -0
- package/dist/actions/get-file-snapshots.d.cts +9 -0
- package/dist/actions/get-file-snapshots.d.cts.map +1 -0
- package/dist/actions/get-file-snapshots.d.mts +9 -0
- package/dist/actions/get-file-snapshots.d.mts.map +1 -0
- package/dist/actions/get-file-snapshots.mjs +21 -0
- package/dist/actions/get-file-snapshots.mjs.map +1 -0
- package/dist/actions/get-file-summary.cjs +35 -0
- package/dist/actions/get-file-summary.cjs.map +1 -0
- package/dist/actions/get-file-summary.d.cts +9 -0
- package/dist/actions/get-file-summary.d.cts.map +1 -0
- package/dist/actions/get-file-summary.d.mts +9 -0
- package/dist/actions/get-file-summary.d.mts.map +1 -0
- package/dist/actions/get-file-summary.mjs +34 -0
- package/dist/actions/get-file-summary.mjs.map +1 -0
- package/dist/actions/get-file.cjs +41 -0
- package/dist/actions/get-file.cjs.map +1 -0
- package/dist/actions/get-file.d.cts +9 -0
- package/dist/actions/get-file.d.cts.map +1 -0
- package/dist/actions/get-file.d.mts +9 -0
- package/dist/actions/get-file.d.mts.map +1 -0
- package/dist/actions/get-file.mjs +40 -0
- package/dist/actions/get-file.mjs.map +1 -0
- package/dist/actions/get-font-variants.cjs +21 -0
- package/dist/actions/get-font-variants.cjs.map +1 -0
- package/dist/actions/get-font-variants.d.cts +9 -0
- package/dist/actions/get-font-variants.d.cts.map +1 -0
- package/dist/actions/get-font-variants.d.mts +9 -0
- package/dist/actions/get-font-variants.d.mts.map +1 -0
- package/dist/actions/get-font-variants.mjs +18 -0
- package/dist/actions/get-font-variants.mjs.map +1 -0
- package/dist/actions/get-library-file-references.cjs +22 -0
- package/dist/actions/get-library-file-references.cjs.map +1 -0
- package/dist/actions/get-library-file-references.d.cts +9 -0
- package/dist/actions/get-library-file-references.d.cts.map +1 -0
- package/dist/actions/get-library-file-references.d.mts +9 -0
- package/dist/actions/get-library-file-references.d.mts.map +1 -0
- package/dist/actions/get-library-file-references.mjs +21 -0
- package/dist/actions/get-library-file-references.mjs.map +1 -0
- package/dist/actions/get-library-usage.cjs +16 -0
- package/dist/actions/get-library-usage.cjs.map +1 -0
- package/dist/actions/get-library-usage.d.cts +9 -0
- package/dist/actions/get-library-usage.d.cts.map +1 -0
- package/dist/actions/get-library-usage.d.mts +9 -0
- package/dist/actions/get-library-usage.d.mts.map +1 -0
- package/dist/actions/get-library-usage.mjs +13 -0
- package/dist/actions/get-library-usage.mjs.map +1 -0
- package/dist/actions/get-owned-teams.cjs +24 -0
- package/dist/actions/get-owned-teams.cjs.map +1 -0
- package/dist/actions/get-owned-teams.d.cts +9 -0
- package/dist/actions/get-owned-teams.d.cts.map +1 -0
- package/dist/actions/get-owned-teams.d.mts +9 -0
- package/dist/actions/get-owned-teams.d.mts.map +1 -0
- package/dist/actions/get-owned-teams.mjs +23 -0
- package/dist/actions/get-owned-teams.mjs.map +1 -0
- package/dist/actions/get-page.cjs +25 -0
- package/dist/actions/get-page.cjs.map +1 -0
- package/dist/actions/get-page.d.cts +9 -0
- package/dist/actions/get-page.d.cts.map +1 -0
- package/dist/actions/get-page.d.mts +9 -0
- package/dist/actions/get-page.d.mts.map +1 -0
- package/dist/actions/get-page.mjs +22 -0
- package/dist/actions/get-page.mjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.cjs +24 -0
- package/dist/actions/get-profiles-for-file-comments.cjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.mjs +23 -0
- package/dist/actions/get-profiles-for-file-comments.mjs.map +1 -0
- package/dist/actions/get-project-files.cjs +29 -0
- package/dist/actions/get-project-files.cjs.map +1 -0
- package/dist/actions/get-project-files.d.cts +9 -0
- package/dist/actions/get-project-files.d.cts.map +1 -0
- package/dist/actions/get-project-files.d.mts +9 -0
- package/dist/actions/get-project-files.d.mts.map +1 -0
- package/dist/actions/get-project-files.mjs +28 -0
- package/dist/actions/get-project-files.mjs.map +1 -0
- package/dist/actions/get-project.cjs +24 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +21 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-sso-provider.cjs +16 -0
- package/dist/actions/get-sso-provider.cjs.map +1 -0
- package/dist/actions/get-sso-provider.d.cts +9 -0
- package/dist/actions/get-sso-provider.d.cts.map +1 -0
- package/dist/actions/get-sso-provider.d.mts +9 -0
- package/dist/actions/get-sso-provider.d.mts.map +1 -0
- package/dist/actions/get-sso-provider.mjs +13 -0
- package/dist/actions/get-sso-provider.mjs.map +1 -0
- package/dist/actions/get-subscription-usage.cjs +22 -0
- package/dist/actions/get-subscription-usage.cjs.map +1 -0
- package/dist/actions/get-subscription-usage.d.cts +9 -0
- package/dist/actions/get-subscription-usage.d.cts.map +1 -0
- package/dist/actions/get-subscription-usage.d.mts +9 -0
- package/dist/actions/get-subscription-usage.d.mts.map +1 -0
- package/dist/actions/get-subscription-usage.mjs +19 -0
- package/dist/actions/get-subscription-usage.mjs.map +1 -0
- package/dist/actions/get-team-deleted-files.cjs +26 -0
- package/dist/actions/get-team-deleted-files.cjs.map +1 -0
- package/dist/actions/get-team-deleted-files.d.cts +9 -0
- package/dist/actions/get-team-deleted-files.d.cts.map +1 -0
- package/dist/actions/get-team-deleted-files.d.mts +9 -0
- package/dist/actions/get-team-deleted-files.d.mts.map +1 -0
- package/dist/actions/get-team-deleted-files.mjs +25 -0
- package/dist/actions/get-team-deleted-files.mjs.map +1 -0
- package/dist/actions/get-team-info.cjs +23 -0
- package/dist/actions/get-team-info.cjs.map +1 -0
- package/dist/actions/get-team-info.d.cts +9 -0
- package/dist/actions/get-team-info.d.cts.map +1 -0
- package/dist/actions/get-team-info.d.mts +9 -0
- package/dist/actions/get-team-info.d.mts.map +1 -0
- package/dist/actions/get-team-info.mjs +20 -0
- package/dist/actions/get-team-info.mjs.map +1 -0
- package/dist/actions/get-team-invitations.cjs +23 -0
- package/dist/actions/get-team-invitations.cjs.map +1 -0
- package/dist/actions/get-team-invitations.d.cts +9 -0
- package/dist/actions/get-team-invitations.d.cts.map +1 -0
- package/dist/actions/get-team-invitations.d.mts +9 -0
- package/dist/actions/get-team-invitations.d.mts.map +1 -0
- package/dist/actions/get-team-invitations.mjs +22 -0
- package/dist/actions/get-team-invitations.mjs.map +1 -0
- package/dist/actions/get-team-members.cjs +27 -0
- package/dist/actions/get-team-members.cjs.map +1 -0
- package/dist/actions/get-team-members.d.cts +9 -0
- package/dist/actions/get-team-members.d.cts.map +1 -0
- package/dist/actions/get-team-members.d.mts +9 -0
- package/dist/actions/get-team-members.d.mts.map +1 -0
- package/dist/actions/get-team-members.mjs +26 -0
- package/dist/actions/get-team-members.mjs.map +1 -0
- package/dist/actions/get-team-shared-files.cjs +27 -0
- package/dist/actions/get-team-shared-files.cjs.map +1 -0
- package/dist/actions/get-team-shared-files.d.cts +9 -0
- package/dist/actions/get-team-shared-files.d.cts.map +1 -0
- package/dist/actions/get-team-shared-files.d.mts +9 -0
- package/dist/actions/get-team-shared-files.d.mts.map +1 -0
- package/dist/actions/get-team-shared-files.mjs +26 -0
- package/dist/actions/get-team-shared-files.mjs.map +1 -0
- package/dist/actions/get-team-stats.cjs +20 -0
- package/dist/actions/get-team-stats.cjs.map +1 -0
- package/dist/actions/get-team-stats.d.cts +9 -0
- package/dist/actions/get-team-stats.d.cts.map +1 -0
- package/dist/actions/get-team-stats.d.mts +9 -0
- package/dist/actions/get-team-stats.d.mts.map +1 -0
- package/dist/actions/get-team-stats.mjs +17 -0
- package/dist/actions/get-team-stats.mjs.map +1 -0
- package/dist/actions/get-team-users.cjs +30 -0
- package/dist/actions/get-team-users.cjs.map +1 -0
- package/dist/actions/get-team-users.d.cts +9 -0
- package/dist/actions/get-team-users.d.cts.map +1 -0
- package/dist/actions/get-team-users.d.mts +9 -0
- package/dist/actions/get-team-users.d.mts.map +1 -0
- package/dist/actions/get-team-users.mjs +29 -0
- package/dist/actions/get-team-users.mjs.map +1 -0
- package/dist/actions/get-team.cjs +23 -0
- package/dist/actions/get-team.cjs.map +1 -0
- package/dist/actions/get-team.d.cts +9 -0
- package/dist/actions/get-team.d.cts.map +1 -0
- package/dist/actions/get-team.d.mts +9 -0
- package/dist/actions/get-team.d.mts.map +1 -0
- package/dist/actions/get-team.mjs +20 -0
- package/dist/actions/get-team.mjs.map +1 -0
- package/dist/actions/get-teams.cjs +30 -0
- package/dist/actions/get-teams.cjs.map +1 -0
- package/dist/actions/get-teams.d.cts +9 -0
- package/dist/actions/get-teams.d.cts.map +1 -0
- package/dist/actions/get-teams.d.mts +9 -0
- package/dist/actions/get-teams.d.mts.map +1 -0
- package/dist/actions/get-teams.mjs +29 -0
- package/dist/actions/get-teams.mjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.cjs +29 -0
- package/dist/actions/get-unread-comment-threads.cjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.cts +9 -0
- package/dist/actions/get-unread-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.mts +9 -0
- package/dist/actions/get-unread-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-unread-comment-threads.mjs +28 -0
- package/dist/actions/get-unread-comment-threads.mjs.map +1 -0
- package/dist/actions/get-view-only-bundle.cjs +31 -0
- package/dist/actions/get-view-only-bundle.cjs.map +1 -0
- package/dist/actions/get-view-only-bundle.d.cts +9 -0
- package/dist/actions/get-view-only-bundle.d.cts.map +1 -0
- package/dist/actions/get-view-only-bundle.d.mts +9 -0
- package/dist/actions/get-view-only-bundle.d.mts.map +1 -0
- package/dist/actions/get-view-only-bundle.mjs +28 -0
- package/dist/actions/get-view-only-bundle.mjs.map +1 -0
- package/dist/actions/get-webhooks.cjs +33 -0
- package/dist/actions/get-webhooks.cjs.map +1 -0
- package/dist/actions/get-webhooks.d.cts +9 -0
- package/dist/actions/get-webhooks.d.cts.map +1 -0
- package/dist/actions/get-webhooks.d.mts +9 -0
- package/dist/actions/get-webhooks.d.mts.map +1 -0
- package/dist/actions/get-webhooks.mjs +32 -0
- package/dist/actions/get-webhooks.mjs.map +1 -0
- package/dist/actions/has-file-libraries.cjs +16 -0
- package/dist/actions/has-file-libraries.cjs.map +1 -0
- package/dist/actions/has-file-libraries.d.cts +9 -0
- package/dist/actions/has-file-libraries.d.cts.map +1 -0
- package/dist/actions/has-file-libraries.d.mts +9 -0
- package/dist/actions/has-file-libraries.d.mts.map +1 -0
- package/dist/actions/has-file-libraries.mjs +13 -0
- package/dist/actions/has-file-libraries.mjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.cjs +19 -0
- package/dist/actions/ignore-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.mjs +16 -0
- package/dist/actions/ignore-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/index.cjs +181 -0
- package/dist/actions/index.d.cts +91 -0
- package/dist/actions/index.d.mts +91 -0
- package/dist/actions/index.mjs +91 -0
- package/dist/actions/link-file-to-library.cjs +26 -0
- package/dist/actions/link-file-to-library.cjs.map +1 -0
- package/dist/actions/link-file-to-library.d.cts +9 -0
- package/dist/actions/link-file-to-library.d.cts.map +1 -0
- package/dist/actions/link-file-to-library.d.mts +9 -0
- package/dist/actions/link-file-to-library.d.mts.map +1 -0
- package/dist/actions/link-file-to-library.mjs +25 -0
- package/dist/actions/link-file-to-library.mjs.map +1 -0
- package/dist/actions/lock-file-snapshot.cjs +16 -0
- package/dist/actions/lock-file-snapshot.cjs.map +1 -0
- package/dist/actions/lock-file-snapshot.d.cts +9 -0
- package/dist/actions/lock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/lock-file-snapshot.d.mts +9 -0
- package/dist/actions/lock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/lock-file-snapshot.mjs +13 -0
- package/dist/actions/lock-file-snapshot.mjs.map +1 -0
- package/dist/actions/logout.cjs +16 -0
- package/dist/actions/logout.cjs.map +1 -0
- package/dist/actions/logout.d.cts +9 -0
- package/dist/actions/logout.d.cts.map +1 -0
- package/dist/actions/logout.d.mts +9 -0
- package/dist/actions/logout.d.mts.map +1 -0
- package/dist/actions/logout.mjs +13 -0
- package/dist/actions/logout.mjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.cjs +19 -0
- package/dist/actions/mark-all-threads-as-read.cjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.cts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.cts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.mts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.mts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.mjs +16 -0
- package/dist/actions/mark-all-threads-as-read.mjs.map +1 -0
- package/dist/actions/move-files.cjs +19 -0
- package/dist/actions/move-files.cjs.map +1 -0
- package/dist/actions/move-files.d.cts +9 -0
- package/dist/actions/move-files.d.cts.map +1 -0
- package/dist/actions/move-files.d.mts +9 -0
- package/dist/actions/move-files.d.mts.map +1 -0
- package/dist/actions/move-files.mjs +16 -0
- package/dist/actions/move-files.mjs.map +1 -0
- package/dist/actions/move-project.cjs +19 -0
- package/dist/actions/move-project.cjs.map +1 -0
- package/dist/actions/move-project.d.cts +9 -0
- package/dist/actions/move-project.d.cts.map +1 -0
- package/dist/actions/move-project.d.mts +9 -0
- package/dist/actions/move-project.d.mts.map +1 -0
- package/dist/actions/move-project.mjs +16 -0
- package/dist/actions/move-project.mjs.map +1 -0
- package/dist/actions/prepare-register-profile.cjs +28 -0
- package/dist/actions/prepare-register-profile.cjs.map +1 -0
- package/dist/actions/prepare-register-profile.d.cts +9 -0
- package/dist/actions/prepare-register-profile.d.cts.map +1 -0
- package/dist/actions/prepare-register-profile.d.mts +9 -0
- package/dist/actions/prepare-register-profile.d.mts.map +1 -0
- package/dist/actions/prepare-register-profile.mjs +25 -0
- package/dist/actions/prepare-register-profile.mjs.map +1 -0
- package/dist/actions/push-audit-events.cjs +21 -0
- package/dist/actions/push-audit-events.cjs.map +1 -0
- package/dist/actions/push-audit-events.d.cts +9 -0
- package/dist/actions/push-audit-events.d.cts.map +1 -0
- package/dist/actions/push-audit-events.d.mts +9 -0
- package/dist/actions/push-audit-events.d.mts.map +1 -0
- package/dist/actions/push-audit-events.mjs +18 -0
- package/dist/actions/push-audit-events.mjs.map +1 -0
- package/dist/actions/register-profile.cjs +22 -0
- package/dist/actions/register-profile.cjs.map +1 -0
- package/dist/actions/register-profile.d.cts +9 -0
- package/dist/actions/register-profile.d.cts.map +1 -0
- package/dist/actions/register-profile.d.mts +9 -0
- package/dist/actions/register-profile.d.mts.map +1 -0
- package/dist/actions/register-profile.mjs +19 -0
- package/dist/actions/register-profile.mjs.map +1 -0
- package/dist/actions/rename-file.cjs +24 -0
- package/dist/actions/rename-file.cjs.map +1 -0
- package/dist/actions/rename-file.d.cts +9 -0
- package/dist/actions/rename-file.d.cts.map +1 -0
- package/dist/actions/rename-file.d.mts +9 -0
- package/dist/actions/rename-file.d.mts.map +1 -0
- package/dist/actions/rename-file.mjs +21 -0
- package/dist/actions/rename-file.mjs.map +1 -0
- package/dist/actions/rename-project.cjs +26 -0
- package/dist/actions/rename-project.cjs.map +1 -0
- package/dist/actions/rename-project.d.cts +9 -0
- package/dist/actions/rename-project.d.cts.map +1 -0
- package/dist/actions/rename-project.d.mts +9 -0
- package/dist/actions/rename-project.d.mts.map +1 -0
- package/dist/actions/rename-project.mjs +23 -0
- package/dist/actions/rename-project.mjs.map +1 -0
- package/dist/actions/request-profile-recovery.cjs +16 -0
- package/dist/actions/request-profile-recovery.cjs.map +1 -0
- package/dist/actions/request-profile-recovery.d.cts +9 -0
- package/dist/actions/request-profile-recovery.d.cts.map +1 -0
- package/dist/actions/request-profile-recovery.d.mts +9 -0
- package/dist/actions/request-profile-recovery.d.mts.map +1 -0
- package/dist/actions/request-profile-recovery.mjs +13 -0
- package/dist/actions/request-profile-recovery.mjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.cjs +19 -0
- package/dist/actions/restore-deleted-team-files.cjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.cts +9 -0
- package/dist/actions/restore-deleted-team-files.d.cts.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.mts +9 -0
- package/dist/actions/restore-deleted-team-files.d.mts.map +1 -0
- package/dist/actions/restore-deleted-team-files.mjs +16 -0
- package/dist/actions/restore-deleted-team-files.mjs.map +1 -0
- package/dist/actions/restore-file-snapshot.cjs +19 -0
- package/dist/actions/restore-file-snapshot.cjs.map +1 -0
- package/dist/actions/restore-file-snapshot.d.cts +9 -0
- package/dist/actions/restore-file-snapshot.d.cts.map +1 -0
- package/dist/actions/restore-file-snapshot.d.mts +9 -0
- package/dist/actions/restore-file-snapshot.d.mts.map +1 -0
- package/dist/actions/restore-file-snapshot.mjs +16 -0
- package/dist/actions/restore-file-snapshot.mjs.map +1 -0
- package/dist/actions/search-files.cjs +28 -0
- package/dist/actions/search-files.cjs.map +1 -0
- package/dist/actions/search-files.d.cts +9 -0
- package/dist/actions/search-files.d.cts.map +1 -0
- package/dist/actions/search-files.d.mts +9 -0
- package/dist/actions/search-files.d.mts.map +1 -0
- package/dist/actions/search-files.mjs +27 -0
- package/dist/actions/search-files.mjs.map +1 -0
- package/dist/actions/send-user-feedback.cjs +25 -0
- package/dist/actions/send-user-feedback.cjs.map +1 -0
- package/dist/actions/send-user-feedback.d.cts +9 -0
- package/dist/actions/send-user-feedback.d.cts.map +1 -0
- package/dist/actions/send-user-feedback.d.mts +9 -0
- package/dist/actions/send-user-feedback.d.mts.map +1 -0
- package/dist/actions/send-user-feedback.mjs +22 -0
- package/dist/actions/send-user-feedback.mjs.map +1 -0
- package/dist/actions/set-file-shared.cjs +26 -0
- package/dist/actions/set-file-shared.cjs.map +1 -0
- package/dist/actions/set-file-shared.d.cts +9 -0
- package/dist/actions/set-file-shared.d.cts.map +1 -0
- package/dist/actions/set-file-shared.d.mts +9 -0
- package/dist/actions/set-file-shared.d.mts.map +1 -0
- package/dist/actions/set-file-shared.mjs +23 -0
- package/dist/actions/set-file-shared.mjs.map +1 -0
- package/dist/actions/unlink-file-from-library.cjs +19 -0
- package/dist/actions/unlink-file-from-library.cjs.map +1 -0
- package/dist/actions/unlink-file-from-library.d.cts +9 -0
- package/dist/actions/unlink-file-from-library.d.cts.map +1 -0
- package/dist/actions/unlink-file-from-library.d.mts +9 -0
- package/dist/actions/unlink-file-from-library.d.mts.map +1 -0
- package/dist/actions/unlink-file-from-library.mjs +16 -0
- package/dist/actions/unlink-file-from-library.mjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.cjs +16 -0
- package/dist/actions/unlock-file-snapshot.cjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.cts +9 -0
- package/dist/actions/unlock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.mts +9 -0
- package/dist/actions/unlock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/unlock-file-snapshot.mjs +13 -0
- package/dist/actions/unlock-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.cjs +31 -0
- package/dist/actions/update-comment-thread-frame.cjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.cts +9 -0
- package/dist/actions/update-comment-thread-frame.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.mts +9 -0
- package/dist/actions/update-comment-thread-frame.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-frame.mjs +28 -0
- package/dist/actions/update-comment-thread-frame.mjs.map +1 -0
- package/dist/actions/update-comment-thread-position.cjs +32 -0
- package/dist/actions/update-comment-thread-position.cjs.map +1 -0
- package/dist/actions/update-comment-thread-position.d.cts +9 -0
- package/dist/actions/update-comment-thread-position.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-position.d.mts +9 -0
- package/dist/actions/update-comment-thread-position.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-position.mjs +29 -0
- package/dist/actions/update-comment-thread-position.mjs.map +1 -0
- package/dist/actions/update-comment-thread-status.cjs +23 -0
- package/dist/actions/update-comment-thread-status.cjs.map +1 -0
- package/dist/actions/update-comment-thread-status.d.cts +9 -0
- package/dist/actions/update-comment-thread-status.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-status.d.mts +9 -0
- package/dist/actions/update-comment-thread-status.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-status.mjs +20 -0
- package/dist/actions/update-comment-thread-status.mjs.map +1 -0
- package/dist/actions/update-comment-thread.cjs +31 -0
- package/dist/actions/update-comment-thread.cjs.map +1 -0
- package/dist/actions/update-comment-thread.d.cts +9 -0
- package/dist/actions/update-comment-thread.d.cts.map +1 -0
- package/dist/actions/update-comment-thread.d.mts +9 -0
- package/dist/actions/update-comment-thread.d.mts.map +1 -0
- package/dist/actions/update-comment-thread.mjs +28 -0
- package/dist/actions/update-comment-thread.mjs.map +1 -0
- package/dist/actions/update-comment.cjs +29 -0
- package/dist/actions/update-comment.cjs.map +1 -0
- package/dist/actions/update-comment.d.cts +9 -0
- package/dist/actions/update-comment.d.cts.map +1 -0
- package/dist/actions/update-comment.d.mts +9 -0
- package/dist/actions/update-comment.d.mts.map +1 -0
- package/dist/actions/update-comment.mjs +26 -0
- package/dist/actions/update-comment.mjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.cjs +19 -0
- package/dist/actions/update-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.cts +9 -0
- package/dist/actions/update-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.mts +9 -0
- package/dist/actions/update-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/update-file-library-sync-status.mjs +16 -0
- package/dist/actions/update-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/update-file-snapshot.cjs +19 -0
- package/dist/actions/update-file-snapshot.cjs.map +1 -0
- package/dist/actions/update-file-snapshot.d.cts +9 -0
- package/dist/actions/update-file-snapshot.d.cts.map +1 -0
- package/dist/actions/update-file-snapshot.d.mts +9 -0
- package/dist/actions/update-file-snapshot.d.mts.map +1 -0
- package/dist/actions/update-file-snapshot.mjs +16 -0
- package/dist/actions/update-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-file.cjs +32 -0
- package/dist/actions/update-file.cjs.map +1 -0
- package/dist/actions/update-file.d.cts +9 -0
- package/dist/actions/update-file.d.cts.map +1 -0
- package/dist/actions/update-file.d.mts +9 -0
- package/dist/actions/update-file.d.mts.map +1 -0
- package/dist/actions/update-file.mjs +31 -0
- package/dist/actions/update-file.mjs.map +1 -0
- package/dist/actions/update-font.cjs +20 -0
- package/dist/actions/update-font.cjs.map +1 -0
- package/dist/actions/update-font.d.cts +9 -0
- package/dist/actions/update-font.d.cts.map +1 -0
- package/dist/actions/update-font.d.mts +9 -0
- package/dist/actions/update-font.d.mts.map +1 -0
- package/dist/actions/update-font.mjs +17 -0
- package/dist/actions/update-font.mjs.map +1 -0
- package/dist/actions/update-profile-notifications.cjs +32 -0
- package/dist/actions/update-profile-notifications.cjs.map +1 -0
- package/dist/actions/update-profile-notifications.d.cts +9 -0
- package/dist/actions/update-profile-notifications.d.cts.map +1 -0
- package/dist/actions/update-profile-notifications.d.mts +9 -0
- package/dist/actions/update-profile-notifications.d.mts.map +1 -0
- package/dist/actions/update-profile-notifications.mjs +29 -0
- package/dist/actions/update-profile-notifications.mjs.map +1 -0
- package/dist/actions/update-profile-props.cjs +42 -0
- package/dist/actions/update-profile-props.cjs.map +1 -0
- package/dist/actions/update-profile-props.d.cts +9 -0
- package/dist/actions/update-profile-props.d.cts.map +1 -0
- package/dist/actions/update-profile-props.d.mts +9 -0
- package/dist/actions/update-profile-props.d.mts.map +1 -0
- package/dist/actions/update-profile-props.mjs +39 -0
- package/dist/actions/update-profile-props.mjs.map +1 -0
- package/dist/actions/update-profile.cjs +54 -0
- package/dist/actions/update-profile.cjs.map +1 -0
- package/dist/actions/update-profile.d.cts +9 -0
- package/dist/actions/update-profile.d.cts.map +1 -0
- package/dist/actions/update-profile.d.mts +9 -0
- package/dist/actions/update-profile.d.mts.map +1 -0
- package/dist/actions/update-profile.mjs +53 -0
- package/dist/actions/update-profile.mjs.map +1 -0
- package/dist/actions/update-project-pin.cjs +27 -0
- package/dist/actions/update-project-pin.cjs.map +1 -0
- package/dist/actions/update-project-pin.d.cts +9 -0
- package/dist/actions/update-project-pin.d.cts.map +1 -0
- package/dist/actions/update-project-pin.d.mts +9 -0
- package/dist/actions/update-project-pin.d.mts.map +1 -0
- package/dist/actions/update-project-pin.mjs +24 -0
- package/dist/actions/update-project-pin.mjs.map +1 -0
- package/dist/actions/update-team-invitation-role.cjs +25 -0
- package/dist/actions/update-team-invitation-role.cjs.map +1 -0
- package/dist/actions/update-team-invitation-role.d.cts +9 -0
- package/dist/actions/update-team-invitation-role.d.cts.map +1 -0
- package/dist/actions/update-team-invitation-role.d.mts +9 -0
- package/dist/actions/update-team-invitation-role.d.mts.map +1 -0
- package/dist/actions/update-team-invitation-role.mjs +22 -0
- package/dist/actions/update-team-invitation-role.mjs.map +1 -0
- package/dist/actions/update-team.cjs +26 -0
- package/dist/actions/update-team.cjs.map +1 -0
- package/dist/actions/update-team.d.cts +9 -0
- package/dist/actions/update-team.d.cts.map +1 -0
- package/dist/actions/update-team.d.mts +9 -0
- package/dist/actions/update-team.d.mts.map +1 -0
- package/dist/actions/update-team.mjs +23 -0
- package/dist/actions/update-team.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +27 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +9 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +9 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +24 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/verify-token.cjs +23 -0
- package/dist/actions/verify-token.cjs.map +1 -0
- package/dist/actions/verify-token.d.cts +9 -0
- package/dist/actions/verify-token.d.cts.map +1 -0
- package/dist/actions/verify-token.d.mts +9 -0
- package/dist/actions/verify-token.d.mts.map +1 -0
- package/dist/actions/verify-token.mjs +20 -0
- package/dist/actions/verify-token.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +186 -0
- package/dist/index.d.cts +93 -0
- package/dist/index.d.mts +93 -0
- package/dist/index.mjs +94 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/push-audit-events.d.ts
|
|
4
|
+
declare const PenpotPushAuditEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotPushAuditEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotPushAuditEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotPushAuditEvents };
|
|
9
|
+
//# sourceMappingURL=push-audit-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-audit-events.d.mts","names":[],"sources":["../../src/actions/push-audit-events.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAOsB;AAAA,cACpD,2BAAA,EAA6B,CAAA,CAAE,UAEc;AAAA,cAE7C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotPushAuditEvents = action("PENPOT_PUSH_AUDIT_EVENTS", {
|
|
4
|
+
slug: "penpot-push-audit-events",
|
|
5
|
+
name: "Push Audit Events",
|
|
6
|
+
description: "Tool to push audit events to Penpot for tracking system behavior and user actions. Use when you need to log important events like user actions, file changes, or team modifications for auditing purposes.",
|
|
7
|
+
input: z.object({ events: z.array(z.object({
|
|
8
|
+
name: z.string().describe("Name identifier for the audit event (alphanumeric, dash, underscore only, 1-50 characters)"),
|
|
9
|
+
type: z.enum(["identify", "action"]).describe("Type of audit event - 'identify' for identification events or 'action' for user actions"),
|
|
10
|
+
props: z.object({}).describe("Event-specific properties containing additional data about the audit event"),
|
|
11
|
+
context: z.object({}).describe("Optional contextual information about the event such as request metadata or environment details").optional()
|
|
12
|
+
}).describe("Schema for a single audit event.")).describe("Array of audit events to push (must contain at least one event)") }).describe("Request schema for pushing audit events to Penpot."),
|
|
13
|
+
output: z.object({ success: z.boolean().describe("Indicates whether the audit events were successfully recorded").nullable().optional() }).describe("Response schema after pushing audit events.")
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { penpotPushAuditEvents };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=push-audit-events.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-audit-events.mjs","names":[],"sources":["../../src/actions/push-audit-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotPushAuditEventsInput: z.ZodTypeAny = z.object({\n events: z.array(z.object({\n name: z.string().describe(\"Name identifier for the audit event (alphanumeric, dash, underscore only, 1-50 characters)\"),\n type: z.enum([\"identify\", \"action\"]).describe(\"Type of audit event - 'identify' for identification events or 'action' for user actions\"),\n props: z.object({}).describe(\"Event-specific properties containing additional data about the audit event\"),\n context: z.object({}).describe(\"Optional contextual information about the event such as request metadata or environment details\").optional(),\n}).describe(\"Schema for a single audit event.\")).describe(\"Array of audit events to push (must contain at least one event)\"),\n}).describe(\"Request schema for pushing audit events to Penpot.\");\nexport const PenpotPushAuditEventsOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the audit events were successfully recorded\").nullable().optional(),\n}).describe(\"Response schema after pushing audit events.\");\n\nexport const penpotPushAuditEvents = action(\"PENPOT_PUSH_AUDIT_EVENTS\", {\n slug: \"penpot-push-audit-events\",\n name: \"Push Audit Events\",\n description: \"Tool to push audit events to Penpot for tracking system behavior and user actions. Use when you need to log important events like user actions, file changes, or team modifications for auditing purposes.\",\n input: PenpotPushAuditEventsInput,\n output: PenpotPushAuditEventsOutput,\n});\n"],"mappings":";;AAgBA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,EAAE,OAAO;EACzB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;EACtH,MAAM,EAAE,KAAK,CAAC,YAAY,QAAQ,CAAC,CAAC,CAAC,SAAS,yFAAyF;EACvI,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;EACzG,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC7I,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,CAAC,SAAS,iEAAiE,EAC3H,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrH,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/register-profile.ts
|
|
4
|
+
const PenpotRegisterProfileInput = zod.z.object({ token: zod.z.string().describe("Registration token received from the prepare-register-profile endpoint, typically sent via email verification. This JWT token contains the encrypted registration data.") }).describe("Request model for completing user registration.");
|
|
5
|
+
const PenpotRegisterProfileOutput = zod.z.object({
|
|
6
|
+
email: zod.z.string().describe("Email address of the registered user").nullable().optional(),
|
|
7
|
+
message: zod.z.string().describe("Message about the registration result").nullable().optional(),
|
|
8
|
+
success: zod.z.boolean().describe("Whether the registration was successful").nullable().optional(),
|
|
9
|
+
fullname: zod.z.string().describe("Full name of the registered user").nullable().optional(),
|
|
10
|
+
profile_id: zod.z.string().describe("UUID of the newly created user profile").nullable().optional()
|
|
11
|
+
}).describe("Response model for completed user registration.");
|
|
12
|
+
const penpotRegisterProfile = require_action.action("PENPOT_REGISTER_PROFILE", {
|
|
13
|
+
slug: "penpot-register-profile",
|
|
14
|
+
name: "Register Profile",
|
|
15
|
+
description: "Tool to complete user registration with profile details using a verification token. Use when you have a registration token from the prepare-register-profile endpoint and need to finalize the user account creation.",
|
|
16
|
+
input: PenpotRegisterProfileInput,
|
|
17
|
+
output: PenpotRegisterProfileOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.penpotRegisterProfile = penpotRegisterProfile;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=register-profile.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-profile.cjs","names":["z","action"],"sources":["../../src/actions/register-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRegisterProfileInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Registration token received from the prepare-register-profile endpoint, typically sent via email verification. This JWT token contains the encrypted registration data.\"),\n}).describe(\"Request model for completing user registration.\");\nexport const PenpotRegisterProfileOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the registered user\").nullable().optional(),\n message: z.string().describe(\"Message about the registration result\").nullable().optional(),\n success: z.boolean().describe(\"Whether the registration was successful\").nullable().optional(),\n fullname: z.string().describe(\"Full name of the registered user\").nullable().optional(),\n profile_id: z.string().describe(\"UUID of the newly created user profile\").nullable().optional(),\n}).describe(\"Response model for completed user registration.\");\n\nexport const penpotRegisterProfile = action(\"PENPOT_REGISTER_PROFILE\", {\n slug: \"penpot-register-profile\",\n name: \"Register Profile\",\n description: \"Tool to complete user registration with profile details using a verification token. Use when you have a registration token from the prepare-register-profile endpoint and need to finalize the user account creation.\",\n input: PenpotRegisterProfileInput,\n output: PenpotRegisterProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,EACtM,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/register-profile.d.ts
|
|
4
|
+
declare const PenpotRegisterProfileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRegisterProfileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRegisterProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRegisterProfile };
|
|
9
|
+
//# sourceMappingURL=register-profile.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-profile.d.cts","names":[],"sources":["../../src/actions/register-profile.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmB;AAAA,cACjD,2BAAA,EAA6B,CAAA,CAAE,UAMkB;AAAA,cAEjD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/register-profile.d.ts
|
|
4
|
+
declare const PenpotRegisterProfileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRegisterProfileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRegisterProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRegisterProfile };
|
|
9
|
+
//# sourceMappingURL=register-profile.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-profile.d.mts","names":[],"sources":["../../src/actions/register-profile.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmB;AAAA,cACjD,2BAAA,EAA6B,CAAA,CAAE,UAMkB;AAAA,cAEjD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRegisterProfile = action("PENPOT_REGISTER_PROFILE", {
|
|
4
|
+
slug: "penpot-register-profile",
|
|
5
|
+
name: "Register Profile",
|
|
6
|
+
description: "Tool to complete user registration with profile details using a verification token. Use when you have a registration token from the prepare-register-profile endpoint and need to finalize the user account creation.",
|
|
7
|
+
input: z.object({ token: z.string().describe("Registration token received from the prepare-register-profile endpoint, typically sent via email verification. This JWT token contains the encrypted registration data.") }).describe("Request model for completing user registration."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
email: z.string().describe("Email address of the registered user").nullable().optional(),
|
|
10
|
+
message: z.string().describe("Message about the registration result").nullable().optional(),
|
|
11
|
+
success: z.boolean().describe("Whether the registration was successful").nullable().optional(),
|
|
12
|
+
fullname: z.string().describe("Full name of the registered user").nullable().optional(),
|
|
13
|
+
profile_id: z.string().describe("UUID of the newly created user profile").nullable().optional()
|
|
14
|
+
}).describe("Response model for completed user registration.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { penpotRegisterProfile };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=register-profile.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-profile.mjs","names":[],"sources":["../../src/actions/register-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRegisterProfileInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Registration token received from the prepare-register-profile endpoint, typically sent via email verification. This JWT token contains the encrypted registration data.\"),\n}).describe(\"Request model for completing user registration.\");\nexport const PenpotRegisterProfileOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the registered user\").nullable().optional(),\n message: z.string().describe(\"Message about the registration result\").nullable().optional(),\n success: z.boolean().describe(\"Whether the registration was successful\").nullable().optional(),\n fullname: z.string().describe(\"Full name of the registered user\").nullable().optional(),\n profile_id: z.string().describe(\"UUID of the newly created user profile\").nullable().optional(),\n}).describe(\"Response model for completed user registration.\");\n\nexport const penpotRegisterProfile = action(\"PENPOT_REGISTER_PROFILE\", {\n slug: \"penpot-register-profile\",\n name: \"Register Profile\",\n description: \"Tool to complete user registration with profile details using a verification token. Use when you have a registration token from the prepare-register-profile endpoint and need to finalize the user account creation.\",\n input: PenpotRegisterProfileInput,\n output: PenpotRegisterProfileOutput,\n});\n"],"mappings":";;AAeA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfsD,EAAE,OAAO,EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,EACtM,CAAC,CAAC,CAAC,SAAS,iDAaH;CACP,QAbuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/rename-file.ts
|
|
4
|
+
const PenpotRenameFileInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the file to rename"),
|
|
6
|
+
name: zod.z.string().describe("New name for the file (1-250 characters)")
|
|
7
|
+
}).describe("Request schema for renaming a Penpot file.");
|
|
8
|
+
const PenpotRenameFileOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("UUID of the renamed file"),
|
|
10
|
+
name: zod.z.string().describe("New name of the file"),
|
|
11
|
+
createdAt: zod.z.string().describe("ISO timestamp when the file was created"),
|
|
12
|
+
modifiedAt: zod.z.string().describe("ISO timestamp when the file was last modified")
|
|
13
|
+
}).describe("Response schema after renaming a file in Penpot.");
|
|
14
|
+
const penpotRenameFile = require_action.action("PENPOT_RENAME_FILE", {
|
|
15
|
+
slug: "penpot-rename-file",
|
|
16
|
+
name: "Rename File",
|
|
17
|
+
description: "Tool to rename a design file in Penpot. Use when you need to change the name of an existing file.",
|
|
18
|
+
input: PenpotRenameFileInput,
|
|
19
|
+
output: PenpotRenameFileOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.penpotRenameFile = penpotRenameFile;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=rename-file.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-file.cjs","names":["z","action"],"sources":["../../src/actions/rename-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRenameFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to rename\"),\n name: z.string().describe(\"New name for the file (1-250 characters)\"),\n}).describe(\"Request schema for renaming a Penpot file.\");\nexport const PenpotRenameFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the renamed file\"),\n name: z.string().describe(\"New name of the file\"),\n createdAt: z.string().describe(\"ISO timestamp when the file was created\"),\n modifiedAt: z.string().describe(\"ISO timestamp when the file was last modified\"),\n}).describe(\"Response schema after renaming a file in Penpot.\");\n\nexport const penpotRenameFile = action(\"PENPOT_RENAME_FILE\", {\n slug: \"penpot-rename-file\",\n name: \"Rename File\",\n description: \"Tool to rename a design file in Penpot. Use when you need to change the name of an existing file.\",\n input: PenpotRenameFileInput,\n output: PenpotRenameFileOutput,\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,0CAA0C;AACtE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACjF,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/rename-file.d.ts
|
|
4
|
+
declare const PenpotRenameFileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRenameFileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRenameFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRenameFile };
|
|
9
|
+
//# sourceMappingURL=rename-file.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-file.d.cts","names":[],"sources":["../../src/actions/rename-file.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGmB;AAAA,cAC5C,sBAAA,EAAwB,CAAA,CAAE,UAKwB;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/rename-file.d.ts
|
|
4
|
+
declare const PenpotRenameFileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRenameFileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRenameFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRenameFile };
|
|
9
|
+
//# sourceMappingURL=rename-file.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-file.d.mts","names":[],"sources":["../../src/actions/rename-file.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGmB;AAAA,cAC5C,sBAAA,EAAwB,CAAA,CAAE,UAKwB;AAAA,cAElD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRenameFile = action("PENPOT_RENAME_FILE", {
|
|
4
|
+
slug: "penpot-rename-file",
|
|
5
|
+
name: "Rename File",
|
|
6
|
+
description: "Tool to rename a design file in Penpot. Use when you need to change the name of an existing file.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the file to rename"),
|
|
9
|
+
name: z.string().describe("New name for the file (1-250 characters)")
|
|
10
|
+
}).describe("Request schema for renaming a Penpot file."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("UUID of the renamed file"),
|
|
13
|
+
name: z.string().describe("New name of the file"),
|
|
14
|
+
createdAt: z.string().describe("ISO timestamp when the file was created"),
|
|
15
|
+
modifiedAt: z.string().describe("ISO timestamp when the file was last modified")
|
|
16
|
+
}).describe("Response schema after renaming a file in Penpot.")
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { penpotRenameFile };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=rename-file.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-file.mjs","names":[],"sources":["../../src/actions/rename-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRenameFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to rename\"),\n name: z.string().describe(\"New name for the file (1-250 characters)\"),\n}).describe(\"Request schema for renaming a Penpot file.\");\nexport const PenpotRenameFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the renamed file\"),\n name: z.string().describe(\"New name of the file\"),\n createdAt: z.string().describe(\"ISO timestamp when the file was created\"),\n modifiedAt: z.string().describe(\"ISO timestamp when the file was last modified\"),\n}).describe(\"Response schema after renaming a file in Penpot.\");\n\nexport const penpotRenameFile = action(\"PENPOT_RENAME_FILE\", {\n slug: \"penpot-rename-file\",\n name: \"Rename File\",\n description: \"Tool to rename a design file in Penpot. Use when you need to change the name of an existing file.\",\n input: PenpotRenameFileInput,\n output: PenpotRenameFileOutput,\n});\n"],"mappings":";;AAeA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,CAAC,CAAC,CAAC,SAAS,4CAYH;CACP,QAZkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACjF,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/rename-project.ts
|
|
4
|
+
const PenpotRenameProjectInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the project to rename"),
|
|
6
|
+
name: zod.z.string().describe("New name for the project")
|
|
7
|
+
}).describe("Request model for renaming a project in Penpot.");
|
|
8
|
+
const PenpotRenameProjectOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("UUID of the renamed project"),
|
|
10
|
+
name: zod.z.string().describe("New name of the project"),
|
|
11
|
+
team_id: zod.z.string().describe("UUID of the team the project belongs to").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
13
|
+
is_default: zod.z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
14
|
+
modified_at: zod.z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
15
|
+
}).describe("Response model for RenameProject action.");
|
|
16
|
+
const penpotRenameProject = require_action.action("PENPOT_RENAME_PROJECT", {
|
|
17
|
+
slug: "penpot-rename-project",
|
|
18
|
+
name: "Rename Project",
|
|
19
|
+
description: "Tool to rename an existing project in Penpot. Use when you need to update a project's name.",
|
|
20
|
+
input: PenpotRenameProjectInput,
|
|
21
|
+
output: PenpotRenameProjectOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.penpotRenameProject = penpotRenameProject;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=rename-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-project.cjs","names":["z","action"],"sources":["../../src/actions/rename-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRenameProjectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project to rename\"),\n name: z.string().describe(\"New name for the project\"),\n}).describe(\"Request model for renaming a project in Penpot.\");\nexport const PenpotRenameProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the renamed project\"),\n name: z.string().describe(\"New name of the project\"),\n team_id: z.string().describe(\"UUID of the team the project belongs to\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n is_default: z.boolean().describe(\"Whether this is the default project for the team\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Response model for RenameProject action.\");\n\nexport const penpotRenameProject = action(\"PENPOT_RENAME_PROJECT\", {\n slug: \"penpot-rename-project\",\n name: \"Rename Project\",\n description: \"Tool to rename an existing project in Penpot. Use when you need to update a project's name.\",\n input: PenpotRenameProjectInput,\n output: PenpotRenameProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;AACtD,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/rename-project.d.ts
|
|
4
|
+
declare const PenpotRenameProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRenameProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRenameProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRenameProject };
|
|
9
|
+
//# sourceMappingURL=rename-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-project.d.cts","names":[],"sources":["../../src/actions/rename-project.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAOa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/rename-project.d.ts
|
|
4
|
+
declare const PenpotRenameProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRenameProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRenameProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRenameProject };
|
|
9
|
+
//# sourceMappingURL=rename-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-project.d.mts","names":[],"sources":["../../src/actions/rename-project.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAOa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRenameProject = action("PENPOT_RENAME_PROJECT", {
|
|
4
|
+
slug: "penpot-rename-project",
|
|
5
|
+
name: "Rename Project",
|
|
6
|
+
description: "Tool to rename an existing project in Penpot. Use when you need to update a project's name.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the project to rename"),
|
|
9
|
+
name: z.string().describe("New name for the project")
|
|
10
|
+
}).describe("Request model for renaming a project in Penpot."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("UUID of the renamed project"),
|
|
13
|
+
name: z.string().describe("New name of the project"),
|
|
14
|
+
team_id: z.string().describe("UUID of the team the project belongs to").nullable().optional(),
|
|
15
|
+
created_at: z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
16
|
+
is_default: z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
17
|
+
modified_at: z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
18
|
+
}).describe("Response model for RenameProject action.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotRenameProject };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=rename-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-project.mjs","names":[],"sources":["../../src/actions/rename-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRenameProjectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project to rename\"),\n name: z.string().describe(\"New name for the project\"),\n}).describe(\"Request model for renaming a project in Penpot.\");\nexport const PenpotRenameProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the renamed project\"),\n name: z.string().describe(\"New name of the project\"),\n team_id: z.string().describe(\"UUID of the team the project belongs to\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n is_default: z.boolean().describe(\"Whether this is the default project for the team\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Response model for RenameProject action.\");\n\nexport const penpotRenameProject = action(\"PENPOT_RENAME_PROJECT\", {\n slug: \"penpot-rename-project\",\n name: \"Rename Project\",\n description: \"Tool to rename an existing project in Penpot. Use when you need to update a project's name.\",\n input: PenpotRenameProjectInput,\n output: PenpotRenameProjectOutput,\n});\n"],"mappings":";;AAiBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,CAAC,CAAC,CAAC,SAAS,iDAcH;CACP,QAdqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/request-profile-recovery.ts
|
|
4
|
+
const PenpotRequestProfileRecoveryInput = zod.z.object({ email: zod.z.string().describe("Email address of the user account to recover. A recovery email will be sent to this address with a token to reset the password.") }).describe("Request model for requesting a password/profile recovery email.");
|
|
5
|
+
const PenpotRequestProfileRecoveryOutput = zod.z.object({}).describe("Response model for profile recovery request operation.\nThe API typically returns an empty response on success.");
|
|
6
|
+
const penpotRequestProfileRecovery = require_action.action("PENPOT_REQUEST_PROFILE_RECOVERY", {
|
|
7
|
+
slug: "penpot-request-profile-recovery",
|
|
8
|
+
name: "Request Profile Recovery",
|
|
9
|
+
description: "Tool to request a password/profile recovery email. Use when a user has forgotten their password and needs to initiate the account recovery process. An email with a recovery token will be sent to the specified address.",
|
|
10
|
+
input: PenpotRequestProfileRecoveryInput,
|
|
11
|
+
output: PenpotRequestProfileRecoveryOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.penpotRequestProfileRecovery = penpotRequestProfileRecovery;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=request-profile-recovery.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-profile-recovery.cjs","names":["z","action"],"sources":["../../src/actions/request-profile-recovery.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRequestProfileRecoveryInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user account to recover. A recovery email will be sent to this address with a token to reset the password.\"),\n}).describe(\"Request model for requesting a password/profile recovery email.\");\nexport const PenpotRequestProfileRecoveryOutput: z.ZodTypeAny = z.object({}).describe(\"Response model for profile recovery request operation.\\nThe API typically returns an empty response on success.\");\n\nexport const penpotRequestProfileRecovery = action(\"PENPOT_REQUEST_PROFILE_RECOVERY\", {\n slug: \"penpot-request-profile-recovery\",\n name: \"Request Profile Recovery\",\n description: \"Tool to request a password/profile recovery email. Use when a user has forgotten their password and needs to initiate the account recovery process. An email with a recovery token will be sent to the specified address.\",\n input: PenpotRequestProfileRecoveryInput,\n output: PenpotRequestProfileRecoveryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,EAC9J,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iHAAiH;AAEvM,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/request-profile-recovery.d.ts
|
|
4
|
+
declare const PenpotRequestProfileRecoveryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRequestProfileRecoveryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRequestProfileRecovery: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRequestProfileRecovery };
|
|
9
|
+
//# sourceMappingURL=request-profile-recovery.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-profile-recovery.d.cts","names":[],"sources":["../../src/actions/request-profile-recovery.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAE4B;AAAA,cACjE,kCAAA,EAAoC,CAAA,CAAE,UAAqJ;AAAA,cAE3L,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/request-profile-recovery.d.ts
|
|
4
|
+
declare const PenpotRequestProfileRecoveryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRequestProfileRecoveryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRequestProfileRecovery: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRequestProfileRecovery };
|
|
9
|
+
//# sourceMappingURL=request-profile-recovery.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-profile-recovery.d.mts","names":[],"sources":["../../src/actions/request-profile-recovery.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAE4B;AAAA,cACjE,kCAAA,EAAoC,CAAA,CAAE,UAAqJ;AAAA,cAE3L,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRequestProfileRecovery = action("PENPOT_REQUEST_PROFILE_RECOVERY", {
|
|
4
|
+
slug: "penpot-request-profile-recovery",
|
|
5
|
+
name: "Request Profile Recovery",
|
|
6
|
+
description: "Tool to request a password/profile recovery email. Use when a user has forgotten their password and needs to initiate the account recovery process. An email with a recovery token will be sent to the specified address.",
|
|
7
|
+
input: z.object({ email: z.string().describe("Email address of the user account to recover. A recovery email will be sent to this address with a token to reset the password.") }).describe("Request model for requesting a password/profile recovery email."),
|
|
8
|
+
output: z.object({}).describe("Response model for profile recovery request operation.\nThe API typically returns an empty response on success.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { penpotRequestProfileRecovery };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=request-profile-recovery.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-profile-recovery.mjs","names":[],"sources":["../../src/actions/request-profile-recovery.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRequestProfileRecoveryInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user account to recover. A recovery email will be sent to this address with a token to reset the password.\"),\n}).describe(\"Request model for requesting a password/profile recovery email.\");\nexport const PenpotRequestProfileRecoveryOutput: z.ZodTypeAny = z.object({}).describe(\"Response model for profile recovery request operation.\\nThe API typically returns an empty response on success.\");\n\nexport const penpotRequestProfileRecovery = action(\"PENPOT_REQUEST_PROFILE_RECOVERY\", {\n slug: \"penpot-request-profile-recovery\",\n name: \"Request Profile Recovery\",\n description: \"Tool to request a password/profile recovery email. Use when a user has forgotten their password and needs to initiate the account recovery process. An email with a recovery token will be sent to the specified address.\",\n input: PenpotRequestProfileRecoveryInput,\n output: PenpotRequestProfileRecoveryOutput,\n});\n"],"mappings":";;AASA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT6D,EAAE,OAAO,EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,EAC9J,CAAC,CAAC,CAAC,SAAS,iEAOH;CACP,QAP8D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iHAO5E;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/restore-deleted-team-files.ts
|
|
4
|
+
const PenpotRestoreDeletedTeamFilesInput = zod.z.object({
|
|
5
|
+
ids: zod.z.array(zod.z.string()).describe("List of file UUIDs to restore from deletion. Each file will have its deletion mark removed along with its respective project."),
|
|
6
|
+
team_id: zod.z.string().describe("UUID of the team containing the deleted files to restore")
|
|
7
|
+
}).describe("Request model for restoring deleted files in a Penpot team.");
|
|
8
|
+
const PenpotRestoreDeletedTeamFilesOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the files were successfully restored").nullable().optional() }).describe("Response model for restoring deleted files in a Penpot team.");
|
|
9
|
+
const penpotRestoreDeletedTeamFiles = require_action.action("PENPOT_RESTORE_DELETED_TEAM_FILES", {
|
|
10
|
+
slug: "penpot-restore-deleted-team-files",
|
|
11
|
+
name: "Restore Deleted Team Files",
|
|
12
|
+
description: "Tool to restore deleted files in a Penpot team. Use when you need to remove the deletion mark from files and projects that are in the team's trash.",
|
|
13
|
+
input: PenpotRestoreDeletedTeamFilesInput,
|
|
14
|
+
output: PenpotRestoreDeletedTeamFilesOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotRestoreDeletedTeamFiles = penpotRestoreDeletedTeamFiles;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=restore-deleted-team-files.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-deleted-team-files.cjs","names":["z","action"],"sources":["../../src/actions/restore-deleted-team-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRestoreDeletedTeamFilesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of file UUIDs to restore from deletion. Each file will have its deletion mark removed along with its respective project.\"),\n team_id: z.string().describe(\"UUID of the team containing the deleted files to restore\"),\n}).describe(\"Request model for restoring deleted files in a Penpot team.\");\nexport const PenpotRestoreDeletedTeamFilesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the files were successfully restored\").nullable().optional(),\n}).describe(\"Response model for restoring deleted files in a Penpot team.\");\n\nexport const penpotRestoreDeletedTeamFiles = action(\"PENPOT_RESTORE_DELETED_TEAM_FILES\", {\n slug: \"penpot-restore-deleted-team-files\",\n name: \"Restore Deleted Team Files\",\n description: \"Tool to restore deleted files in a Penpot team. Use when you need to remove the deletion mark from files and projects that are in the team's trash.\",\n input: PenpotRestoreDeletedTeamFilesInput,\n output: PenpotRestoreDeletedTeamFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+HAA+H;CACjK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACzF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-deleted-team-files.d.ts
|
|
4
|
+
declare const PenpotRestoreDeletedTeamFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRestoreDeletedTeamFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRestoreDeletedTeamFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRestoreDeletedTeamFiles };
|
|
9
|
+
//# sourceMappingURL=restore-deleted-team-files.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-deleted-team-files.d.cts","names":[],"sources":["../../src/actions/restore-deleted-team-files.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGuB;AAAA,cAC7D,mCAAA,EAAqC,CAAA,CAAE,UAEuB;AAAA,cAE9D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-deleted-team-files.d.ts
|
|
4
|
+
declare const PenpotRestoreDeletedTeamFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRestoreDeletedTeamFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRestoreDeletedTeamFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRestoreDeletedTeamFiles };
|
|
9
|
+
//# sourceMappingURL=restore-deleted-team-files.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-deleted-team-files.d.mts","names":[],"sources":["../../src/actions/restore-deleted-team-files.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGuB;AAAA,cAC7D,mCAAA,EAAqC,CAAA,CAAE,UAEuB;AAAA,cAE9D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRestoreDeletedTeamFiles = action("PENPOT_RESTORE_DELETED_TEAM_FILES", {
|
|
4
|
+
slug: "penpot-restore-deleted-team-files",
|
|
5
|
+
name: "Restore Deleted Team Files",
|
|
6
|
+
description: "Tool to restore deleted files in a Penpot team. Use when you need to remove the deletion mark from files and projects that are in the team's trash.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
ids: z.array(z.string()).describe("List of file UUIDs to restore from deletion. Each file will have its deletion mark removed along with its respective project."),
|
|
9
|
+
team_id: z.string().describe("UUID of the team containing the deleted files to restore")
|
|
10
|
+
}).describe("Request model for restoring deleted files in a Penpot team."),
|
|
11
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the files were successfully restored").nullable().optional() }).describe("Response model for restoring deleted files in a Penpot team.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotRestoreDeletedTeamFiles };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=restore-deleted-team-files.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-deleted-team-files.mjs","names":[],"sources":["../../src/actions/restore-deleted-team-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRestoreDeletedTeamFilesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of file UUIDs to restore from deletion. Each file will have its deletion mark removed along with its respective project.\"),\n team_id: z.string().describe(\"UUID of the team containing the deleted files to restore\"),\n}).describe(\"Request model for restoring deleted files in a Penpot team.\");\nexport const PenpotRestoreDeletedTeamFilesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the files were successfully restored\").nullable().optional(),\n}).describe(\"Response model for restoring deleted files in a Penpot team.\");\n\nexport const penpotRestoreDeletedTeamFiles = action(\"PENPOT_RESTORE_DELETED_TEAM_FILES\", {\n slug: \"penpot-restore-deleted-team-files\",\n name: \"Restore Deleted Team Files\",\n description: \"Tool to restore deleted files in a Penpot team. Use when you need to remove the deletion mark from files and projects that are in the team's trash.\",\n input: PenpotRestoreDeletedTeamFilesInput,\n output: PenpotRestoreDeletedTeamFilesOutput,\n});\n"],"mappings":";;AAYA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ8D,EAAE,OAAO;EACvE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+HAA+H;EACjK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACzF,CAAC,CAAC,CAAC,SAAS,6DASH;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/restore-file-snapshot.ts
|
|
4
|
+
const PenpotRestoreFileSnapshotInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the snapshot to restore to"),
|
|
6
|
+
fileId: zod.z.string().describe("UUID of the Penpot file to restore")
|
|
7
|
+
}).describe("Request model for restoring a Penpot file to a previous snapshot.\n\nThis allows you to revert a file to a specific saved version from its history.");
|
|
8
|
+
const PenpotRestoreFileSnapshotOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the file was restored successfully to the snapshot").nullable().optional() }).describe("Response model for restoring a file snapshot.\n\nIndicates whether the restore operation was successful.");
|
|
9
|
+
const penpotRestoreFileSnapshot = require_action.action("PENPOT_RESTORE_FILE_SNAPSHOT", {
|
|
10
|
+
slug: "penpot-restore-file-snapshot",
|
|
11
|
+
name: "Restore File Snapshot",
|
|
12
|
+
description: "Tool to restore a Penpot file to a previous snapshot. Use when you need to revert a file to a previously saved version from its history.",
|
|
13
|
+
input: PenpotRestoreFileSnapshotInput,
|
|
14
|
+
output: PenpotRestoreFileSnapshotOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotRestoreFileSnapshot = penpotRestoreFileSnapshot;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=restore-file-snapshot.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-file-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/restore-file-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRestoreFileSnapshotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the snapshot to restore to\"),\n fileId: z.string().describe(\"UUID of the Penpot file to restore\"),\n}).describe(\"Request model for restoring a Penpot file to a previous snapshot.\\n\\nThis allows you to revert a file to a specific saved version from its history.\");\nexport const PenpotRestoreFileSnapshotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the file was restored successfully to the snapshot\").nullable().optional(),\n}).describe(\"Response model for restoring a file snapshot.\\n\\nIndicates whether the restore operation was successful.\");\n\nexport const penpotRestoreFileSnapshot = action(\"PENPOT_RESTORE_FILE_SNAPSHOT\", {\n slug: \"penpot-restore-file-snapshot\",\n name: \"Restore File Snapshot\",\n description: \"Tool to restore a Penpot file to a previous snapshot. Use when you need to revert a file to a previously saved version from its history.\",\n input: PenpotRestoreFileSnapshotInput,\n output: PenpotRestoreFileSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AAClE,CAAC,CAAC,CAAC,SAAS,qJAAqJ;AACjK,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1I,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAEtH,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-file-snapshot.d.ts
|
|
4
|
+
declare const PenpotRestoreFileSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRestoreFileSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRestoreFileSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRestoreFileSnapshot };
|
|
9
|
+
//# sourceMappingURL=restore-file-snapshot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-file-snapshot.d.cts","names":[],"sources":["../../src/actions/restore-file-snapshot.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGmH;AAAA,cACrJ,+BAAA,EAAiC,CAAA,CAAE,UAEuE;AAAA,cAE1G,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-file-snapshot.d.ts
|
|
4
|
+
declare const PenpotRestoreFileSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotRestoreFileSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotRestoreFileSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotRestoreFileSnapshot };
|
|
9
|
+
//# sourceMappingURL=restore-file-snapshot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-file-snapshot.d.mts","names":[],"sources":["../../src/actions/restore-file-snapshot.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGmH;AAAA,cACrJ,+BAAA,EAAiC,CAAA,CAAE,UAEuE;AAAA,cAE1G,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotRestoreFileSnapshot = action("PENPOT_RESTORE_FILE_SNAPSHOT", {
|
|
4
|
+
slug: "penpot-restore-file-snapshot",
|
|
5
|
+
name: "Restore File Snapshot",
|
|
6
|
+
description: "Tool to restore a Penpot file to a previous snapshot. Use when you need to revert a file to a previously saved version from its history.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the snapshot to restore to"),
|
|
9
|
+
fileId: z.string().describe("UUID of the Penpot file to restore")
|
|
10
|
+
}).describe("Request model for restoring a Penpot file to a previous snapshot.\n\nThis allows you to revert a file to a specific saved version from its history."),
|
|
11
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the file was restored successfully to the snapshot").nullable().optional() }).describe("Response model for restoring a file snapshot.\n\nIndicates whether the restore operation was successful.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotRestoreFileSnapshot };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=restore-file-snapshot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-file-snapshot.mjs","names":[],"sources":["../../src/actions/restore-file-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotRestoreFileSnapshotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the snapshot to restore to\"),\n fileId: z.string().describe(\"UUID of the Penpot file to restore\"),\n}).describe(\"Request model for restoring a Penpot file to a previous snapshot.\\n\\nThis allows you to revert a file to a specific saved version from its history.\");\nexport const PenpotRestoreFileSnapshotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the file was restored successfully to the snapshot\").nullable().optional(),\n}).describe(\"Response model for restoring a file snapshot.\\n\\nIndicates whether the restore operation was successful.\");\n\nexport const penpotRestoreFileSnapshot = action(\"PENPOT_RESTORE_FILE_SNAPSHOT\", {\n slug: \"penpot-restore-file-snapshot\",\n name: \"Restore File Snapshot\",\n description: \"Tool to restore a Penpot file to a previous snapshot. Use when you need to revert a file to a previously saved version from its history.\",\n input: PenpotRestoreFileSnapshotInput,\n output: PenpotRestoreFileSnapshotOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAClE,CAAC,CAAC,CAAC,SAAS,qJASH;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1I,CAAC,CAAC,CAAC,SAAS,0GAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-files.ts
|
|
4
|
+
const PenpotSearchFilesInput = zod.z.object({
|
|
5
|
+
teamId: zod.z.string().describe("UUID of the team to search files in"),
|
|
6
|
+
searchTerm: zod.z.string().describe("Search term to filter files by name or content. If not provided, returns all files in the team.").optional()
|
|
7
|
+
}).describe("Request model for searching files in a Penpot team.");
|
|
8
|
+
const PenpotSearchFiles_SearchFileResultSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("UUID of the file").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Name of the file").nullable().optional(),
|
|
11
|
+
revn: zod.z.number().int().describe("Revision number").nullable().optional(),
|
|
12
|
+
isShared: zod.z.boolean().describe("Whether the file is shared").nullable().optional(),
|
|
13
|
+
createdAt: zod.z.string().describe("ISO timestamp when the file was created").nullable().optional(),
|
|
14
|
+
projectId: zod.z.string().describe("UUID of the project this file belongs to").nullable().optional(),
|
|
15
|
+
modifiedAt: zod.z.string().describe("ISO timestamp when the file was last modified").nullable().optional()
|
|
16
|
+
}).describe("Represents a single file in search results.");
|
|
17
|
+
const PenpotSearchFilesOutput = zod.z.object({ files: zod.z.array(PenpotSearchFiles_SearchFileResultSchema).describe("List of files matching the search criteria").nullable().optional() }).describe("Response model containing search results for files.");
|
|
18
|
+
const penpotSearchFiles = require_action.action("PENPOT_SEARCH_FILES", {
|
|
19
|
+
slug: "penpot-search-files",
|
|
20
|
+
name: "Search Files",
|
|
21
|
+
description: "Tool to search for files by name or content in a Penpot team. Use when you need to find specific files within a team using a search term.",
|
|
22
|
+
input: PenpotSearchFilesInput,
|
|
23
|
+
output: PenpotSearchFilesOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.penpotSearchFiles = penpotSearchFiles;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=search-files.cjs.map
|