@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 @@
|
|
|
1
|
+
{"version":3,"file":"link-file-to-library.d.mts","names":[],"sources":["../../src/actions/link-file-to-library.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG0B;AAAA,cAQ1D,6BAAA,EAA+B,CAAA,CAAE,UAEsD;AAAA,cAEvF,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/link-file-to-library.ts
|
|
4
|
+
const PenpotLinkFileToLibraryInput = z.object({
|
|
5
|
+
fileId: z.string().describe("UUID of the file to link to the library"),
|
|
6
|
+
libraryId: z.string().describe("UUID of the library to link the file to")
|
|
7
|
+
}).describe("Request model for linking a file to a library in Penpot.");
|
|
8
|
+
const PenpotLinkFileToLibrary_LibraryItemSchema = z.object({
|
|
9
|
+
id: z.string().describe("Library ID").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Library name").nullable().optional(),
|
|
11
|
+
file_id: z.string().describe("File ID of the library").nullable().optional(),
|
|
12
|
+
created_at: z.string().describe("Creation timestamp").nullable().optional(),
|
|
13
|
+
modified_at: z.string().describe("Last modification timestamp").nullable().optional()
|
|
14
|
+
}).describe("Represents a single library in the recursive list.\nThe API may return library IDs as strings, which are normalized to objects with just an id field.");
|
|
15
|
+
const penpotLinkFileToLibrary = action("PENPOT_LINK_FILE_TO_LIBRARY", {
|
|
16
|
+
slug: "penpot-link-file-to-library",
|
|
17
|
+
name: "Link File to Library",
|
|
18
|
+
description: "Tool to link a file to a library in Penpot. Returns the recursive list of libraries used by that library. Use when you need to establish a library reference relationship between a file and a library.",
|
|
19
|
+
input: PenpotLinkFileToLibraryInput,
|
|
20
|
+
output: z.object({ libraries: z.array(PenpotLinkFileToLibrary_LibraryItemSchema).describe("Recursive list of libraries used by the linked library").nullable().optional() }).describe("Response model containing the recursive list of libraries used by the linked library.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { penpotLinkFileToLibrary };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=link-file-to-library.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-file-to-library.mjs","names":[],"sources":["../../src/actions/link-file-to-library.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotLinkFileToLibraryInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to link to the library\"),\n libraryId: z.string().describe(\"UUID of the library to link the file to\"),\n}).describe(\"Request model for linking a file to a library in Penpot.\");\nconst PenpotLinkFileToLibrary_LibraryItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Library ID\").nullable().optional(),\n name: z.string().describe(\"Library name\").nullable().optional(),\n file_id: z.string().describe(\"File ID of the library\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n modified_at: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n}).describe(\"Represents a single library in the recursive list.\\nThe API may return library IDs as strings, which are normalized to objects with just an id field.\");\nexport const PenpotLinkFileToLibraryOutput: z.ZodTypeAny = z.object({\n libraries: z.array(PenpotLinkFileToLibrary_LibraryItemSchema).describe(\"Recursive list of libraries used by the linked library\").nullable().optional(),\n}).describe(\"Response model containing the recursive list of libraries used by the linked library.\");\n\nexport const penpotLinkFileToLibrary = action(\"PENPOT_LINK_FILE_TO_LIBRARY\", {\n slug: \"penpot-link-file-to-library\",\n name: \"Link File to Library\",\n description: \"Tool to link a file to a library in Penpot. Returns the recursive list of libraries used by that library. Use when you need to establish a library reference relationship between a file and a library.\",\n input: PenpotLinkFileToLibraryInput,\n output: PenpotLinkFileToLibraryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC1E,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AAKnK,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,WAAW,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvJ,CAAC,CAAC,CAAC,SAAS,uFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/lock-file-snapshot.ts
|
|
4
|
+
const PenpotLockFileSnapshotInput = zod.z.object({ id: zod.z.string().describe("UUID of the file snapshot to lock") });
|
|
5
|
+
const PenpotLockFileSnapshotOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the snapshot was locked successfully").nullable().optional() });
|
|
6
|
+
const penpotLockFileSnapshot = require_action.action("PENPOT_LOCK_FILE_SNAPSHOT", {
|
|
7
|
+
slug: "penpot-lock-file-snapshot",
|
|
8
|
+
name: "Lock File Snapshot",
|
|
9
|
+
description: "Tool to lock a file snapshot in Penpot to prevent deletion. Use when you need to protect a snapshot from being removed.",
|
|
10
|
+
input: PenpotLockFileSnapshotInput,
|
|
11
|
+
output: PenpotLockFileSnapshotOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.penpotLockFileSnapshot = penpotLockFileSnapshot;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=lock-file-snapshot.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lock-file-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/lock-file-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotLockFileSnapshotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file snapshot to lock\"),\n});\nexport const PenpotLockFileSnapshotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the snapshot was locked successfully\").nullable().optional(),\n});\n\nexport const penpotLockFileSnapshot = action(\"PENPOT_LOCK_FILE_SNAPSHOT\", {\n slug: \"penpot-lock-file-snapshot\",\n name: \"Lock File Snapshot\",\n description: \"Tool to lock a file snapshot in Penpot to prevent deletion. Use when you need to protect a snapshot from being removed.\",\n input: PenpotLockFileSnapshotInput,\n output: PenpotLockFileSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC7D,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/lock-file-snapshot.d.ts
|
|
4
|
+
declare const PenpotLockFileSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLockFileSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLockFileSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLockFileSnapshot };
|
|
9
|
+
//# sourceMappingURL=lock-file-snapshot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lock-file-snapshot.d.cts","names":[],"sources":["../../src/actions/lock-file-snapshot.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/lock-file-snapshot.d.ts
|
|
4
|
+
declare const PenpotLockFileSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLockFileSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLockFileSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLockFileSnapshot };
|
|
9
|
+
//# sourceMappingURL=lock-file-snapshot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lock-file-snapshot.d.mts","names":[],"sources":["../../src/actions/lock-file-snapshot.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotLockFileSnapshot = action("PENPOT_LOCK_FILE_SNAPSHOT", {
|
|
4
|
+
slug: "penpot-lock-file-snapshot",
|
|
5
|
+
name: "Lock File Snapshot",
|
|
6
|
+
description: "Tool to lock a file snapshot in Penpot to prevent deletion. Use when you need to protect a snapshot from being removed.",
|
|
7
|
+
input: z.object({ id: z.string().describe("UUID of the file snapshot to lock") }),
|
|
8
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the snapshot was locked successfully").nullable().optional() })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { penpotLockFileSnapshot };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=lock-file-snapshot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lock-file-snapshot.mjs","names":[],"sources":["../../src/actions/lock-file-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotLockFileSnapshotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file snapshot to lock\"),\n});\nexport const PenpotLockFileSnapshotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the snapshot was locked successfully\").nullable().optional(),\n});\n\nexport const penpotLockFileSnapshot = action(\"PENPOT_LOCK_FILE_SNAPSHOT\", {\n slug: \"penpot-lock-file-snapshot\",\n name: \"Lock File Snapshot\",\n description: \"Tool to lock a file snapshot in Penpot to prevent deletion. Use when you need to protect a snapshot from being removed.\",\n input: PenpotLockFileSnapshotInput,\n output: PenpotLockFileSnapshotOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC7D,CASS;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/logout.ts
|
|
4
|
+
const PenpotLogoutInput = zod.z.object({ profile_id: zod.z.string().describe("UUID of the profile to logout. If not provided, logs out the current authenticated session.").optional() }).describe("Request model for logging out the current session.");
|
|
5
|
+
const PenpotLogoutOutput = zod.z.object({}).describe("Response model for logout operation.\nThe API returns an empty JSON object on successful logout.");
|
|
6
|
+
const penpotLogout = require_action.action("PENPOT_LOGOUT", {
|
|
7
|
+
slug: "penpot-logout",
|
|
8
|
+
name: "Logout",
|
|
9
|
+
description: "Tool to clear the authentication cookie and logout the current session. Use when the authenticated user wants to end their Penpot session and invalidate their authentication.",
|
|
10
|
+
input: PenpotLogoutInput,
|
|
11
|
+
output: PenpotLogoutOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.penpotLogout = penpotLogout;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=logout.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.cjs","names":["z","action"],"sources":["../../src/actions/logout.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotLogoutInput: z.ZodTypeAny = z.object({\n profile_id: z.string().describe(\"UUID of the profile to logout. If not provided, logs out the current authenticated session.\").optional(),\n}).describe(\"Request model for logging out the current session.\");\nexport const PenpotLogoutOutput: z.ZodTypeAny = z.object({}).describe(\"Response model for logout operation.\\nThe API returns an empty JSON object on successful logout.\");\n\nexport const penpotLogout = action(\"PENPOT_LOGOUT\", {\n slug: \"penpot-logout\",\n name: \"Logout\",\n description: \"Tool to clear the authentication cookie and logout the current session. Use when the authenticated user wants to end their Penpot session and invalidate their authentication.\",\n input: PenpotLogoutInput,\n output: PenpotLogoutOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oBAAkCA,IAAAA,EAAE,OAAO,EACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,EAC1I,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,qBAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG;AAExK,MAAa,eAAeC,eAAAA,OAAO,iBAAiB;CAClD,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/logout.d.ts
|
|
4
|
+
declare const PenpotLogoutInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLogoutOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLogout: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLogout };
|
|
9
|
+
//# sourceMappingURL=logout.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.d.cts","names":[],"sources":["../../src/actions/logout.ts"],"mappings":";;;cAIa,iBAAA,EAAmB,CAAA,CAAE,UAE+B;AAAA,cACpD,kBAAA,EAAoB,CAAA,CAAE,UAAsI;AAAA,cAE5J,YAAA,gCAAY,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/logout.d.ts
|
|
4
|
+
declare const PenpotLogoutInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLogoutOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLogout: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLogout };
|
|
9
|
+
//# sourceMappingURL=logout.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.d.mts","names":[],"sources":["../../src/actions/logout.ts"],"mappings":";;;cAIa,iBAAA,EAAmB,CAAA,CAAE,UAE+B;AAAA,cACpD,kBAAA,EAAoB,CAAA,CAAE,UAAsI;AAAA,cAE5J,YAAA,gCAAY,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotLogout = action("PENPOT_LOGOUT", {
|
|
4
|
+
slug: "penpot-logout",
|
|
5
|
+
name: "Logout",
|
|
6
|
+
description: "Tool to clear the authentication cookie and logout the current session. Use when the authenticated user wants to end their Penpot session and invalidate their authentication.",
|
|
7
|
+
input: z.object({ profile_id: z.string().describe("UUID of the profile to logout. If not provided, logs out the current authenticated session.").optional() }).describe("Request model for logging out the current session."),
|
|
8
|
+
output: z.object({}).describe("Response model for logout operation.\nThe API returns an empty JSON object on successful logout.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { penpotLogout };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=logout.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.mjs","names":[],"sources":["../../src/actions/logout.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotLogoutInput: z.ZodTypeAny = z.object({\n profile_id: z.string().describe(\"UUID of the profile to logout. If not provided, logs out the current authenticated session.\").optional(),\n}).describe(\"Request model for logging out the current session.\");\nexport const PenpotLogoutOutput: z.ZodTypeAny = z.object({}).describe(\"Response model for logout operation.\\nThe API returns an empty JSON object on successful logout.\");\n\nexport const penpotLogout = action(\"PENPOT_LOGOUT\", {\n slug: \"penpot-logout\",\n name: \"Logout\",\n description: \"Tool to clear the authentication cookie and logout the current session. Use when the authenticated user wants to end their Penpot session and invalidate their authentication.\",\n input: PenpotLogoutInput,\n output: PenpotLogoutOutput,\n});\n"],"mappings":";;AASA,MAAa,eAAe,OAAO,iBAAiB;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT6C,EAAE,OAAO,EACtD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,EAC1I,CAAC,CAAC,CAAC,SAAS,oDAOH;CACP,QAP8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAO5D;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/mark-all-threads-as-read.ts
|
|
4
|
+
const PenpotMarkAllThreadsAsReadInput = zod.z.object({ threads: zod.z.array(zod.z.string()).describe("List of comment thread UUIDs to mark as read. Can be an empty list to mark all threads as read.") }).describe("Request model for marking all comment threads as read.");
|
|
5
|
+
const PenpotMarkAllThreadsAsReadOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Status message from the API").nullable().optional(),
|
|
7
|
+
success: zod.z.boolean().describe("Whether the operation was successful").nullable().optional()
|
|
8
|
+
}).describe("Response model after marking comment threads as read.");
|
|
9
|
+
const penpotMarkAllThreadsAsRead = require_action.action("PENPOT_MARK_ALL_THREADS_AS_READ", {
|
|
10
|
+
slug: "penpot-mark-all-threads-as-read",
|
|
11
|
+
name: "Mark All Threads As Read",
|
|
12
|
+
description: "Tool to mark all comment threads as read in Penpot. Use when you need to clear unread status for comment threads.",
|
|
13
|
+
input: PenpotMarkAllThreadsAsReadInput,
|
|
14
|
+
output: PenpotMarkAllThreadsAsReadOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotMarkAllThreadsAsRead = penpotMarkAllThreadsAsRead;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=mark-all-threads-as-read.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-all-threads-as-read.cjs","names":["z","action"],"sources":["../../src/actions/mark-all-threads-as-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMarkAllThreadsAsReadInput: z.ZodTypeAny = z.object({\n threads: z.array(z.string()).describe(\"List of comment thread UUIDs to mark as read. Can be an empty list to mark all threads as read.\"),\n}).describe(\"Request model for marking all comment threads as read.\");\nexport const PenpotMarkAllThreadsAsReadOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable().optional(),\n}).describe(\"Response model after marking comment threads as read.\");\n\nexport const penpotMarkAllThreadsAsRead = action(\"PENPOT_MARK_ALL_THREADS_AS_READ\", {\n slug: \"penpot-mark-all-threads-as-read\",\n name: \"Mark All Threads As Read\",\n description: \"Tool to mark all comment threads as read in Penpot. Use when you need to clear unread status for comment threads.\",\n input: PenpotMarkAllThreadsAsReadInput,\n output: PenpotMarkAllThreadsAsReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iGAAiG,EACzI,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,6BAA6BC,eAAAA,OAAO,mCAAmC;CAClF,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/mark-all-threads-as-read.d.ts
|
|
4
|
+
declare const PenpotMarkAllThreadsAsReadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMarkAllThreadsAsReadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMarkAllThreadsAsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMarkAllThreadsAsRead };
|
|
9
|
+
//# sourceMappingURL=mark-all-threads-as-read.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-all-threads-as-read.d.cts","names":[],"sources":["../../src/actions/mark-all-threads-as-read.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEqB;AAAA,cACxD,gCAAA,EAAkC,CAAA,CAAE,UAGmB;AAAA,cAEvD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/mark-all-threads-as-read.d.ts
|
|
4
|
+
declare const PenpotMarkAllThreadsAsReadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMarkAllThreadsAsReadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMarkAllThreadsAsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMarkAllThreadsAsRead };
|
|
9
|
+
//# sourceMappingURL=mark-all-threads-as-read.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-all-threads-as-read.d.mts","names":[],"sources":["../../src/actions/mark-all-threads-as-read.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEqB;AAAA,cACxD,gCAAA,EAAkC,CAAA,CAAE,UAGmB;AAAA,cAEvD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotMarkAllThreadsAsRead = action("PENPOT_MARK_ALL_THREADS_AS_READ", {
|
|
4
|
+
slug: "penpot-mark-all-threads-as-read",
|
|
5
|
+
name: "Mark All Threads As Read",
|
|
6
|
+
description: "Tool to mark all comment threads as read in Penpot. Use when you need to clear unread status for comment threads.",
|
|
7
|
+
input: z.object({ threads: z.array(z.string()).describe("List of comment thread UUIDs to mark as read. Can be an empty list to mark all threads as read.") }).describe("Request model for marking all comment threads as read."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().describe("Status message from the API").nullable().optional(),
|
|
10
|
+
success: z.boolean().describe("Whether the operation was successful").nullable().optional()
|
|
11
|
+
}).describe("Response model after marking comment threads as read.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotMarkAllThreadsAsRead };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=mark-all-threads-as-read.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-all-threads-as-read.mjs","names":[],"sources":["../../src/actions/mark-all-threads-as-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMarkAllThreadsAsReadInput: z.ZodTypeAny = z.object({\n threads: z.array(z.string()).describe(\"List of comment thread UUIDs to mark as read. Can be an empty list to mark all threads as read.\"),\n}).describe(\"Request model for marking all comment threads as read.\");\nexport const PenpotMarkAllThreadsAsReadOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable().optional(),\n}).describe(\"Response model after marking comment threads as read.\");\n\nexport const penpotMarkAllThreadsAsRead = action(\"PENPOT_MARK_ALL_THREADS_AS_READ\", {\n slug: \"penpot-mark-all-threads-as-read\",\n name: \"Mark All Threads As Read\",\n description: \"Tool to mark all comment threads as read in Penpot. Use when you need to clear unread status for comment threads.\",\n input: PenpotMarkAllThreadsAsReadInput,\n output: PenpotMarkAllThreadsAsReadOutput,\n});\n"],"mappings":";;AAYA,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ2D,EAAE,OAAO,EACpE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iGAAiG,EACzI,CAAC,CAAC,CAAC,SAAS,wDAUH;CACP,QAV4D,EAAE,OAAO;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/move-files.ts
|
|
4
|
+
const PenpotMoveFilesInput = zod.z.object({
|
|
5
|
+
ids: zod.z.array(zod.z.string()).describe("List of file UUIDs to move. Must contain at least one file ID."),
|
|
6
|
+
project_id: zod.z.string().describe("UUID of the destination project where files will be moved.")
|
|
7
|
+
}).describe("Request model for moving files from one project to another in Penpot.");
|
|
8
|
+
const PenpotMoveFilesOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the files were moved successfully").nullable().optional() }).describe("Response model for moving files between projects in Penpot.");
|
|
9
|
+
const penpotMoveFiles = require_action.action("PENPOT_MOVE_FILES", {
|
|
10
|
+
slug: "penpot-move-files",
|
|
11
|
+
name: "Move Files",
|
|
12
|
+
description: "Tool to move files from one project to another in Penpot. Use when you need to reorganize files by transferring them between projects.",
|
|
13
|
+
input: PenpotMoveFilesInput,
|
|
14
|
+
output: PenpotMoveFilesOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotMoveFiles = penpotMoveFiles;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=move-files.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-files.cjs","names":["z","action"],"sources":["../../src/actions/move-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMoveFilesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of file UUIDs to move. Must contain at least one file ID.\"),\n project_id: z.string().describe(\"UUID of the destination project where files will be moved.\"),\n}).describe(\"Request model for moving files from one project to another in Penpot.\");\nexport const PenpotMoveFilesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the files were moved successfully\").nullable().optional(),\n}).describe(\"Response model for moving files between projects in Penpot.\");\n\nexport const penpotMoveFiles = action(\"PENPOT_MOVE_FILES\", {\n slug: \"penpot-move-files\",\n name: \"Move Files\",\n description: \"Tool to move files from one project to another in Penpot. Use when you need to reorganize files by transferring them between projects.\",\n input: PenpotMoveFilesInput,\n output: PenpotMoveFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gEAAgE;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC9F,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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/move-files.d.ts
|
|
4
|
+
declare const PenpotMoveFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMoveFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMoveFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMoveFiles };
|
|
9
|
+
//# sourceMappingURL=move-files.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-files.d.cts","names":[],"sources":["../../src/actions/move-files.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAG+C;AAAA,cACvE,qBAAA,EAAuB,CAAA,CAAE,UAEoC;AAAA,cAE7D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/move-files.d.ts
|
|
4
|
+
declare const PenpotMoveFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMoveFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMoveFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMoveFiles };
|
|
9
|
+
//# sourceMappingURL=move-files.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-files.d.mts","names":[],"sources":["../../src/actions/move-files.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAG+C;AAAA,cACvE,qBAAA,EAAuB,CAAA,CAAE,UAEoC;AAAA,cAE7D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotMoveFiles = action("PENPOT_MOVE_FILES", {
|
|
4
|
+
slug: "penpot-move-files",
|
|
5
|
+
name: "Move Files",
|
|
6
|
+
description: "Tool to move files from one project to another in Penpot. Use when you need to reorganize files by transferring them between projects.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
ids: z.array(z.string()).describe("List of file UUIDs to move. Must contain at least one file ID."),
|
|
9
|
+
project_id: z.string().describe("UUID of the destination project where files will be moved.")
|
|
10
|
+
}).describe("Request model for moving files from one project to another in Penpot."),
|
|
11
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the files were moved successfully").nullable().optional() }).describe("Response model for moving files between projects in Penpot.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotMoveFiles };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=move-files.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-files.mjs","names":[],"sources":["../../src/actions/move-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMoveFilesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of file UUIDs to move. Must contain at least one file ID.\"),\n project_id: z.string().describe(\"UUID of the destination project where files will be moved.\"),\n}).describe(\"Request model for moving files from one project to another in Penpot.\");\nexport const PenpotMoveFilesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the files were moved successfully\").nullable().optional(),\n}).describe(\"Response model for moving files between projects in Penpot.\");\n\nexport const penpotMoveFiles = action(\"PENPOT_MOVE_FILES\", {\n slug: \"penpot-move-files\",\n name: \"Move Files\",\n description: \"Tool to move files from one project to another in Penpot. Use when you need to reorganize files by transferring them between projects.\",\n input: PenpotMoveFilesInput,\n output: PenpotMoveFilesOutput,\n});\n"],"mappings":";;AAYA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZgD,EAAE,OAAO;EACzD,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gEAAgE;EAClG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC9F,CAAC,CAAC,CAAC,SAAS,uEASH;CACP,QATiD,EAAE,OAAO,EAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/move-project.ts
|
|
4
|
+
const PenpotMoveProjectInput = zod.z.object({
|
|
5
|
+
team_id: zod.z.string().describe("UUID of the destination team where the project will be moved"),
|
|
6
|
+
project_id: zod.z.string().describe("UUID of the project to move")
|
|
7
|
+
}).describe("Request model for moving a project to a different team in Penpot.");
|
|
8
|
+
const PenpotMoveProjectOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the move operation was successful").nullable().optional() }).describe("Response model for MoveProject action.");
|
|
9
|
+
const penpotMoveProject = require_action.action("PENPOT_MOVE_PROJECT", {
|
|
10
|
+
slug: "penpot-move-project",
|
|
11
|
+
name: "Move Project",
|
|
12
|
+
description: "Tool to move a project to a different team in Penpot. Use when you need to transfer a project from one team to another.",
|
|
13
|
+
input: PenpotMoveProjectInput,
|
|
14
|
+
output: PenpotMoveProjectOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotMoveProject = penpotMoveProject;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=move-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-project.cjs","names":["z","action"],"sources":["../../src/actions/move-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMoveProjectInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID of the destination team where the project will be moved\"),\n project_id: z.string().describe(\"UUID of the project to move\"),\n}).describe(\"Request model for moving a project to a different team in Penpot.\");\nexport const PenpotMoveProjectOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the move operation was successful\").nullable().optional(),\n}).describe(\"Response model for MoveProject action.\");\n\nexport const penpotMoveProject = action(\"PENPOT_MOVE_PROJECT\", {\n slug: \"penpot-move-project\",\n name: \"Move Project\",\n description: \"Tool to move a project to a different team in Penpot. Use when you need to transfer a project from one team to another.\",\n input: PenpotMoveProjectInput,\n output: PenpotMoveProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AAC/D,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/move-project.d.ts
|
|
4
|
+
declare const PenpotMoveProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMoveProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMoveProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMoveProject };
|
|
9
|
+
//# sourceMappingURL=move-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-project.d.cts","names":[],"sources":["../../src/actions/move-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGyC;AAAA,cACnE,uBAAA,EAAyB,CAAA,CAAE,UAEa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/move-project.d.ts
|
|
4
|
+
declare const PenpotMoveProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotMoveProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotMoveProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotMoveProject };
|
|
9
|
+
//# sourceMappingURL=move-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-project.d.mts","names":[],"sources":["../../src/actions/move-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGyC;AAAA,cACnE,uBAAA,EAAyB,CAAA,CAAE,UAEa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotMoveProject = action("PENPOT_MOVE_PROJECT", {
|
|
4
|
+
slug: "penpot-move-project",
|
|
5
|
+
name: "Move Project",
|
|
6
|
+
description: "Tool to move a project to a different team in Penpot. Use when you need to transfer a project from one team to another.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
team_id: z.string().describe("UUID of the destination team where the project will be moved"),
|
|
9
|
+
project_id: z.string().describe("UUID of the project to move")
|
|
10
|
+
}).describe("Request model for moving a project to a different team in Penpot."),
|
|
11
|
+
output: z.object({ success: z.boolean().describe("Indicates whether the move operation was successful").nullable().optional() }).describe("Response model for MoveProject action.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotMoveProject };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=move-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-project.mjs","names":[],"sources":["../../src/actions/move-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotMoveProjectInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID of the destination team where the project will be moved\"),\n project_id: z.string().describe(\"UUID of the project to move\"),\n}).describe(\"Request model for moving a project to a different team in Penpot.\");\nexport const PenpotMoveProjectOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the move operation was successful\").nullable().optional(),\n}).describe(\"Response model for MoveProject action.\");\n\nexport const penpotMoveProject = action(\"PENPOT_MOVE_PROJECT\", {\n slug: \"penpot-move-project\",\n name: \"Move Project\",\n description: \"Tool to move a project to a different team in Penpot. Use when you need to transfer a project from one team to another.\",\n input: PenpotMoveProjectInput,\n output: PenpotMoveProjectOutput,\n});\n"],"mappings":";;AAYA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkD,EAAE,OAAO;EAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC/D,CAAC,CAAC,CAAC,SAAS,mEASH;CACP,QATmD,EAAE,OAAO,EAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3G,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/prepare-register-profile.ts
|
|
4
|
+
const PenpotPrepareRegisterProfileInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Email address for the new user account. Must be a valid email format."),
|
|
6
|
+
fullname: zod.z.string().describe("Full name of the user to register. Must be a non-whitespace string."),
|
|
7
|
+
password: zod.z.string().describe("Password for the new user account. Should meet security requirements."),
|
|
8
|
+
invitation_token: zod.z.string().describe("Optional invitation token for team access. Include this if registering with a team invitation.").optional(),
|
|
9
|
+
create_welcome_file: zod.z.boolean().describe("Optional flag to automatically create a welcome file for the new user. If not specified, uses system default.").optional()
|
|
10
|
+
}).describe("Request model for preparing user registration.");
|
|
11
|
+
const PenpotPrepareRegisterProfileOutput = zod.z.object({
|
|
12
|
+
email: zod.z.string().describe("Email address that was registered").nullable().optional(),
|
|
13
|
+
message: zod.z.string().describe("Message about the registration preparation result, such as verification email sent confirmation").nullable().optional(),
|
|
14
|
+
success: zod.z.boolean().describe("Whether the registration preparation was successful").nullable().optional(),
|
|
15
|
+
user_id: zod.z.string().describe("ID of the prepared user profile if applicable").nullable().optional(),
|
|
16
|
+
verification_required: zod.z.boolean().describe("Whether email verification is required to complete registration").nullable().optional()
|
|
17
|
+
}).describe("Response model for user registration preparation.");
|
|
18
|
+
const penpotPrepareRegisterProfile = require_action.action("PENPOT_PREPARE_REGISTER_PROFILE", {
|
|
19
|
+
slug: "penpot-prepare-register-profile",
|
|
20
|
+
name: "Prepare Register Profile",
|
|
21
|
+
description: "Tool to prepare user registration by validating email and sending verification in Penpot. Use when you need to initiate the registration process for a new user. This endpoint validates the provided information and typically sends a verification email to complete the registration.",
|
|
22
|
+
input: PenpotPrepareRegisterProfileInput,
|
|
23
|
+
output: PenpotPrepareRegisterProfileOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.penpotPrepareRegisterProfile = penpotPrepareRegisterProfile;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=prepare-register-profile.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepare-register-profile.cjs","names":["z","action"],"sources":["../../src/actions/prepare-register-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotPrepareRegisterProfileInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address for the new user account. Must be a valid email format.\"),\n fullname: z.string().describe(\"Full name of the user to register. Must be a non-whitespace string.\"),\n password: z.string().describe(\"Password for the new user account. Should meet security requirements.\"),\n invitation_token: z.string().describe(\"Optional invitation token for team access. Include this if registering with a team invitation.\").optional(),\n create_welcome_file: z.boolean().describe(\"Optional flag to automatically create a welcome file for the new user. If not specified, uses system default.\").optional(),\n}).describe(\"Request model for preparing user registration.\");\nexport const PenpotPrepareRegisterProfileOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address that was registered\").nullable().optional(),\n message: z.string().describe(\"Message about the registration preparation result, such as verification email sent confirmation\").nullable().optional(),\n success: z.boolean().describe(\"Whether the registration preparation was successful\").nullable().optional(),\n user_id: z.string().describe(\"ID of the prepared user profile if applicable\").nullable().optional(),\n verification_required: z.boolean().describe(\"Whether email verification is required to complete registration\").nullable().optional(),\n}).describe(\"Response model for user registration preparation.\");\n\nexport const penpotPrepareRegisterProfile = action(\"PENPOT_PREPARE_REGISTER_PROFILE\", {\n slug: \"penpot-prepare-register-profile\",\n name: \"Prepare Register Profile\",\n description: \"Tool to prepare user registration by validating email and sending verification in Penpot. Use when you need to initiate the registration process for a new user. This endpoint validates the provided information and typically sends a verification email to complete the registration.\",\n input: PenpotPrepareRegisterProfileInput,\n output: PenpotPrepareRegisterProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CACnG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACrG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACjJ,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;AACtK,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,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/prepare-register-profile.d.ts
|
|
4
|
+
declare const PenpotPrepareRegisterProfileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotPrepareRegisterProfileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotPrepareRegisterProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotPrepareRegisterProfile };
|
|
9
|
+
//# sourceMappingURL=prepare-register-profile.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepare-register-profile.d.cts","names":[],"sources":["../../src/actions/prepare-register-profile.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMW;AAAA,cAChD,kCAAA,EAAoC,CAAA,CAAE,UAMa;AAAA,cAEnD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/prepare-register-profile.d.ts
|
|
4
|
+
declare const PenpotPrepareRegisterProfileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotPrepareRegisterProfileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotPrepareRegisterProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotPrepareRegisterProfile };
|
|
9
|
+
//# sourceMappingURL=prepare-register-profile.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepare-register-profile.d.mts","names":[],"sources":["../../src/actions/prepare-register-profile.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMW;AAAA,cAChD,kCAAA,EAAoC,CAAA,CAAE,UAMa;AAAA,cAEnD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotPrepareRegisterProfile = action("PENPOT_PREPARE_REGISTER_PROFILE", {
|
|
4
|
+
slug: "penpot-prepare-register-profile",
|
|
5
|
+
name: "Prepare Register Profile",
|
|
6
|
+
description: "Tool to prepare user registration by validating email and sending verification in Penpot. Use when you need to initiate the registration process for a new user. This endpoint validates the provided information and typically sends a verification email to complete the registration.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Email address for the new user account. Must be a valid email format."),
|
|
9
|
+
fullname: z.string().describe("Full name of the user to register. Must be a non-whitespace string."),
|
|
10
|
+
password: z.string().describe("Password for the new user account. Should meet security requirements."),
|
|
11
|
+
invitation_token: z.string().describe("Optional invitation token for team access. Include this if registering with a team invitation.").optional(),
|
|
12
|
+
create_welcome_file: z.boolean().describe("Optional flag to automatically create a welcome file for the new user. If not specified, uses system default.").optional()
|
|
13
|
+
}).describe("Request model for preparing user registration."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
email: z.string().describe("Email address that was registered").nullable().optional(),
|
|
16
|
+
message: z.string().describe("Message about the registration preparation result, such as verification email sent confirmation").nullable().optional(),
|
|
17
|
+
success: z.boolean().describe("Whether the registration preparation was successful").nullable().optional(),
|
|
18
|
+
user_id: z.string().describe("ID of the prepared user profile if applicable").nullable().optional(),
|
|
19
|
+
verification_required: z.boolean().describe("Whether email verification is required to complete registration").nullable().optional()
|
|
20
|
+
}).describe("Response model for user registration preparation.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { penpotPrepareRegisterProfile };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=prepare-register-profile.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepare-register-profile.mjs","names":[],"sources":["../../src/actions/prepare-register-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotPrepareRegisterProfileInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address for the new user account. Must be a valid email format.\"),\n fullname: z.string().describe(\"Full name of the user to register. Must be a non-whitespace string.\"),\n password: z.string().describe(\"Password for the new user account. Should meet security requirements.\"),\n invitation_token: z.string().describe(\"Optional invitation token for team access. Include this if registering with a team invitation.\").optional(),\n create_welcome_file: z.boolean().describe(\"Optional flag to automatically create a welcome file for the new user. If not specified, uses system default.\").optional(),\n}).describe(\"Request model for preparing user registration.\");\nexport const PenpotPrepareRegisterProfileOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address that was registered\").nullable().optional(),\n message: z.string().describe(\"Message about the registration preparation result, such as verification email sent confirmation\").nullable().optional(),\n success: z.boolean().describe(\"Whether the registration preparation was successful\").nullable().optional(),\n user_id: z.string().describe(\"ID of the prepared user profile if applicable\").nullable().optional(),\n verification_required: z.boolean().describe(\"Whether email verification is required to complete registration\").nullable().optional(),\n}).describe(\"Response model for user registration preparation.\");\n\nexport const penpotPrepareRegisterProfile = action(\"PENPOT_PREPARE_REGISTER_PROFILE\", {\n slug: \"penpot-prepare-register-profile\",\n name: \"Prepare Register Profile\",\n description: \"Tool to prepare user registration by validating email and sending verification in Penpot. Use when you need to initiate the registration process for a new user. This endpoint validates the provided information and typically sends a verification email to complete the registration.\",\n input: PenpotPrepareRegisterProfileInput,\n output: PenpotPrepareRegisterProfileOutput,\n});\n"],"mappings":";;AAmBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB6D,EAAE,OAAO;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EAClG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;EACnG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACrG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;EACjJ,qBAAqB,EAAE,QAAQ,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CACtK,CAAC,CAAC,CAAC,SAAS,gDAaH;CACP,QAb8D,EAAE,OAAO;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/push-audit-events.ts
|
|
4
|
+
const PenpotPushAuditEventsInput = zod.z.object({ events: zod.z.array(zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Name identifier for the audit event (alphanumeric, dash, underscore only, 1-50 characters)"),
|
|
6
|
+
type: zod.z.enum(["identify", "action"]).describe("Type of audit event - 'identify' for identification events or 'action' for user actions"),
|
|
7
|
+
props: zod.z.object({}).describe("Event-specific properties containing additional data about the audit event"),
|
|
8
|
+
context: zod.z.object({}).describe("Optional contextual information about the event such as request metadata or environment details").optional()
|
|
9
|
+
}).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.");
|
|
10
|
+
const PenpotPushAuditEventsOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the audit events were successfully recorded").nullable().optional() }).describe("Response schema after pushing audit events.");
|
|
11
|
+
const penpotPushAuditEvents = require_action.action("PENPOT_PUSH_AUDIT_EVENTS", {
|
|
12
|
+
slug: "penpot-push-audit-events",
|
|
13
|
+
name: "Push Audit Events",
|
|
14
|
+
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.",
|
|
15
|
+
input: PenpotPushAuditEventsInput,
|
|
16
|
+
output: PenpotPushAuditEventsOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.penpotPushAuditEvents = penpotPushAuditEvents;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=push-audit-events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-audit-events.cjs","names":["z","action"],"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":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CACzB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CACtH,MAAMA,IAAAA,EAAE,KAAK,CAAC,YAAY,QAAQ,CAAC,CAAC,CAAC,SAAS,yFAAyF;CACvI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;CACzG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,CAAC,SAAS,iEAAiE,EAC3H,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/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.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-audit-events.d.cts","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"}
|