@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,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/ignore-file-library-sync-status.ts
|
|
4
|
+
const PenpotIgnoreFileLibrarySyncStatusInput = zod.z.object({
|
|
5
|
+
date: zod.z.string().describe("ISO 8601 formatted timestamp indicating when to ignore library sync updates from. Must be in format YYYY-MM-DDTHH:MM:SSZ."),
|
|
6
|
+
fileId: zod.z.string().describe("UUID of the file to ignore library sync status for")
|
|
7
|
+
}).describe("Request model for ignoring library sync status updates for a Penpot file.");
|
|
8
|
+
const PenpotIgnoreFileLibrarySyncStatusOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the operation was successful").nullable().optional() }).describe("Response model for ignoring library sync status updates.");
|
|
9
|
+
const penpotIgnoreFileLibrarySyncStatus = require_action.action("PENPOT_IGNORE_FILE_LIBRARY_SYNC_STATUS", {
|
|
10
|
+
slug: "penpot-ignore-file-library-sync-status",
|
|
11
|
+
name: "Ignore File Library Sync Status",
|
|
12
|
+
description: "Tool to ignore library sync status updates for a file. Use when you need to mark library updates as ignored for a specific file, preventing sync notifications from appearing.",
|
|
13
|
+
input: PenpotIgnoreFileLibrarySyncStatusInput,
|
|
14
|
+
output: PenpotIgnoreFileLibrarySyncStatusOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.penpotIgnoreFileLibrarySyncStatus = penpotIgnoreFileLibrarySyncStatus;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=ignore-file-library-sync-status.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ignore-file-library-sync-status.cjs","names":["z","action"],"sources":["../../src/actions/ignore-file-library-sync-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotIgnoreFileLibrarySyncStatusInput: z.ZodTypeAny = z.object({\n date: z.string().describe(\"ISO 8601 formatted timestamp indicating when to ignore library sync updates from. Must be in format YYYY-MM-DDTHH:MM:SSZ.\"),\n fileId: z.string().describe(\"UUID of the file to ignore library sync status for\"),\n}).describe(\"Request model for ignoring library sync status updates for a Penpot file.\");\nexport const PenpotIgnoreFileLibrarySyncStatusOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable().optional(),\n}).describe(\"Response model for ignoring library sync status updates.\");\n\nexport const penpotIgnoreFileLibrarySyncStatus = action(\"PENPOT_IGNORE_FILE_LIBRARY_SYNC_STATUS\", {\n slug: \"penpot-ignore-file-library-sync-status\",\n name: \"Ignore File Library Sync Status\",\n description: \"Tool to ignore library sync status updates for a file. Use when you need to mark library updates as ignored for a specific file, preventing sync notifications from appearing.\",\n input: PenpotIgnoreFileLibrarySyncStatusInput,\n output: PenpotIgnoreFileLibrarySyncStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;CACrJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AAClF,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,oCAAoCC,eAAAA,OAAO,0CAA0C;CAChG,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/ignore-file-library-sync-status.d.ts
|
|
4
|
+
declare const PenpotIgnoreFileLibrarySyncStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotIgnoreFileLibrarySyncStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotIgnoreFileLibrarySyncStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotIgnoreFileLibrarySyncStatus };
|
|
9
|
+
//# sourceMappingURL=ignore-file-library-sync-status.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ignore-file-library-sync-status.d.cts","names":[],"sources":["../../src/actions/ignore-file-library-sync-status.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGiC;AAAA,cAC3E,uCAAA,EAAyC,CAAA,CAAE,UAEe;AAAA,cAE1D,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/ignore-file-library-sync-status.d.ts
|
|
4
|
+
declare const PenpotIgnoreFileLibrarySyncStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotIgnoreFileLibrarySyncStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotIgnoreFileLibrarySyncStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotIgnoreFileLibrarySyncStatus };
|
|
9
|
+
//# sourceMappingURL=ignore-file-library-sync-status.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ignore-file-library-sync-status.d.mts","names":[],"sources":["../../src/actions/ignore-file-library-sync-status.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGiC;AAAA,cAC3E,uCAAA,EAAyC,CAAA,CAAE,UAEe;AAAA,cAE1D,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotIgnoreFileLibrarySyncStatus = action("PENPOT_IGNORE_FILE_LIBRARY_SYNC_STATUS", {
|
|
4
|
+
slug: "penpot-ignore-file-library-sync-status",
|
|
5
|
+
name: "Ignore File Library Sync Status",
|
|
6
|
+
description: "Tool to ignore library sync status updates for a file. Use when you need to mark library updates as ignored for a specific file, preventing sync notifications from appearing.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
date: z.string().describe("ISO 8601 formatted timestamp indicating when to ignore library sync updates from. Must be in format YYYY-MM-DDTHH:MM:SSZ."),
|
|
9
|
+
fileId: z.string().describe("UUID of the file to ignore library sync status for")
|
|
10
|
+
}).describe("Request model for ignoring library sync status updates for a Penpot file."),
|
|
11
|
+
output: z.object({ success: z.boolean().describe("Indicates whether the operation was successful").nullable().optional() }).describe("Response model for ignoring library sync status updates.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { penpotIgnoreFileLibrarySyncStatus };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=ignore-file-library-sync-status.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ignore-file-library-sync-status.mjs","names":[],"sources":["../../src/actions/ignore-file-library-sync-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotIgnoreFileLibrarySyncStatusInput: z.ZodTypeAny = z.object({\n date: z.string().describe(\"ISO 8601 formatted timestamp indicating when to ignore library sync updates from. Must be in format YYYY-MM-DDTHH:MM:SSZ.\"),\n fileId: z.string().describe(\"UUID of the file to ignore library sync status for\"),\n}).describe(\"Request model for ignoring library sync status updates for a Penpot file.\");\nexport const PenpotIgnoreFileLibrarySyncStatusOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable().optional(),\n}).describe(\"Response model for ignoring library sync status updates.\");\n\nexport const penpotIgnoreFileLibrarySyncStatus = action(\"PENPOT_IGNORE_FILE_LIBRARY_SYNC_STATUS\", {\n slug: \"penpot-ignore-file-library-sync-status\",\n name: \"Ignore File Library Sync Status\",\n description: \"Tool to ignore library sync status updates for a file. Use when you need to mark library updates as ignored for a specific file, preventing sync notifications from appearing.\",\n input: PenpotIgnoreFileLibrarySyncStatusInput,\n output: PenpotIgnoreFileLibrarySyncStatusOutput,\n});\n"],"mappings":";;AAYA,MAAa,oCAAoC,OAAO,0CAA0C;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;EACrJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAClF,CAAC,CAAC,CAAC,SAAS,2EASH;CACP,QATmE,EAAE,OAAO,EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtG,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_create_access_token = require("./create-access-token.cjs");
|
|
3
|
+
const require_create_comment_thread = require("./create-comment-thread.cjs");
|
|
4
|
+
const require_create_file = require("./create-file.cjs");
|
|
5
|
+
const require_create_project = require("./create-project.cjs");
|
|
6
|
+
const require_create_team = require("./create-team.cjs");
|
|
7
|
+
const require_create_team_access_request = require("./create-team-access-request.cjs");
|
|
8
|
+
const require_create_webhook = require("./create-webhook.cjs");
|
|
9
|
+
const require_delete_access_token = require("./delete-access-token.cjs");
|
|
10
|
+
const require_delete_comment = require("./delete-comment.cjs");
|
|
11
|
+
const require_delete_file_snapshot = require("./delete-file-snapshot.cjs");
|
|
12
|
+
const require_delete_project = require("./delete-project.cjs");
|
|
13
|
+
const require_delete_team = require("./delete-team.cjs");
|
|
14
|
+
const require_delete_team_files_permanently = require("./delete-team-files-permanently.cjs");
|
|
15
|
+
const require_delete_team_invitation = require("./delete-team-invitation.cjs");
|
|
16
|
+
const require_delete_team_member = require("./delete-team-member.cjs");
|
|
17
|
+
const require_delete_webhook = require("./delete-webhook.cjs");
|
|
18
|
+
const require_duplicate_file = require("./duplicate-file.cjs");
|
|
19
|
+
const require_duplicate_project = require("./duplicate-project.cjs");
|
|
20
|
+
const require_get_access_tokens = require("./get-access-tokens.cjs");
|
|
21
|
+
const require_get_all_projects = require("./get-all-projects.cjs");
|
|
22
|
+
const require_get_builtin_templates = require("./get-builtin-templates.cjs");
|
|
23
|
+
const require_get_comment_thread = require("./get-comment-thread.cjs");
|
|
24
|
+
const require_get_comment_threads = require("./get-comment-threads.cjs");
|
|
25
|
+
const require_get_comments = require("./get-comments.cjs");
|
|
26
|
+
const require_get_file = require("./get-file.cjs");
|
|
27
|
+
const require_get_file_info = require("./get-file-info.cjs");
|
|
28
|
+
const require_get_file_libraries = require("./get-file-libraries.cjs");
|
|
29
|
+
const require_get_file_object_thumbnails = require("./get-file-object-thumbnails.cjs");
|
|
30
|
+
const require_get_file_snapshots = require("./get-file-snapshots.cjs");
|
|
31
|
+
const require_get_file_summary = require("./get-file-summary.cjs");
|
|
32
|
+
const require_get_font_variants = require("./get-font-variants.cjs");
|
|
33
|
+
const require_get_library_file_references = require("./get-library-file-references.cjs");
|
|
34
|
+
const require_get_library_usage = require("./get-library-usage.cjs");
|
|
35
|
+
const require_get_owned_teams = require("./get-owned-teams.cjs");
|
|
36
|
+
const require_get_page = require("./get-page.cjs");
|
|
37
|
+
const require_get_profiles_for_file_comments = require("./get-profiles-for-file-comments.cjs");
|
|
38
|
+
const require_get_project = require("./get-project.cjs");
|
|
39
|
+
const require_get_project_files = require("./get-project-files.cjs");
|
|
40
|
+
const require_get_sso_provider = require("./get-sso-provider.cjs");
|
|
41
|
+
const require_get_subscription_usage = require("./get-subscription-usage.cjs");
|
|
42
|
+
const require_get_team = require("./get-team.cjs");
|
|
43
|
+
const require_get_team_deleted_files = require("./get-team-deleted-files.cjs");
|
|
44
|
+
const require_get_team_info = require("./get-team-info.cjs");
|
|
45
|
+
const require_get_team_invitations = require("./get-team-invitations.cjs");
|
|
46
|
+
const require_get_team_members = require("./get-team-members.cjs");
|
|
47
|
+
const require_get_team_shared_files = require("./get-team-shared-files.cjs");
|
|
48
|
+
const require_get_team_stats = require("./get-team-stats.cjs");
|
|
49
|
+
const require_get_team_users = require("./get-team-users.cjs");
|
|
50
|
+
const require_get_teams = require("./get-teams.cjs");
|
|
51
|
+
const require_get_unread_comment_threads = require("./get-unread-comment-threads.cjs");
|
|
52
|
+
const require_get_view_only_bundle = require("./get-view-only-bundle.cjs");
|
|
53
|
+
const require_get_webhooks = require("./get-webhooks.cjs");
|
|
54
|
+
const require_has_file_libraries = require("./has-file-libraries.cjs");
|
|
55
|
+
const require_ignore_file_library_sync_status = require("./ignore-file-library-sync-status.cjs");
|
|
56
|
+
const require_link_file_to_library = require("./link-file-to-library.cjs");
|
|
57
|
+
const require_lock_file_snapshot = require("./lock-file-snapshot.cjs");
|
|
58
|
+
const require_logout = require("./logout.cjs");
|
|
59
|
+
const require_mark_all_threads_as_read = require("./mark-all-threads-as-read.cjs");
|
|
60
|
+
const require_move_files = require("./move-files.cjs");
|
|
61
|
+
const require_move_project = require("./move-project.cjs");
|
|
62
|
+
const require_prepare_register_profile = require("./prepare-register-profile.cjs");
|
|
63
|
+
const require_push_audit_events = require("./push-audit-events.cjs");
|
|
64
|
+
const require_register_profile = require("./register-profile.cjs");
|
|
65
|
+
const require_rename_file = require("./rename-file.cjs");
|
|
66
|
+
const require_rename_project = require("./rename-project.cjs");
|
|
67
|
+
const require_request_profile_recovery = require("./request-profile-recovery.cjs");
|
|
68
|
+
const require_restore_deleted_team_files = require("./restore-deleted-team-files.cjs");
|
|
69
|
+
const require_restore_file_snapshot = require("./restore-file-snapshot.cjs");
|
|
70
|
+
const require_search_files = require("./search-files.cjs");
|
|
71
|
+
const require_send_user_feedback = require("./send-user-feedback.cjs");
|
|
72
|
+
const require_set_file_shared = require("./set-file-shared.cjs");
|
|
73
|
+
const require_unlink_file_from_library = require("./unlink-file-from-library.cjs");
|
|
74
|
+
const require_unlock_file_snapshot = require("./unlock-file-snapshot.cjs");
|
|
75
|
+
const require_update_comment = require("./update-comment.cjs");
|
|
76
|
+
const require_update_comment_thread = require("./update-comment-thread.cjs");
|
|
77
|
+
const require_update_comment_thread_frame = require("./update-comment-thread-frame.cjs");
|
|
78
|
+
const require_update_comment_thread_position = require("./update-comment-thread-position.cjs");
|
|
79
|
+
const require_update_comment_thread_status = require("./update-comment-thread-status.cjs");
|
|
80
|
+
const require_update_file = require("./update-file.cjs");
|
|
81
|
+
const require_update_file_library_sync_status = require("./update-file-library-sync-status.cjs");
|
|
82
|
+
const require_update_file_snapshot = require("./update-file-snapshot.cjs");
|
|
83
|
+
const require_update_font = require("./update-font.cjs");
|
|
84
|
+
const require_update_profile = require("./update-profile.cjs");
|
|
85
|
+
const require_update_profile_notifications = require("./update-profile-notifications.cjs");
|
|
86
|
+
const require_update_profile_props = require("./update-profile-props.cjs");
|
|
87
|
+
const require_update_project_pin = require("./update-project-pin.cjs");
|
|
88
|
+
const require_update_team = require("./update-team.cjs");
|
|
89
|
+
const require_update_team_invitation_role = require("./update-team-invitation-role.cjs");
|
|
90
|
+
const require_update_webhook = require("./update-webhook.cjs");
|
|
91
|
+
const require_verify_token = require("./verify-token.cjs");
|
|
92
|
+
exports.penpotCreateAccessToken = require_create_access_token.penpotCreateAccessToken;
|
|
93
|
+
exports.penpotCreateCommentThread = require_create_comment_thread.penpotCreateCommentThread;
|
|
94
|
+
exports.penpotCreateFile = require_create_file.penpotCreateFile;
|
|
95
|
+
exports.penpotCreateProject = require_create_project.penpotCreateProject;
|
|
96
|
+
exports.penpotCreateTeam = require_create_team.penpotCreateTeam;
|
|
97
|
+
exports.penpotCreateTeamAccessRequest = require_create_team_access_request.penpotCreateTeamAccessRequest;
|
|
98
|
+
exports.penpotCreateWebhook = require_create_webhook.penpotCreateWebhook;
|
|
99
|
+
exports.penpotDeleteAccessToken = require_delete_access_token.penpotDeleteAccessToken;
|
|
100
|
+
exports.penpotDeleteComment = require_delete_comment.penpotDeleteComment;
|
|
101
|
+
exports.penpotDeleteFileSnapshot = require_delete_file_snapshot.penpotDeleteFileSnapshot;
|
|
102
|
+
exports.penpotDeleteProject = require_delete_project.penpotDeleteProject;
|
|
103
|
+
exports.penpotDeleteTeam = require_delete_team.penpotDeleteTeam;
|
|
104
|
+
exports.penpotDeleteTeamFilesPermanently = require_delete_team_files_permanently.penpotDeleteTeamFilesPermanently;
|
|
105
|
+
exports.penpotDeleteTeamInvitation = require_delete_team_invitation.penpotDeleteTeamInvitation;
|
|
106
|
+
exports.penpotDeleteTeamMember = require_delete_team_member.penpotDeleteTeamMember;
|
|
107
|
+
exports.penpotDeleteWebhook = require_delete_webhook.penpotDeleteWebhook;
|
|
108
|
+
exports.penpotDuplicateFile = require_duplicate_file.penpotDuplicateFile;
|
|
109
|
+
exports.penpotDuplicateProject = require_duplicate_project.penpotDuplicateProject;
|
|
110
|
+
exports.penpotGetAccessTokens = require_get_access_tokens.penpotGetAccessTokens;
|
|
111
|
+
exports.penpotGetAllProjects = require_get_all_projects.penpotGetAllProjects;
|
|
112
|
+
exports.penpotGetBuiltinTemplates = require_get_builtin_templates.penpotGetBuiltinTemplates;
|
|
113
|
+
exports.penpotGetCommentThread = require_get_comment_thread.penpotGetCommentThread;
|
|
114
|
+
exports.penpotGetCommentThreads = require_get_comment_threads.penpotGetCommentThreads;
|
|
115
|
+
exports.penpotGetComments = require_get_comments.penpotGetComments;
|
|
116
|
+
exports.penpotGetFile = require_get_file.penpotGetFile;
|
|
117
|
+
exports.penpotGetFileInfo = require_get_file_info.penpotGetFileInfo;
|
|
118
|
+
exports.penpotGetFileLibraries = require_get_file_libraries.penpotGetFileLibraries;
|
|
119
|
+
exports.penpotGetFileObjectThumbnails = require_get_file_object_thumbnails.penpotGetFileObjectThumbnails;
|
|
120
|
+
exports.penpotGetFileSnapshots = require_get_file_snapshots.penpotGetFileSnapshots;
|
|
121
|
+
exports.penpotGetFileSummary = require_get_file_summary.penpotGetFileSummary;
|
|
122
|
+
exports.penpotGetFontVariants = require_get_font_variants.penpotGetFontVariants;
|
|
123
|
+
exports.penpotGetLibraryFileReferences = require_get_library_file_references.penpotGetLibraryFileReferences;
|
|
124
|
+
exports.penpotGetLibraryUsage = require_get_library_usage.penpotGetLibraryUsage;
|
|
125
|
+
exports.penpotGetOwnedTeams = require_get_owned_teams.penpotGetOwnedTeams;
|
|
126
|
+
exports.penpotGetPage = require_get_page.penpotGetPage;
|
|
127
|
+
exports.penpotGetProfilesForFileComments = require_get_profiles_for_file_comments.penpotGetProfilesForFileComments;
|
|
128
|
+
exports.penpotGetProject = require_get_project.penpotGetProject;
|
|
129
|
+
exports.penpotGetProjectFiles = require_get_project_files.penpotGetProjectFiles;
|
|
130
|
+
exports.penpotGetSsoProvider = require_get_sso_provider.penpotGetSsoProvider;
|
|
131
|
+
exports.penpotGetSubscriptionUsage = require_get_subscription_usage.penpotGetSubscriptionUsage;
|
|
132
|
+
exports.penpotGetTeam = require_get_team.penpotGetTeam;
|
|
133
|
+
exports.penpotGetTeamDeletedFiles = require_get_team_deleted_files.penpotGetTeamDeletedFiles;
|
|
134
|
+
exports.penpotGetTeamInfo = require_get_team_info.penpotGetTeamInfo;
|
|
135
|
+
exports.penpotGetTeamInvitations = require_get_team_invitations.penpotGetTeamInvitations;
|
|
136
|
+
exports.penpotGetTeamMembers = require_get_team_members.penpotGetTeamMembers;
|
|
137
|
+
exports.penpotGetTeamSharedFiles = require_get_team_shared_files.penpotGetTeamSharedFiles;
|
|
138
|
+
exports.penpotGetTeamStats = require_get_team_stats.penpotGetTeamStats;
|
|
139
|
+
exports.penpotGetTeamUsers = require_get_team_users.penpotGetTeamUsers;
|
|
140
|
+
exports.penpotGetTeams = require_get_teams.penpotGetTeams;
|
|
141
|
+
exports.penpotGetUnreadCommentThreads = require_get_unread_comment_threads.penpotGetUnreadCommentThreads;
|
|
142
|
+
exports.penpotGetViewOnlyBundle = require_get_view_only_bundle.penpotGetViewOnlyBundle;
|
|
143
|
+
exports.penpotGetWebhooks = require_get_webhooks.penpotGetWebhooks;
|
|
144
|
+
exports.penpotHasFileLibraries = require_has_file_libraries.penpotHasFileLibraries;
|
|
145
|
+
exports.penpotIgnoreFileLibrarySyncStatus = require_ignore_file_library_sync_status.penpotIgnoreFileLibrarySyncStatus;
|
|
146
|
+
exports.penpotLinkFileToLibrary = require_link_file_to_library.penpotLinkFileToLibrary;
|
|
147
|
+
exports.penpotLockFileSnapshot = require_lock_file_snapshot.penpotLockFileSnapshot;
|
|
148
|
+
exports.penpotLogout = require_logout.penpotLogout;
|
|
149
|
+
exports.penpotMarkAllThreadsAsRead = require_mark_all_threads_as_read.penpotMarkAllThreadsAsRead;
|
|
150
|
+
exports.penpotMoveFiles = require_move_files.penpotMoveFiles;
|
|
151
|
+
exports.penpotMoveProject = require_move_project.penpotMoveProject;
|
|
152
|
+
exports.penpotPrepareRegisterProfile = require_prepare_register_profile.penpotPrepareRegisterProfile;
|
|
153
|
+
exports.penpotPushAuditEvents = require_push_audit_events.penpotPushAuditEvents;
|
|
154
|
+
exports.penpotRegisterProfile = require_register_profile.penpotRegisterProfile;
|
|
155
|
+
exports.penpotRenameFile = require_rename_file.penpotRenameFile;
|
|
156
|
+
exports.penpotRenameProject = require_rename_project.penpotRenameProject;
|
|
157
|
+
exports.penpotRequestProfileRecovery = require_request_profile_recovery.penpotRequestProfileRecovery;
|
|
158
|
+
exports.penpotRestoreDeletedTeamFiles = require_restore_deleted_team_files.penpotRestoreDeletedTeamFiles;
|
|
159
|
+
exports.penpotRestoreFileSnapshot = require_restore_file_snapshot.penpotRestoreFileSnapshot;
|
|
160
|
+
exports.penpotSearchFiles = require_search_files.penpotSearchFiles;
|
|
161
|
+
exports.penpotSendUserFeedback = require_send_user_feedback.penpotSendUserFeedback;
|
|
162
|
+
exports.penpotSetFileShared = require_set_file_shared.penpotSetFileShared;
|
|
163
|
+
exports.penpotUnlinkFileFromLibrary = require_unlink_file_from_library.penpotUnlinkFileFromLibrary;
|
|
164
|
+
exports.penpotUnlockFileSnapshot = require_unlock_file_snapshot.penpotUnlockFileSnapshot;
|
|
165
|
+
exports.penpotUpdateComment = require_update_comment.penpotUpdateComment;
|
|
166
|
+
exports.penpotUpdateCommentThread = require_update_comment_thread.penpotUpdateCommentThread;
|
|
167
|
+
exports.penpotUpdateCommentThreadFrame = require_update_comment_thread_frame.penpotUpdateCommentThreadFrame;
|
|
168
|
+
exports.penpotUpdateCommentThreadPosition = require_update_comment_thread_position.penpotUpdateCommentThreadPosition;
|
|
169
|
+
exports.penpotUpdateCommentThreadStatus = require_update_comment_thread_status.penpotUpdateCommentThreadStatus;
|
|
170
|
+
exports.penpotUpdateFile = require_update_file.penpotUpdateFile;
|
|
171
|
+
exports.penpotUpdateFileLibrarySyncStatus = require_update_file_library_sync_status.penpotUpdateFileLibrarySyncStatus;
|
|
172
|
+
exports.penpotUpdateFileSnapshot = require_update_file_snapshot.penpotUpdateFileSnapshot;
|
|
173
|
+
exports.penpotUpdateFont = require_update_font.penpotUpdateFont;
|
|
174
|
+
exports.penpotUpdateProfile = require_update_profile.penpotUpdateProfile;
|
|
175
|
+
exports.penpotUpdateProfileNotifications = require_update_profile_notifications.penpotUpdateProfileNotifications;
|
|
176
|
+
exports.penpotUpdateProfileProps = require_update_profile_props.penpotUpdateProfileProps;
|
|
177
|
+
exports.penpotUpdateProjectPin = require_update_project_pin.penpotUpdateProjectPin;
|
|
178
|
+
exports.penpotUpdateTeam = require_update_team.penpotUpdateTeam;
|
|
179
|
+
exports.penpotUpdateTeamInvitationRole = require_update_team_invitation_role.penpotUpdateTeamInvitationRole;
|
|
180
|
+
exports.penpotUpdateWebhook = require_update_webhook.penpotUpdateWebhook;
|
|
181
|
+
exports.penpotVerifyToken = require_verify_token.penpotVerifyToken;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { penpotCreateAccessToken } from "./create-access-token.cjs";
|
|
2
|
+
import { penpotCreateCommentThread } from "./create-comment-thread.cjs";
|
|
3
|
+
import { penpotCreateFile } from "./create-file.cjs";
|
|
4
|
+
import { penpotCreateProject } from "./create-project.cjs";
|
|
5
|
+
import { penpotCreateTeam } from "./create-team.cjs";
|
|
6
|
+
import { penpotCreateTeamAccessRequest } from "./create-team-access-request.cjs";
|
|
7
|
+
import { penpotCreateWebhook } from "./create-webhook.cjs";
|
|
8
|
+
import { penpotDeleteAccessToken } from "./delete-access-token.cjs";
|
|
9
|
+
import { penpotDeleteComment } from "./delete-comment.cjs";
|
|
10
|
+
import { penpotDeleteFileSnapshot } from "./delete-file-snapshot.cjs";
|
|
11
|
+
import { penpotDeleteProject } from "./delete-project.cjs";
|
|
12
|
+
import { penpotDeleteTeam } from "./delete-team.cjs";
|
|
13
|
+
import { penpotDeleteTeamFilesPermanently } from "./delete-team-files-permanently.cjs";
|
|
14
|
+
import { penpotDeleteTeamInvitation } from "./delete-team-invitation.cjs";
|
|
15
|
+
import { penpotDeleteTeamMember } from "./delete-team-member.cjs";
|
|
16
|
+
import { penpotDeleteWebhook } from "./delete-webhook.cjs";
|
|
17
|
+
import { penpotDuplicateFile } from "./duplicate-file.cjs";
|
|
18
|
+
import { penpotDuplicateProject } from "./duplicate-project.cjs";
|
|
19
|
+
import { penpotGetAccessTokens } from "./get-access-tokens.cjs";
|
|
20
|
+
import { penpotGetAllProjects } from "./get-all-projects.cjs";
|
|
21
|
+
import { penpotGetBuiltinTemplates } from "./get-builtin-templates.cjs";
|
|
22
|
+
import { penpotGetCommentThread } from "./get-comment-thread.cjs";
|
|
23
|
+
import { penpotGetCommentThreads } from "./get-comment-threads.cjs";
|
|
24
|
+
import { penpotGetComments } from "./get-comments.cjs";
|
|
25
|
+
import { penpotGetFile } from "./get-file.cjs";
|
|
26
|
+
import { penpotGetFileInfo } from "./get-file-info.cjs";
|
|
27
|
+
import { penpotGetFileLibraries } from "./get-file-libraries.cjs";
|
|
28
|
+
import { penpotGetFileObjectThumbnails } from "./get-file-object-thumbnails.cjs";
|
|
29
|
+
import { penpotGetFileSnapshots } from "./get-file-snapshots.cjs";
|
|
30
|
+
import { penpotGetFileSummary } from "./get-file-summary.cjs";
|
|
31
|
+
import { penpotGetFontVariants } from "./get-font-variants.cjs";
|
|
32
|
+
import { penpotGetLibraryFileReferences } from "./get-library-file-references.cjs";
|
|
33
|
+
import { penpotGetLibraryUsage } from "./get-library-usage.cjs";
|
|
34
|
+
import { penpotGetOwnedTeams } from "./get-owned-teams.cjs";
|
|
35
|
+
import { penpotGetPage } from "./get-page.cjs";
|
|
36
|
+
import { penpotGetProfilesForFileComments } from "./get-profiles-for-file-comments.cjs";
|
|
37
|
+
import { penpotGetProject } from "./get-project.cjs";
|
|
38
|
+
import { penpotGetProjectFiles } from "./get-project-files.cjs";
|
|
39
|
+
import { penpotGetSsoProvider } from "./get-sso-provider.cjs";
|
|
40
|
+
import { penpotGetSubscriptionUsage } from "./get-subscription-usage.cjs";
|
|
41
|
+
import { penpotGetTeam } from "./get-team.cjs";
|
|
42
|
+
import { penpotGetTeamDeletedFiles } from "./get-team-deleted-files.cjs";
|
|
43
|
+
import { penpotGetTeamInfo } from "./get-team-info.cjs";
|
|
44
|
+
import { penpotGetTeamInvitations } from "./get-team-invitations.cjs";
|
|
45
|
+
import { penpotGetTeamMembers } from "./get-team-members.cjs";
|
|
46
|
+
import { penpotGetTeamSharedFiles } from "./get-team-shared-files.cjs";
|
|
47
|
+
import { penpotGetTeamStats } from "./get-team-stats.cjs";
|
|
48
|
+
import { penpotGetTeamUsers } from "./get-team-users.cjs";
|
|
49
|
+
import { penpotGetTeams } from "./get-teams.cjs";
|
|
50
|
+
import { penpotGetUnreadCommentThreads } from "./get-unread-comment-threads.cjs";
|
|
51
|
+
import { penpotGetViewOnlyBundle } from "./get-view-only-bundle.cjs";
|
|
52
|
+
import { penpotGetWebhooks } from "./get-webhooks.cjs";
|
|
53
|
+
import { penpotHasFileLibraries } from "./has-file-libraries.cjs";
|
|
54
|
+
import { penpotIgnoreFileLibrarySyncStatus } from "./ignore-file-library-sync-status.cjs";
|
|
55
|
+
import { penpotLinkFileToLibrary } from "./link-file-to-library.cjs";
|
|
56
|
+
import { penpotLockFileSnapshot } from "./lock-file-snapshot.cjs";
|
|
57
|
+
import { penpotLogout } from "./logout.cjs";
|
|
58
|
+
import { penpotMarkAllThreadsAsRead } from "./mark-all-threads-as-read.cjs";
|
|
59
|
+
import { penpotMoveFiles } from "./move-files.cjs";
|
|
60
|
+
import { penpotMoveProject } from "./move-project.cjs";
|
|
61
|
+
import { penpotPrepareRegisterProfile } from "./prepare-register-profile.cjs";
|
|
62
|
+
import { penpotPushAuditEvents } from "./push-audit-events.cjs";
|
|
63
|
+
import { penpotRegisterProfile } from "./register-profile.cjs";
|
|
64
|
+
import { penpotRenameFile } from "./rename-file.cjs";
|
|
65
|
+
import { penpotRenameProject } from "./rename-project.cjs";
|
|
66
|
+
import { penpotRequestProfileRecovery } from "./request-profile-recovery.cjs";
|
|
67
|
+
import { penpotRestoreDeletedTeamFiles } from "./restore-deleted-team-files.cjs";
|
|
68
|
+
import { penpotRestoreFileSnapshot } from "./restore-file-snapshot.cjs";
|
|
69
|
+
import { penpotSearchFiles } from "./search-files.cjs";
|
|
70
|
+
import { penpotSendUserFeedback } from "./send-user-feedback.cjs";
|
|
71
|
+
import { penpotSetFileShared } from "./set-file-shared.cjs";
|
|
72
|
+
import { penpotUnlinkFileFromLibrary } from "./unlink-file-from-library.cjs";
|
|
73
|
+
import { penpotUnlockFileSnapshot } from "./unlock-file-snapshot.cjs";
|
|
74
|
+
import { penpotUpdateComment } from "./update-comment.cjs";
|
|
75
|
+
import { penpotUpdateCommentThread } from "./update-comment-thread.cjs";
|
|
76
|
+
import { penpotUpdateCommentThreadFrame } from "./update-comment-thread-frame.cjs";
|
|
77
|
+
import { penpotUpdateCommentThreadPosition } from "./update-comment-thread-position.cjs";
|
|
78
|
+
import { penpotUpdateCommentThreadStatus } from "./update-comment-thread-status.cjs";
|
|
79
|
+
import { penpotUpdateFile } from "./update-file.cjs";
|
|
80
|
+
import { penpotUpdateFileLibrarySyncStatus } from "./update-file-library-sync-status.cjs";
|
|
81
|
+
import { penpotUpdateFileSnapshot } from "./update-file-snapshot.cjs";
|
|
82
|
+
import { penpotUpdateFont } from "./update-font.cjs";
|
|
83
|
+
import { penpotUpdateProfile } from "./update-profile.cjs";
|
|
84
|
+
import { penpotUpdateProfileNotifications } from "./update-profile-notifications.cjs";
|
|
85
|
+
import { penpotUpdateProfileProps } from "./update-profile-props.cjs";
|
|
86
|
+
import { penpotUpdateProjectPin } from "./update-project-pin.cjs";
|
|
87
|
+
import { penpotUpdateTeam } from "./update-team.cjs";
|
|
88
|
+
import { penpotUpdateTeamInvitationRole } from "./update-team-invitation-role.cjs";
|
|
89
|
+
import { penpotUpdateWebhook } from "./update-webhook.cjs";
|
|
90
|
+
import { penpotVerifyToken } from "./verify-token.cjs";
|
|
91
|
+
export { penpotCreateAccessToken, penpotCreateCommentThread, penpotCreateFile, penpotCreateProject, penpotCreateTeam, penpotCreateTeamAccessRequest, penpotCreateWebhook, penpotDeleteAccessToken, penpotDeleteComment, penpotDeleteFileSnapshot, penpotDeleteProject, penpotDeleteTeam, penpotDeleteTeamFilesPermanently, penpotDeleteTeamInvitation, penpotDeleteTeamMember, penpotDeleteWebhook, penpotDuplicateFile, penpotDuplicateProject, penpotGetAccessTokens, penpotGetAllProjects, penpotGetBuiltinTemplates, penpotGetCommentThread, penpotGetCommentThreads, penpotGetComments, penpotGetFile, penpotGetFileInfo, penpotGetFileLibraries, penpotGetFileObjectThumbnails, penpotGetFileSnapshots, penpotGetFileSummary, penpotGetFontVariants, penpotGetLibraryFileReferences, penpotGetLibraryUsage, penpotGetOwnedTeams, penpotGetPage, penpotGetProfilesForFileComments, penpotGetProject, penpotGetProjectFiles, penpotGetSsoProvider, penpotGetSubscriptionUsage, penpotGetTeam, penpotGetTeamDeletedFiles, penpotGetTeamInfo, penpotGetTeamInvitations, penpotGetTeamMembers, penpotGetTeamSharedFiles, penpotGetTeamStats, penpotGetTeamUsers, penpotGetTeams, penpotGetUnreadCommentThreads, penpotGetViewOnlyBundle, penpotGetWebhooks, penpotHasFileLibraries, penpotIgnoreFileLibrarySyncStatus, penpotLinkFileToLibrary, penpotLockFileSnapshot, penpotLogout, penpotMarkAllThreadsAsRead, penpotMoveFiles, penpotMoveProject, penpotPrepareRegisterProfile, penpotPushAuditEvents, penpotRegisterProfile, penpotRenameFile, penpotRenameProject, penpotRequestProfileRecovery, penpotRestoreDeletedTeamFiles, penpotRestoreFileSnapshot, penpotSearchFiles, penpotSendUserFeedback, penpotSetFileShared, penpotUnlinkFileFromLibrary, penpotUnlockFileSnapshot, penpotUpdateComment, penpotUpdateCommentThread, penpotUpdateCommentThreadFrame, penpotUpdateCommentThreadPosition, penpotUpdateCommentThreadStatus, penpotUpdateFile, penpotUpdateFileLibrarySyncStatus, penpotUpdateFileSnapshot, penpotUpdateFont, penpotUpdateProfile, penpotUpdateProfileNotifications, penpotUpdateProfileProps, penpotUpdateProjectPin, penpotUpdateTeam, penpotUpdateTeamInvitationRole, penpotUpdateWebhook, penpotVerifyToken };
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { penpotCreateAccessToken } from "./create-access-token.mjs";
|
|
2
|
+
import { penpotCreateCommentThread } from "./create-comment-thread.mjs";
|
|
3
|
+
import { penpotCreateFile } from "./create-file.mjs";
|
|
4
|
+
import { penpotCreateProject } from "./create-project.mjs";
|
|
5
|
+
import { penpotCreateTeam } from "./create-team.mjs";
|
|
6
|
+
import { penpotCreateTeamAccessRequest } from "./create-team-access-request.mjs";
|
|
7
|
+
import { penpotCreateWebhook } from "./create-webhook.mjs";
|
|
8
|
+
import { penpotDeleteAccessToken } from "./delete-access-token.mjs";
|
|
9
|
+
import { penpotDeleteComment } from "./delete-comment.mjs";
|
|
10
|
+
import { penpotDeleteFileSnapshot } from "./delete-file-snapshot.mjs";
|
|
11
|
+
import { penpotDeleteProject } from "./delete-project.mjs";
|
|
12
|
+
import { penpotDeleteTeam } from "./delete-team.mjs";
|
|
13
|
+
import { penpotDeleteTeamFilesPermanently } from "./delete-team-files-permanently.mjs";
|
|
14
|
+
import { penpotDeleteTeamInvitation } from "./delete-team-invitation.mjs";
|
|
15
|
+
import { penpotDeleteTeamMember } from "./delete-team-member.mjs";
|
|
16
|
+
import { penpotDeleteWebhook } from "./delete-webhook.mjs";
|
|
17
|
+
import { penpotDuplicateFile } from "./duplicate-file.mjs";
|
|
18
|
+
import { penpotDuplicateProject } from "./duplicate-project.mjs";
|
|
19
|
+
import { penpotGetAccessTokens } from "./get-access-tokens.mjs";
|
|
20
|
+
import { penpotGetAllProjects } from "./get-all-projects.mjs";
|
|
21
|
+
import { penpotGetBuiltinTemplates } from "./get-builtin-templates.mjs";
|
|
22
|
+
import { penpotGetCommentThread } from "./get-comment-thread.mjs";
|
|
23
|
+
import { penpotGetCommentThreads } from "./get-comment-threads.mjs";
|
|
24
|
+
import { penpotGetComments } from "./get-comments.mjs";
|
|
25
|
+
import { penpotGetFile } from "./get-file.mjs";
|
|
26
|
+
import { penpotGetFileInfo } from "./get-file-info.mjs";
|
|
27
|
+
import { penpotGetFileLibraries } from "./get-file-libraries.mjs";
|
|
28
|
+
import { penpotGetFileObjectThumbnails } from "./get-file-object-thumbnails.mjs";
|
|
29
|
+
import { penpotGetFileSnapshots } from "./get-file-snapshots.mjs";
|
|
30
|
+
import { penpotGetFileSummary } from "./get-file-summary.mjs";
|
|
31
|
+
import { penpotGetFontVariants } from "./get-font-variants.mjs";
|
|
32
|
+
import { penpotGetLibraryFileReferences } from "./get-library-file-references.mjs";
|
|
33
|
+
import { penpotGetLibraryUsage } from "./get-library-usage.mjs";
|
|
34
|
+
import { penpotGetOwnedTeams } from "./get-owned-teams.mjs";
|
|
35
|
+
import { penpotGetPage } from "./get-page.mjs";
|
|
36
|
+
import { penpotGetProfilesForFileComments } from "./get-profiles-for-file-comments.mjs";
|
|
37
|
+
import { penpotGetProject } from "./get-project.mjs";
|
|
38
|
+
import { penpotGetProjectFiles } from "./get-project-files.mjs";
|
|
39
|
+
import { penpotGetSsoProvider } from "./get-sso-provider.mjs";
|
|
40
|
+
import { penpotGetSubscriptionUsage } from "./get-subscription-usage.mjs";
|
|
41
|
+
import { penpotGetTeam } from "./get-team.mjs";
|
|
42
|
+
import { penpotGetTeamDeletedFiles } from "./get-team-deleted-files.mjs";
|
|
43
|
+
import { penpotGetTeamInfo } from "./get-team-info.mjs";
|
|
44
|
+
import { penpotGetTeamInvitations } from "./get-team-invitations.mjs";
|
|
45
|
+
import { penpotGetTeamMembers } from "./get-team-members.mjs";
|
|
46
|
+
import { penpotGetTeamSharedFiles } from "./get-team-shared-files.mjs";
|
|
47
|
+
import { penpotGetTeamStats } from "./get-team-stats.mjs";
|
|
48
|
+
import { penpotGetTeamUsers } from "./get-team-users.mjs";
|
|
49
|
+
import { penpotGetTeams } from "./get-teams.mjs";
|
|
50
|
+
import { penpotGetUnreadCommentThreads } from "./get-unread-comment-threads.mjs";
|
|
51
|
+
import { penpotGetViewOnlyBundle } from "./get-view-only-bundle.mjs";
|
|
52
|
+
import { penpotGetWebhooks } from "./get-webhooks.mjs";
|
|
53
|
+
import { penpotHasFileLibraries } from "./has-file-libraries.mjs";
|
|
54
|
+
import { penpotIgnoreFileLibrarySyncStatus } from "./ignore-file-library-sync-status.mjs";
|
|
55
|
+
import { penpotLinkFileToLibrary } from "./link-file-to-library.mjs";
|
|
56
|
+
import { penpotLockFileSnapshot } from "./lock-file-snapshot.mjs";
|
|
57
|
+
import { penpotLogout } from "./logout.mjs";
|
|
58
|
+
import { penpotMarkAllThreadsAsRead } from "./mark-all-threads-as-read.mjs";
|
|
59
|
+
import { penpotMoveFiles } from "./move-files.mjs";
|
|
60
|
+
import { penpotMoveProject } from "./move-project.mjs";
|
|
61
|
+
import { penpotPrepareRegisterProfile } from "./prepare-register-profile.mjs";
|
|
62
|
+
import { penpotPushAuditEvents } from "./push-audit-events.mjs";
|
|
63
|
+
import { penpotRegisterProfile } from "./register-profile.mjs";
|
|
64
|
+
import { penpotRenameFile } from "./rename-file.mjs";
|
|
65
|
+
import { penpotRenameProject } from "./rename-project.mjs";
|
|
66
|
+
import { penpotRequestProfileRecovery } from "./request-profile-recovery.mjs";
|
|
67
|
+
import { penpotRestoreDeletedTeamFiles } from "./restore-deleted-team-files.mjs";
|
|
68
|
+
import { penpotRestoreFileSnapshot } from "./restore-file-snapshot.mjs";
|
|
69
|
+
import { penpotSearchFiles } from "./search-files.mjs";
|
|
70
|
+
import { penpotSendUserFeedback } from "./send-user-feedback.mjs";
|
|
71
|
+
import { penpotSetFileShared } from "./set-file-shared.mjs";
|
|
72
|
+
import { penpotUnlinkFileFromLibrary } from "./unlink-file-from-library.mjs";
|
|
73
|
+
import { penpotUnlockFileSnapshot } from "./unlock-file-snapshot.mjs";
|
|
74
|
+
import { penpotUpdateComment } from "./update-comment.mjs";
|
|
75
|
+
import { penpotUpdateCommentThread } from "./update-comment-thread.mjs";
|
|
76
|
+
import { penpotUpdateCommentThreadFrame } from "./update-comment-thread-frame.mjs";
|
|
77
|
+
import { penpotUpdateCommentThreadPosition } from "./update-comment-thread-position.mjs";
|
|
78
|
+
import { penpotUpdateCommentThreadStatus } from "./update-comment-thread-status.mjs";
|
|
79
|
+
import { penpotUpdateFile } from "./update-file.mjs";
|
|
80
|
+
import { penpotUpdateFileLibrarySyncStatus } from "./update-file-library-sync-status.mjs";
|
|
81
|
+
import { penpotUpdateFileSnapshot } from "./update-file-snapshot.mjs";
|
|
82
|
+
import { penpotUpdateFont } from "./update-font.mjs";
|
|
83
|
+
import { penpotUpdateProfile } from "./update-profile.mjs";
|
|
84
|
+
import { penpotUpdateProfileNotifications } from "./update-profile-notifications.mjs";
|
|
85
|
+
import { penpotUpdateProfileProps } from "./update-profile-props.mjs";
|
|
86
|
+
import { penpotUpdateProjectPin } from "./update-project-pin.mjs";
|
|
87
|
+
import { penpotUpdateTeam } from "./update-team.mjs";
|
|
88
|
+
import { penpotUpdateTeamInvitationRole } from "./update-team-invitation-role.mjs";
|
|
89
|
+
import { penpotUpdateWebhook } from "./update-webhook.mjs";
|
|
90
|
+
import { penpotVerifyToken } from "./verify-token.mjs";
|
|
91
|
+
export { penpotCreateAccessToken, penpotCreateCommentThread, penpotCreateFile, penpotCreateProject, penpotCreateTeam, penpotCreateTeamAccessRequest, penpotCreateWebhook, penpotDeleteAccessToken, penpotDeleteComment, penpotDeleteFileSnapshot, penpotDeleteProject, penpotDeleteTeam, penpotDeleteTeamFilesPermanently, penpotDeleteTeamInvitation, penpotDeleteTeamMember, penpotDeleteWebhook, penpotDuplicateFile, penpotDuplicateProject, penpotGetAccessTokens, penpotGetAllProjects, penpotGetBuiltinTemplates, penpotGetCommentThread, penpotGetCommentThreads, penpotGetComments, penpotGetFile, penpotGetFileInfo, penpotGetFileLibraries, penpotGetFileObjectThumbnails, penpotGetFileSnapshots, penpotGetFileSummary, penpotGetFontVariants, penpotGetLibraryFileReferences, penpotGetLibraryUsage, penpotGetOwnedTeams, penpotGetPage, penpotGetProfilesForFileComments, penpotGetProject, penpotGetProjectFiles, penpotGetSsoProvider, penpotGetSubscriptionUsage, penpotGetTeam, penpotGetTeamDeletedFiles, penpotGetTeamInfo, penpotGetTeamInvitations, penpotGetTeamMembers, penpotGetTeamSharedFiles, penpotGetTeamStats, penpotGetTeamUsers, penpotGetTeams, penpotGetUnreadCommentThreads, penpotGetViewOnlyBundle, penpotGetWebhooks, penpotHasFileLibraries, penpotIgnoreFileLibrarySyncStatus, penpotLinkFileToLibrary, penpotLockFileSnapshot, penpotLogout, penpotMarkAllThreadsAsRead, penpotMoveFiles, penpotMoveProject, penpotPrepareRegisterProfile, penpotPushAuditEvents, penpotRegisterProfile, penpotRenameFile, penpotRenameProject, penpotRequestProfileRecovery, penpotRestoreDeletedTeamFiles, penpotRestoreFileSnapshot, penpotSearchFiles, penpotSendUserFeedback, penpotSetFileShared, penpotUnlinkFileFromLibrary, penpotUnlockFileSnapshot, penpotUpdateComment, penpotUpdateCommentThread, penpotUpdateCommentThreadFrame, penpotUpdateCommentThreadPosition, penpotUpdateCommentThreadStatus, penpotUpdateFile, penpotUpdateFileLibrarySyncStatus, penpotUpdateFileSnapshot, penpotUpdateFont, penpotUpdateProfile, penpotUpdateProfileNotifications, penpotUpdateProfileProps, penpotUpdateProjectPin, penpotUpdateTeam, penpotUpdateTeamInvitationRole, penpotUpdateWebhook, penpotVerifyToken };
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { penpotCreateAccessToken } from "./create-access-token.mjs";
|
|
2
|
+
import { penpotCreateCommentThread } from "./create-comment-thread.mjs";
|
|
3
|
+
import { penpotCreateFile } from "./create-file.mjs";
|
|
4
|
+
import { penpotCreateProject } from "./create-project.mjs";
|
|
5
|
+
import { penpotCreateTeam } from "./create-team.mjs";
|
|
6
|
+
import { penpotCreateTeamAccessRequest } from "./create-team-access-request.mjs";
|
|
7
|
+
import { penpotCreateWebhook } from "./create-webhook.mjs";
|
|
8
|
+
import { penpotDeleteAccessToken } from "./delete-access-token.mjs";
|
|
9
|
+
import { penpotDeleteComment } from "./delete-comment.mjs";
|
|
10
|
+
import { penpotDeleteFileSnapshot } from "./delete-file-snapshot.mjs";
|
|
11
|
+
import { penpotDeleteProject } from "./delete-project.mjs";
|
|
12
|
+
import { penpotDeleteTeam } from "./delete-team.mjs";
|
|
13
|
+
import { penpotDeleteTeamFilesPermanently } from "./delete-team-files-permanently.mjs";
|
|
14
|
+
import { penpotDeleteTeamInvitation } from "./delete-team-invitation.mjs";
|
|
15
|
+
import { penpotDeleteTeamMember } from "./delete-team-member.mjs";
|
|
16
|
+
import { penpotDeleteWebhook } from "./delete-webhook.mjs";
|
|
17
|
+
import { penpotDuplicateFile } from "./duplicate-file.mjs";
|
|
18
|
+
import { penpotDuplicateProject } from "./duplicate-project.mjs";
|
|
19
|
+
import { penpotGetAccessTokens } from "./get-access-tokens.mjs";
|
|
20
|
+
import { penpotGetAllProjects } from "./get-all-projects.mjs";
|
|
21
|
+
import { penpotGetBuiltinTemplates } from "./get-builtin-templates.mjs";
|
|
22
|
+
import { penpotGetCommentThread } from "./get-comment-thread.mjs";
|
|
23
|
+
import { penpotGetCommentThreads } from "./get-comment-threads.mjs";
|
|
24
|
+
import { penpotGetComments } from "./get-comments.mjs";
|
|
25
|
+
import { penpotGetFile } from "./get-file.mjs";
|
|
26
|
+
import { penpotGetFileInfo } from "./get-file-info.mjs";
|
|
27
|
+
import { penpotGetFileLibraries } from "./get-file-libraries.mjs";
|
|
28
|
+
import { penpotGetFileObjectThumbnails } from "./get-file-object-thumbnails.mjs";
|
|
29
|
+
import { penpotGetFileSnapshots } from "./get-file-snapshots.mjs";
|
|
30
|
+
import { penpotGetFileSummary } from "./get-file-summary.mjs";
|
|
31
|
+
import { penpotGetFontVariants } from "./get-font-variants.mjs";
|
|
32
|
+
import { penpotGetLibraryFileReferences } from "./get-library-file-references.mjs";
|
|
33
|
+
import { penpotGetLibraryUsage } from "./get-library-usage.mjs";
|
|
34
|
+
import { penpotGetOwnedTeams } from "./get-owned-teams.mjs";
|
|
35
|
+
import { penpotGetPage } from "./get-page.mjs";
|
|
36
|
+
import { penpotGetProfilesForFileComments } from "./get-profiles-for-file-comments.mjs";
|
|
37
|
+
import { penpotGetProject } from "./get-project.mjs";
|
|
38
|
+
import { penpotGetProjectFiles } from "./get-project-files.mjs";
|
|
39
|
+
import { penpotGetSsoProvider } from "./get-sso-provider.mjs";
|
|
40
|
+
import { penpotGetSubscriptionUsage } from "./get-subscription-usage.mjs";
|
|
41
|
+
import { penpotGetTeam } from "./get-team.mjs";
|
|
42
|
+
import { penpotGetTeamDeletedFiles } from "./get-team-deleted-files.mjs";
|
|
43
|
+
import { penpotGetTeamInfo } from "./get-team-info.mjs";
|
|
44
|
+
import { penpotGetTeamInvitations } from "./get-team-invitations.mjs";
|
|
45
|
+
import { penpotGetTeamMembers } from "./get-team-members.mjs";
|
|
46
|
+
import { penpotGetTeamSharedFiles } from "./get-team-shared-files.mjs";
|
|
47
|
+
import { penpotGetTeamStats } from "./get-team-stats.mjs";
|
|
48
|
+
import { penpotGetTeamUsers } from "./get-team-users.mjs";
|
|
49
|
+
import { penpotGetTeams } from "./get-teams.mjs";
|
|
50
|
+
import { penpotGetUnreadCommentThreads } from "./get-unread-comment-threads.mjs";
|
|
51
|
+
import { penpotGetViewOnlyBundle } from "./get-view-only-bundle.mjs";
|
|
52
|
+
import { penpotGetWebhooks } from "./get-webhooks.mjs";
|
|
53
|
+
import { penpotHasFileLibraries } from "./has-file-libraries.mjs";
|
|
54
|
+
import { penpotIgnoreFileLibrarySyncStatus } from "./ignore-file-library-sync-status.mjs";
|
|
55
|
+
import { penpotLinkFileToLibrary } from "./link-file-to-library.mjs";
|
|
56
|
+
import { penpotLockFileSnapshot } from "./lock-file-snapshot.mjs";
|
|
57
|
+
import { penpotLogout } from "./logout.mjs";
|
|
58
|
+
import { penpotMarkAllThreadsAsRead } from "./mark-all-threads-as-read.mjs";
|
|
59
|
+
import { penpotMoveFiles } from "./move-files.mjs";
|
|
60
|
+
import { penpotMoveProject } from "./move-project.mjs";
|
|
61
|
+
import { penpotPrepareRegisterProfile } from "./prepare-register-profile.mjs";
|
|
62
|
+
import { penpotPushAuditEvents } from "./push-audit-events.mjs";
|
|
63
|
+
import { penpotRegisterProfile } from "./register-profile.mjs";
|
|
64
|
+
import { penpotRenameFile } from "./rename-file.mjs";
|
|
65
|
+
import { penpotRenameProject } from "./rename-project.mjs";
|
|
66
|
+
import { penpotRequestProfileRecovery } from "./request-profile-recovery.mjs";
|
|
67
|
+
import { penpotRestoreDeletedTeamFiles } from "./restore-deleted-team-files.mjs";
|
|
68
|
+
import { penpotRestoreFileSnapshot } from "./restore-file-snapshot.mjs";
|
|
69
|
+
import { penpotSearchFiles } from "./search-files.mjs";
|
|
70
|
+
import { penpotSendUserFeedback } from "./send-user-feedback.mjs";
|
|
71
|
+
import { penpotSetFileShared } from "./set-file-shared.mjs";
|
|
72
|
+
import { penpotUnlinkFileFromLibrary } from "./unlink-file-from-library.mjs";
|
|
73
|
+
import { penpotUnlockFileSnapshot } from "./unlock-file-snapshot.mjs";
|
|
74
|
+
import { penpotUpdateComment } from "./update-comment.mjs";
|
|
75
|
+
import { penpotUpdateCommentThread } from "./update-comment-thread.mjs";
|
|
76
|
+
import { penpotUpdateCommentThreadFrame } from "./update-comment-thread-frame.mjs";
|
|
77
|
+
import { penpotUpdateCommentThreadPosition } from "./update-comment-thread-position.mjs";
|
|
78
|
+
import { penpotUpdateCommentThreadStatus } from "./update-comment-thread-status.mjs";
|
|
79
|
+
import { penpotUpdateFile } from "./update-file.mjs";
|
|
80
|
+
import { penpotUpdateFileLibrarySyncStatus } from "./update-file-library-sync-status.mjs";
|
|
81
|
+
import { penpotUpdateFileSnapshot } from "./update-file-snapshot.mjs";
|
|
82
|
+
import { penpotUpdateFont } from "./update-font.mjs";
|
|
83
|
+
import { penpotUpdateProfile } from "./update-profile.mjs";
|
|
84
|
+
import { penpotUpdateProfileNotifications } from "./update-profile-notifications.mjs";
|
|
85
|
+
import { penpotUpdateProfileProps } from "./update-profile-props.mjs";
|
|
86
|
+
import { penpotUpdateProjectPin } from "./update-project-pin.mjs";
|
|
87
|
+
import { penpotUpdateTeam } from "./update-team.mjs";
|
|
88
|
+
import { penpotUpdateTeamInvitationRole } from "./update-team-invitation-role.mjs";
|
|
89
|
+
import { penpotUpdateWebhook } from "./update-webhook.mjs";
|
|
90
|
+
import { penpotVerifyToken } from "./verify-token.mjs";
|
|
91
|
+
export { penpotCreateAccessToken, penpotCreateCommentThread, penpotCreateFile, penpotCreateProject, penpotCreateTeam, penpotCreateTeamAccessRequest, penpotCreateWebhook, penpotDeleteAccessToken, penpotDeleteComment, penpotDeleteFileSnapshot, penpotDeleteProject, penpotDeleteTeam, penpotDeleteTeamFilesPermanently, penpotDeleteTeamInvitation, penpotDeleteTeamMember, penpotDeleteWebhook, penpotDuplicateFile, penpotDuplicateProject, penpotGetAccessTokens, penpotGetAllProjects, penpotGetBuiltinTemplates, penpotGetCommentThread, penpotGetCommentThreads, penpotGetComments, penpotGetFile, penpotGetFileInfo, penpotGetFileLibraries, penpotGetFileObjectThumbnails, penpotGetFileSnapshots, penpotGetFileSummary, penpotGetFontVariants, penpotGetLibraryFileReferences, penpotGetLibraryUsage, penpotGetOwnedTeams, penpotGetPage, penpotGetProfilesForFileComments, penpotGetProject, penpotGetProjectFiles, penpotGetSsoProvider, penpotGetSubscriptionUsage, penpotGetTeam, penpotGetTeamDeletedFiles, penpotGetTeamInfo, penpotGetTeamInvitations, penpotGetTeamMembers, penpotGetTeamSharedFiles, penpotGetTeamStats, penpotGetTeamUsers, penpotGetTeams, penpotGetUnreadCommentThreads, penpotGetViewOnlyBundle, penpotGetWebhooks, penpotHasFileLibraries, penpotIgnoreFileLibrarySyncStatus, penpotLinkFileToLibrary, penpotLockFileSnapshot, penpotLogout, penpotMarkAllThreadsAsRead, penpotMoveFiles, penpotMoveProject, penpotPrepareRegisterProfile, penpotPushAuditEvents, penpotRegisterProfile, penpotRenameFile, penpotRenameProject, penpotRequestProfileRecovery, penpotRestoreDeletedTeamFiles, penpotRestoreFileSnapshot, penpotSearchFiles, penpotSendUserFeedback, penpotSetFileShared, penpotUnlinkFileFromLibrary, penpotUnlockFileSnapshot, penpotUpdateComment, penpotUpdateCommentThread, penpotUpdateCommentThreadFrame, penpotUpdateCommentThreadPosition, penpotUpdateCommentThreadStatus, penpotUpdateFile, penpotUpdateFileLibrarySyncStatus, penpotUpdateFileSnapshot, penpotUpdateFont, penpotUpdateProfile, penpotUpdateProfileNotifications, penpotUpdateProfileProps, penpotUpdateProjectPin, penpotUpdateTeam, penpotUpdateTeamInvitationRole, penpotUpdateWebhook, penpotVerifyToken };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/link-file-to-library.ts
|
|
4
|
+
const PenpotLinkFileToLibraryInput = zod.z.object({
|
|
5
|
+
fileId: zod.z.string().describe("UUID of the file to link to the library"),
|
|
6
|
+
libraryId: zod.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 = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Library ID").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Library name").nullable().optional(),
|
|
11
|
+
file_id: zod.z.string().describe("File ID of the library").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("Creation timestamp").nullable().optional(),
|
|
13
|
+
modified_at: zod.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 PenpotLinkFileToLibraryOutput = zod.z.object({ libraries: zod.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.");
|
|
16
|
+
const penpotLinkFileToLibrary = require_action.action("PENPOT_LINK_FILE_TO_LIBRARY", {
|
|
17
|
+
slug: "penpot-link-file-to-library",
|
|
18
|
+
name: "Link File to Library",
|
|
19
|
+
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.",
|
|
20
|
+
input: PenpotLinkFileToLibraryInput,
|
|
21
|
+
output: PenpotLinkFileToLibraryOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.penpotLinkFileToLibrary = penpotLinkFileToLibrary;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=link-file-to-library.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-file-to-library.cjs","names":["z","action"],"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,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC1E,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AACnK,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,WAAWA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvJ,CAAC,CAAC,CAAC,SAAS,uFAAuF;AAEnG,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,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/link-file-to-library.d.ts
|
|
4
|
+
declare const PenpotLinkFileToLibraryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLinkFileToLibraryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLinkFileToLibrary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLinkFileToLibrary };
|
|
9
|
+
//# sourceMappingURL=link-file-to-library.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-file-to-library.d.cts","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,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/link-file-to-library.d.ts
|
|
4
|
+
declare const PenpotLinkFileToLibraryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotLinkFileToLibraryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotLinkFileToLibrary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotLinkFileToLibrary };
|
|
9
|
+
//# sourceMappingURL=link-file-to-library.d.mts.map
|