@keystrokehq/postmark 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/archive-message-stream.cjs +20 -0
- package/dist/actions/archive-message-stream.cjs.map +1 -0
- package/dist/actions/archive-message-stream.d.cts +9 -0
- package/dist/actions/archive-message-stream.d.cts.map +1 -0
- package/dist/actions/archive-message-stream.d.mts +9 -0
- package/dist/actions/archive-message-stream.d.mts.map +1 -0
- package/dist/actions/archive-message-stream.mjs +17 -0
- package/dist/actions/archive-message-stream.mjs.map +1 -0
- package/dist/actions/check-spam-score.cjs +28 -0
- package/dist/actions/check-spam-score.cjs.map +1 -0
- package/dist/actions/check-spam-score.d.cts +9 -0
- package/dist/actions/check-spam-score.d.cts.map +1 -0
- package/dist/actions/check-spam-score.d.mts +9 -0
- package/dist/actions/check-spam-score.d.mts.map +1 -0
- package/dist/actions/check-spam-score.mjs +25 -0
- package/dist/actions/check-spam-score.mjs.map +1 -0
- package/dist/actions/create-inbound-rule.cjs +19 -0
- package/dist/actions/create-inbound-rule.cjs.map +1 -0
- package/dist/actions/create-inbound-rule.d.cts +9 -0
- package/dist/actions/create-inbound-rule.d.cts.map +1 -0
- package/dist/actions/create-inbound-rule.d.mts +9 -0
- package/dist/actions/create-inbound-rule.d.mts.map +1 -0
- package/dist/actions/create-inbound-rule.mjs +16 -0
- package/dist/actions/create-inbound-rule.mjs.map +1 -0
- package/dist/actions/create-message-stream.cjs +32 -0
- package/dist/actions/create-message-stream.cjs.map +1 -0
- package/dist/actions/create-message-stream.d.cts +9 -0
- package/dist/actions/create-message-stream.d.cts.map +1 -0
- package/dist/actions/create-message-stream.d.mts +9 -0
- package/dist/actions/create-message-stream.d.mts.map +1 -0
- package/dist/actions/create-message-stream.mjs +31 -0
- package/dist/actions/create-message-stream.mjs.map +1 -0
- package/dist/actions/create-suppressions.cjs +25 -0
- package/dist/actions/create-suppressions.cjs.map +1 -0
- package/dist/actions/create-suppressions.d.cts +9 -0
- package/dist/actions/create-suppressions.d.cts.map +1 -0
- package/dist/actions/create-suppressions.d.mts +9 -0
- package/dist/actions/create-suppressions.d.mts.map +1 -0
- package/dist/actions/create-suppressions.mjs +24 -0
- package/dist/actions/create-suppressions.mjs.map +1 -0
- package/dist/actions/create-template.cjs +36 -0
- package/dist/actions/create-template.cjs.map +1 -0
- package/dist/actions/create-template.d.cts +9 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +9 -0
- package/dist/actions/create-template.d.mts.map +1 -0
- package/dist/actions/create-template.mjs +33 -0
- package/dist/actions/create-template.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +79 -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 +78 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-inbound-rule.cjs +16 -0
- package/dist/actions/delete-inbound-rule.cjs.map +1 -0
- package/dist/actions/delete-inbound-rule.d.cts +9 -0
- package/dist/actions/delete-inbound-rule.d.cts.map +1 -0
- package/dist/actions/delete-inbound-rule.d.mts +9 -0
- package/dist/actions/delete-inbound-rule.d.mts.map +1 -0
- package/dist/actions/delete-inbound-rule.mjs +13 -0
- package/dist/actions/delete-inbound-rule.mjs.map +1 -0
- package/dist/actions/delete-suppressions.cjs +24 -0
- package/dist/actions/delete-suppressions.cjs.map +1 -0
- package/dist/actions/delete-suppressions.d.cts +9 -0
- package/dist/actions/delete-suppressions.d.cts.map +1 -0
- package/dist/actions/delete-suppressions.d.mts +9 -0
- package/dist/actions/delete-suppressions.d.mts.map +1 -0
- package/dist/actions/delete-suppressions.mjs +23 -0
- package/dist/actions/delete-suppressions.mjs.map +1 -0
- package/dist/actions/delete-template.cjs +19 -0
- package/dist/actions/delete-template.cjs.map +1 -0
- package/dist/actions/delete-template.d.cts +9 -0
- package/dist/actions/delete-template.d.cts.map +1 -0
- package/dist/actions/delete-template.d.mts +9 -0
- package/dist/actions/delete-template.d.mts.map +1 -0
- package/dist/actions/delete-template.mjs +16 -0
- package/dist/actions/delete-template.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/edit-server.cjs +42 -0
- package/dist/actions/edit-server.cjs.map +1 -0
- package/dist/actions/edit-server.d.cts +9 -0
- package/dist/actions/edit-server.d.cts.map +1 -0
- package/dist/actions/edit-server.d.mts +9 -0
- package/dist/actions/edit-server.d.mts.map +1 -0
- package/dist/actions/edit-server.mjs +39 -0
- package/dist/actions/edit-server.mjs.map +1 -0
- package/dist/actions/edit-template.cjs +39 -0
- package/dist/actions/edit-template.cjs.map +1 -0
- package/dist/actions/edit-template.d.cts +9 -0
- package/dist/actions/edit-template.d.cts.map +1 -0
- package/dist/actions/edit-template.d.mts +9 -0
- package/dist/actions/edit-template.d.mts.map +1 -0
- package/dist/actions/edit-template.mjs +36 -0
- package/dist/actions/edit-template.mjs.map +1 -0
- package/dist/actions/edit-webhook.cjs +41 -0
- package/dist/actions/edit-webhook.cjs.map +1 -0
- package/dist/actions/edit-webhook.d.cts +9 -0
- package/dist/actions/edit-webhook.d.cts.map +1 -0
- package/dist/actions/edit-webhook.d.mts +9 -0
- package/dist/actions/edit-webhook.d.mts.map +1 -0
- package/dist/actions/edit-webhook.mjs +40 -0
- package/dist/actions/edit-webhook.mjs.map +1 -0
- package/dist/actions/get-bounce-counts.cjs +33 -0
- package/dist/actions/get-bounce-counts.cjs.map +1 -0
- package/dist/actions/get-bounce-counts.d.cts +9 -0
- package/dist/actions/get-bounce-counts.d.cts.map +1 -0
- package/dist/actions/get-bounce-counts.d.mts +9 -0
- package/dist/actions/get-bounce-counts.d.mts.map +1 -0
- package/dist/actions/get-bounce-counts.mjs +32 -0
- package/dist/actions/get-bounce-counts.mjs.map +1 -0
- package/dist/actions/get-bounces.cjs +48 -0
- package/dist/actions/get-bounces.cjs.map +1 -0
- package/dist/actions/get-bounces.d.cts +9 -0
- package/dist/actions/get-bounces.d.cts.map +1 -0
- package/dist/actions/get-bounces.d.mts +9 -0
- package/dist/actions/get-bounces.d.mts.map +1 -0
- package/dist/actions/get-bounces.mjs +47 -0
- package/dist/actions/get-bounces.mjs.map +1 -0
- package/dist/actions/get-browser-platform-usage.cjs +32 -0
- package/dist/actions/get-browser-platform-usage.cjs.map +1 -0
- package/dist/actions/get-browser-platform-usage.d.cts +9 -0
- package/dist/actions/get-browser-platform-usage.d.cts.map +1 -0
- package/dist/actions/get-browser-platform-usage.d.mts +9 -0
- package/dist/actions/get-browser-platform-usage.d.mts.map +1 -0
- package/dist/actions/get-browser-platform-usage.mjs +31 -0
- package/dist/actions/get-browser-platform-usage.mjs.map +1 -0
- package/dist/actions/get-browser-usage.cjs +29 -0
- package/dist/actions/get-browser-usage.cjs.map +1 -0
- package/dist/actions/get-browser-usage.d.cts +9 -0
- package/dist/actions/get-browser-usage.d.cts.map +1 -0
- package/dist/actions/get-browser-usage.d.mts +9 -0
- package/dist/actions/get-browser-usage.d.mts.map +1 -0
- package/dist/actions/get-browser-usage.mjs +28 -0
- package/dist/actions/get-browser-usage.mjs.map +1 -0
- package/dist/actions/get-click-counts.cjs +36 -0
- package/dist/actions/get-click-counts.cjs.map +1 -0
- package/dist/actions/get-click-counts.d.cts +9 -0
- package/dist/actions/get-click-counts.d.cts.map +1 -0
- package/dist/actions/get-click-counts.d.mts +9 -0
- package/dist/actions/get-click-counts.d.mts.map +1 -0
- package/dist/actions/get-click-counts.mjs +35 -0
- package/dist/actions/get-click-counts.mjs.map +1 -0
- package/dist/actions/get-clicks-by-browser-family.cjs +21 -0
- package/dist/actions/get-clicks-by-browser-family.cjs.map +1 -0
- package/dist/actions/get-clicks-by-browser-family.d.cts +9 -0
- package/dist/actions/get-clicks-by-browser-family.d.cts.map +1 -0
- package/dist/actions/get-clicks-by-browser-family.d.mts +9 -0
- package/dist/actions/get-clicks-by-browser-family.d.mts.map +1 -0
- package/dist/actions/get-clicks-by-browser-family.mjs +20 -0
- package/dist/actions/get-clicks-by-browser-family.mjs.map +1 -0
- package/dist/actions/get-clicks-by-location.cjs +29 -0
- package/dist/actions/get-clicks-by-location.cjs.map +1 -0
- package/dist/actions/get-clicks-by-location.d.cts +9 -0
- package/dist/actions/get-clicks-by-location.d.cts.map +1 -0
- package/dist/actions/get-clicks-by-location.d.mts +9 -0
- package/dist/actions/get-clicks-by-location.d.mts.map +1 -0
- package/dist/actions/get-clicks-by-location.mjs +28 -0
- package/dist/actions/get-clicks-by-location.mjs.map +1 -0
- package/dist/actions/get-delivery-stats.cjs +24 -0
- package/dist/actions/get-delivery-stats.cjs.map +1 -0
- package/dist/actions/get-delivery-stats.d.cts +9 -0
- package/dist/actions/get-delivery-stats.d.cts.map +1 -0
- package/dist/actions/get-delivery-stats.d.mts +9 -0
- package/dist/actions/get-delivery-stats.d.mts.map +1 -0
- package/dist/actions/get-delivery-stats.mjs +23 -0
- package/dist/actions/get-delivery-stats.mjs.map +1 -0
- package/dist/actions/get-email-client-usage.cjs +22 -0
- package/dist/actions/get-email-client-usage.cjs.map +1 -0
- package/dist/actions/get-email-client-usage.d.cts +9 -0
- package/dist/actions/get-email-client-usage.d.cts.map +1 -0
- package/dist/actions/get-email-client-usage.d.mts +9 -0
- package/dist/actions/get-email-client-usage.d.mts.map +1 -0
- package/dist/actions/get-email-client-usage.mjs +21 -0
- package/dist/actions/get-email-client-usage.mjs.map +1 -0
- package/dist/actions/get-email-open-counts.cjs +29 -0
- package/dist/actions/get-email-open-counts.cjs.map +1 -0
- package/dist/actions/get-email-open-counts.d.cts +9 -0
- package/dist/actions/get-email-open-counts.d.cts.map +1 -0
- package/dist/actions/get-email-open-counts.d.mts +9 -0
- package/dist/actions/get-email-open-counts.d.mts.map +1 -0
- package/dist/actions/get-email-open-counts.mjs +28 -0
- package/dist/actions/get-email-open-counts.mjs.map +1 -0
- package/dist/actions/get-message-stream.cjs +28 -0
- package/dist/actions/get-message-stream.cjs.map +1 -0
- package/dist/actions/get-message-stream.d.cts +9 -0
- package/dist/actions/get-message-stream.d.cts.map +1 -0
- package/dist/actions/get-message-stream.d.mts +9 -0
- package/dist/actions/get-message-stream.d.mts.map +1 -0
- package/dist/actions/get-message-stream.mjs +27 -0
- package/dist/actions/get-message-stream.mjs.map +1 -0
- package/dist/actions/get-opens-by-platform.cjs +33 -0
- package/dist/actions/get-opens-by-platform.cjs.map +1 -0
- package/dist/actions/get-opens-by-platform.d.cts +9 -0
- package/dist/actions/get-opens-by-platform.d.cts.map +1 -0
- package/dist/actions/get-opens-by-platform.d.mts +9 -0
- package/dist/actions/get-opens-by-platform.d.mts.map +1 -0
- package/dist/actions/get-opens-by-platform.mjs +32 -0
- package/dist/actions/get-opens-by-platform.mjs.map +1 -0
- package/dist/actions/get-outbound-overview.cjs +34 -0
- package/dist/actions/get-outbound-overview.cjs.map +1 -0
- package/dist/actions/get-outbound-overview.d.cts +9 -0
- package/dist/actions/get-outbound-overview.d.cts.map +1 -0
- package/dist/actions/get-outbound-overview.d.mts +9 -0
- package/dist/actions/get-outbound-overview.d.mts.map +1 -0
- package/dist/actions/get-outbound-overview.mjs +31 -0
- package/dist/actions/get-outbound-overview.mjs.map +1 -0
- package/dist/actions/get-sent-counts.cjs +27 -0
- package/dist/actions/get-sent-counts.cjs.map +1 -0
- package/dist/actions/get-sent-counts.d.cts +9 -0
- package/dist/actions/get-sent-counts.d.cts.map +1 -0
- package/dist/actions/get-sent-counts.d.mts +9 -0
- package/dist/actions/get-sent-counts.d.mts.map +1 -0
- package/dist/actions/get-sent-counts.mjs +26 -0
- package/dist/actions/get-sent-counts.mjs.map +1 -0
- package/dist/actions/get-server.cjs +43 -0
- package/dist/actions/get-server.cjs.map +1 -0
- package/dist/actions/get-server.d.cts +9 -0
- package/dist/actions/get-server.d.cts.map +1 -0
- package/dist/actions/get-server.d.mts +9 -0
- package/dist/actions/get-server.d.mts.map +1 -0
- package/dist/actions/get-server.mjs +40 -0
- package/dist/actions/get-server.mjs.map +1 -0
- package/dist/actions/get-spam-complaints.cjs +27 -0
- package/dist/actions/get-spam-complaints.cjs.map +1 -0
- package/dist/actions/get-spam-complaints.d.cts +9 -0
- package/dist/actions/get-spam-complaints.d.cts.map +1 -0
- package/dist/actions/get-spam-complaints.d.mts +9 -0
- package/dist/actions/get-spam-complaints.d.mts.map +1 -0
- package/dist/actions/get-spam-complaints.mjs +26 -0
- package/dist/actions/get-spam-complaints.mjs.map +1 -0
- package/dist/actions/get-template.cjs +29 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +9 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +9 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +26 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-tracked-email-counts.cjs +23 -0
- package/dist/actions/get-tracked-email-counts.cjs.map +1 -0
- package/dist/actions/get-tracked-email-counts.d.cts +9 -0
- package/dist/actions/get-tracked-email-counts.d.cts.map +1 -0
- package/dist/actions/get-tracked-email-counts.d.mts +9 -0
- package/dist/actions/get-tracked-email-counts.d.mts.map +1 -0
- package/dist/actions/get-tracked-email-counts.mjs +22 -0
- package/dist/actions/get-tracked-email-counts.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +44 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +43 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +93 -0
- package/dist/actions/index.d.cts +47 -0
- package/dist/actions/index.d.mts +47 -0
- package/dist/actions/index.mjs +47 -0
- package/dist/actions/list-inbound-rules.cjs +26 -0
- package/dist/actions/list-inbound-rules.cjs.map +1 -0
- package/dist/actions/list-inbound-rules.d.cts +9 -0
- package/dist/actions/list-inbound-rules.d.cts.map +1 -0
- package/dist/actions/list-inbound-rules.d.mts +9 -0
- package/dist/actions/list-inbound-rules.d.mts.map +1 -0
- package/dist/actions/list-inbound-rules.mjs +25 -0
- package/dist/actions/list-inbound-rules.mjs.map +1 -0
- package/dist/actions/list-message-streams.cjs +40 -0
- package/dist/actions/list-message-streams.cjs.map +1 -0
- package/dist/actions/list-message-streams.d.cts +9 -0
- package/dist/actions/list-message-streams.d.cts.map +1 -0
- package/dist/actions/list-message-streams.d.mts +9 -0
- package/dist/actions/list-message-streams.d.mts.map +1 -0
- package/dist/actions/list-message-streams.mjs +39 -0
- package/dist/actions/list-message-streams.mjs.map +1 -0
- package/dist/actions/list-outbound-message-clicks.cjs +69 -0
- package/dist/actions/list-outbound-message-clicks.cjs.map +1 -0
- package/dist/actions/list-outbound-message-clicks.d.cts +9 -0
- package/dist/actions/list-outbound-message-clicks.d.cts.map +1 -0
- package/dist/actions/list-outbound-message-clicks.d.mts +9 -0
- package/dist/actions/list-outbound-message-clicks.d.mts.map +1 -0
- package/dist/actions/list-outbound-message-clicks.mjs +68 -0
- package/dist/actions/list-outbound-message-clicks.mjs.map +1 -0
- package/dist/actions/list-outbound-message-opens.cjs +67 -0
- package/dist/actions/list-outbound-message-opens.cjs.map +1 -0
- package/dist/actions/list-outbound-message-opens.d.cts +9 -0
- package/dist/actions/list-outbound-message-opens.d.cts.map +1 -0
- package/dist/actions/list-outbound-message-opens.d.mts +9 -0
- package/dist/actions/list-outbound-message-opens.d.mts.map +1 -0
- package/dist/actions/list-outbound-message-opens.mjs +66 -0
- package/dist/actions/list-outbound-message-opens.mjs.map +1 -0
- package/dist/actions/list-suppressions.cjs +37 -0
- package/dist/actions/list-suppressions.cjs.map +1 -0
- package/dist/actions/list-suppressions.d.cts +9 -0
- package/dist/actions/list-suppressions.d.cts.map +1 -0
- package/dist/actions/list-suppressions.d.mts +9 -0
- package/dist/actions/list-suppressions.d.mts.map +1 -0
- package/dist/actions/list-suppressions.mjs +36 -0
- package/dist/actions/list-suppressions.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +35 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +34 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +47 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +46 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/search-inbound-messages.cjs +72 -0
- package/dist/actions/search-inbound-messages.cjs.map +1 -0
- package/dist/actions/search-inbound-messages.d.cts +9 -0
- package/dist/actions/search-inbound-messages.d.cts.map +1 -0
- package/dist/actions/search-inbound-messages.d.mts +9 -0
- package/dist/actions/search-inbound-messages.d.mts.map +1 -0
- package/dist/actions/search-inbound-messages.mjs +71 -0
- package/dist/actions/search-inbound-messages.mjs.map +1 -0
- package/dist/actions/search-outbound-messages.cjs +50 -0
- package/dist/actions/search-outbound-messages.cjs.map +1 -0
- package/dist/actions/search-outbound-messages.d.cts +9 -0
- package/dist/actions/search-outbound-messages.d.cts.map +1 -0
- package/dist/actions/search-outbound-messages.d.mts +9 -0
- package/dist/actions/search-outbound-messages.d.mts.map +1 -0
- package/dist/actions/search-outbound-messages.mjs +49 -0
- package/dist/actions/search-outbound-messages.mjs.map +1 -0
- package/dist/actions/send-batch-with-templates.cjs +45 -0
- package/dist/actions/send-batch-with-templates.cjs.map +1 -0
- package/dist/actions/send-batch-with-templates.d.cts +9 -0
- package/dist/actions/send-batch-with-templates.d.cts.map +1 -0
- package/dist/actions/send-batch-with-templates.d.mts +9 -0
- package/dist/actions/send-batch-with-templates.d.mts.map +1 -0
- package/dist/actions/send-batch-with-templates.mjs +42 -0
- package/dist/actions/send-batch-with-templates.mjs.map +1 -0
- package/dist/actions/unarchive-message-stream.cjs +27 -0
- package/dist/actions/unarchive-message-stream.cjs.map +1 -0
- package/dist/actions/unarchive-message-stream.d.cts +9 -0
- package/dist/actions/unarchive-message-stream.d.cts.map +1 -0
- package/dist/actions/unarchive-message-stream.d.mts +9 -0
- package/dist/actions/unarchive-message-stream.d.mts.map +1 -0
- package/dist/actions/unarchive-message-stream.mjs +26 -0
- package/dist/actions/unarchive-message-stream.mjs.map +1 -0
- package/dist/actions/update-message-stream.cjs +30 -0
- package/dist/actions/update-message-stream.cjs.map +1 -0
- package/dist/actions/update-message-stream.d.cts +9 -0
- package/dist/actions/update-message-stream.d.cts.map +1 -0
- package/dist/actions/update-message-stream.d.mts +9 -0
- package/dist/actions/update-message-stream.d.mts.map +1 -0
- package/dist/actions/update-message-stream.mjs +27 -0
- package/dist/actions/update-message-stream.mjs.map +1 -0
- package/dist/actions/validate-template.cjs +33 -0
- package/dist/actions/validate-template.cjs.map +1 -0
- package/dist/actions/validate-template.d.cts +9 -0
- package/dist/actions/validate-template.d.cts.map +1 -0
- package/dist/actions/validate-template.d.mts +9 -0
- package/dist/actions/validate-template.d.mts.map +1 -0
- package/dist/actions/validate-template.mjs +32 -0
- package/dist/actions/validate-template.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 +98 -0
- package/dist/index.d.cts +49 -0
- package/dist/index.d.mts +49 -0
- package/dist/index.mjs +50 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-message-stream.d.cts","names":[],"sources":["../../src/actions/update-message-stream.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIwB;AAAA,cAC5D,iCAAA,EAAmC,CAAA,CAAE,UAU0B;AAAA,cAE/D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-message-stream.d.ts
|
|
4
|
+
declare const PostmarkUpdateMessageStreamInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostmarkUpdateMessageStreamOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postmarkUpdateMessageStream: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postmarkUpdateMessageStream };
|
|
9
|
+
//# sourceMappingURL=update-message-stream.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-message-stream.d.mts","names":[],"sources":["../../src/actions/update-message-stream.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIwB;AAAA,cAC5D,iCAAA,EAAmC,CAAA,CAAE,UAU0B;AAAA,cAE/D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const postmarkUpdateMessageStream = action("POSTMARK_UPDATE_MESSAGE_STREAM", {
|
|
4
|
+
slug: "postmark-update-message-stream",
|
|
5
|
+
name: "Update Message Stream",
|
|
6
|
+
description: "Tool to update a message stream configuration in Postmark. Use when you need to modify a stream's name or description. Note that stream type and ID cannot be changed after creation.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
Name: z.string().describe("The name of the message stream").optional(),
|
|
9
|
+
stream_ID: z.string().describe("The ID of the message stream to update"),
|
|
10
|
+
Description: z.string().describe("The description of the message stream").optional()
|
|
11
|
+
}).describe("Request model for updating a message stream configuration."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
ID: z.string().describe("The stream identifier"),
|
|
14
|
+
Name: z.string().describe("The updated stream name"),
|
|
15
|
+
ServerID: z.number().int().describe("The server ID number"),
|
|
16
|
+
CreatedAt: z.string().describe("Timestamp when the stream was created"),
|
|
17
|
+
UpdatedAt: z.string().describe("Timestamp when the stream was last updated").nullable().optional(),
|
|
18
|
+
ArchivedAt: z.string().describe("Timestamp when the stream was archived").nullable().optional(),
|
|
19
|
+
Description: z.string().describe("The updated description").nullable().optional(),
|
|
20
|
+
ExpectedPurgeDate: z.string().describe("Expected date for stream data purge").nullable().optional(),
|
|
21
|
+
MessageStreamType: z.string().describe("The type of stream (e.g., 'Transactional' or 'Broadcasts')")
|
|
22
|
+
}).describe("Response model after updating a message stream configuration.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { postmarkUpdateMessageStream };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-message-stream.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-message-stream.mjs","names":[],"sources":["../../src/actions/update-message-stream.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkUpdateMessageStreamInput: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The name of the message stream\").optional(),\n stream_ID: z.string().describe(\"The ID of the message stream to update\"),\n Description: z.string().describe(\"The description of the message stream\").optional(),\n}).describe(\"Request model for updating a message stream configuration.\");\nexport const PostmarkUpdateMessageStreamOutput: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"The stream identifier\"),\n Name: z.string().describe(\"The updated stream name\"),\n ServerID: z.number().int().describe(\"The server ID number\"),\n CreatedAt: z.string().describe(\"Timestamp when the stream was created\"),\n UpdatedAt: z.string().describe(\"Timestamp when the stream was last updated\").nullable().optional(),\n ArchivedAt: z.string().describe(\"Timestamp when the stream was archived\").nullable().optional(),\n Description: z.string().describe(\"The updated description\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Expected date for stream data purge\").nullable().optional(),\n MessageStreamType: z.string().describe(\"The type of stream (e.g., 'Transactional' or 'Broadcasts')\"),\n}).describe(\"Response model after updating a message stream configuration.\");\n\nexport const postmarkUpdateMessageStream = action(\"POSTMARK_UPDATE_MESSAGE_STREAM\", {\n slug: \"postmark-update-message-stream\",\n name: \"Update Message Stream\",\n description: \"Tool to update a message stream configuration in Postmark. Use when you need to modify a stream's name or description. Note that stream type and ID cannot be changed after creation.\",\n input: PostmarkUpdateMessageStreamInput,\n output: PostmarkUpdateMessageStreamOutput,\n});\n"],"mappings":";;AAqBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArB4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,4DAiBH;CACP,QAjB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;EAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACrG,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/validate-template.ts
|
|
4
|
+
const PostmarkValidateTemplateInput = zod.z.object({
|
|
5
|
+
Subject: zod.z.string().describe("The subject line of the template.").optional(),
|
|
6
|
+
HtmlBody: zod.z.string().describe("The HTML content of the template.").optional(),
|
|
7
|
+
TextBody: zod.z.string().describe("The plain-text content of the template.").optional(),
|
|
8
|
+
TemplateType: zod.z.enum(["Standard", "Layout"]).describe("Type of the template, either 'Standard' or 'Layout'."),
|
|
9
|
+
TestRenderModel: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Mock data used to render and validate the template.")
|
|
10
|
+
}).describe("Request model for validating an email template in Postmark.");
|
|
11
|
+
const PostmarkValidateTemplate_ContentValidationResultSchema = zod.z.object({
|
|
12
|
+
ContentIsValid: zod.z.boolean().describe("True if the content is valid and rendered successfully."),
|
|
13
|
+
RenderedContent: zod.z.string().describe("The rendered content with test data applied. May be null if validation failed.").nullable().optional(),
|
|
14
|
+
ValidationErrors: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of validation errors for this content part.")
|
|
15
|
+
}).describe("Validation result for a single template content part (Subject, HtmlBody, TextBody).");
|
|
16
|
+
const PostmarkValidateTemplateOutput = zod.z.object({
|
|
17
|
+
Subject: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
18
|
+
HtmlBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
19
|
+
TextBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
20
|
+
AllContentIsValid: zod.z.boolean().describe("True if all template content parts are valid."),
|
|
21
|
+
SuggestedTemplateModel: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Suggested data model including all required placeholders. May be null if validation failed.").nullable().optional()
|
|
22
|
+
}).describe("Response model for template validation results.");
|
|
23
|
+
const postmarkValidateTemplate = require_action.action("POSTMARK_VALIDATE_TEMPLATE", {
|
|
24
|
+
slug: "postmark-validate-template",
|
|
25
|
+
name: "Validate Template",
|
|
26
|
+
description: "Tool to validate a Postmark template. Use when checking that a template's subject and body render correctly against sample data.",
|
|
27
|
+
input: PostmarkValidateTemplateInput,
|
|
28
|
+
output: PostmarkValidateTemplateOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.postmarkValidateTemplate = postmarkValidateTemplate;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=validate-template.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-template.cjs","names":["z","action"],"sources":["../../src/actions/validate-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkValidateTemplateInput: z.ZodTypeAny = z.object({\n Subject: z.string().describe(\"The subject line of the template.\").optional(),\n HtmlBody: z.string().describe(\"The HTML content of the template.\").optional(),\n TextBody: z.string().describe(\"The plain-text content of the template.\").optional(),\n TemplateType: z.enum([\"Standard\", \"Layout\"]).describe(\"Type of the template, either 'Standard' or 'Layout'.\"),\n TestRenderModel: z.record(z.string(), z.unknown()).describe(\"Mock data used to render and validate the template.\"),\n}).describe(\"Request model for validating an email template in Postmark.\");\nconst PostmarkValidateTemplate_ContentValidationResultSchema: z.ZodTypeAny = z.object({\n ContentIsValid: z.boolean().describe(\"True if the content is valid and rendered successfully.\"),\n RenderedContent: z.string().describe(\"The rendered content with test data applied. May be null if validation failed.\").nullable().optional(),\n ValidationErrors: z.array(z.record(z.string(), z.unknown())).describe(\"List of validation errors for this content part.\"),\n}).describe(\"Validation result for a single template content part (Subject, HtmlBody, TextBody).\");\nexport const PostmarkValidateTemplateOutput: z.ZodTypeAny = z.object({\n Subject: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n HtmlBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n TextBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n AllContentIsValid: z.boolean().describe(\"True if all template content parts are valid.\"),\n SuggestedTemplateModel: z.record(z.string(), z.unknown()).describe(\"Suggested data model including all required placeholders. May be null if validation failed.\").nullable().optional(),\n}).describe(\"Response model for template validation results.\");\n\nexport const postmarkValidateTemplate = action(\"POSTMARK_VALIDATE_TEMPLATE\", {\n slug: \"postmark-validate-template\",\n name: \"Validate Template\",\n description: \"Tool to validate a Postmark template. Use when checking that a template's subject and body render correctly against sample data.\",\n input: PostmarkValidateTemplateInput,\n output: PostmarkValidateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,KAAK,CAAC,YAAY,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD;CAC5G,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACnH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CAC9F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC1H,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,SAAS,uDAAuD,SAAS,CAAC,CAAC,SAAS;CACpF,UAAU,uDAAuD,SAAS,CAAC,CAAC,SAAS;CACrF,UAAU,uDAAuD,SAAS,CAAC,CAAC,SAAS;CACrF,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CACvF,wBAAwBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;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/validate-template.d.ts
|
|
4
|
+
declare const PostmarkValidateTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostmarkValidateTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postmarkValidateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postmarkValidateTemplate };
|
|
9
|
+
//# sourceMappingURL=validate-template.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-template.d.cts","names":[],"sources":["../../src/actions/validate-template.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM4B;AAAA,cAM7D,8BAAA,EAAgC,CAAA,CAAE,UAMe;AAAA,cAEjD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/validate-template.d.ts
|
|
4
|
+
declare const PostmarkValidateTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostmarkValidateTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postmarkValidateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postmarkValidateTemplate };
|
|
9
|
+
//# sourceMappingURL=validate-template.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-template.d.mts","names":[],"sources":["../../src/actions/validate-template.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM4B;AAAA,cAM7D,8BAAA,EAAgC,CAAA,CAAE,UAMe;AAAA,cAEjD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/validate-template.ts
|
|
4
|
+
const PostmarkValidateTemplateInput = z.object({
|
|
5
|
+
Subject: z.string().describe("The subject line of the template.").optional(),
|
|
6
|
+
HtmlBody: z.string().describe("The HTML content of the template.").optional(),
|
|
7
|
+
TextBody: z.string().describe("The plain-text content of the template.").optional(),
|
|
8
|
+
TemplateType: z.enum(["Standard", "Layout"]).describe("Type of the template, either 'Standard' or 'Layout'."),
|
|
9
|
+
TestRenderModel: z.record(z.string(), z.unknown()).describe("Mock data used to render and validate the template.")
|
|
10
|
+
}).describe("Request model for validating an email template in Postmark.");
|
|
11
|
+
const PostmarkValidateTemplate_ContentValidationResultSchema = z.object({
|
|
12
|
+
ContentIsValid: z.boolean().describe("True if the content is valid and rendered successfully."),
|
|
13
|
+
RenderedContent: z.string().describe("The rendered content with test data applied. May be null if validation failed.").nullable().optional(),
|
|
14
|
+
ValidationErrors: z.array(z.record(z.string(), z.unknown())).describe("List of validation errors for this content part.")
|
|
15
|
+
}).describe("Validation result for a single template content part (Subject, HtmlBody, TextBody).");
|
|
16
|
+
const postmarkValidateTemplate = action("POSTMARK_VALIDATE_TEMPLATE", {
|
|
17
|
+
slug: "postmark-validate-template",
|
|
18
|
+
name: "Validate Template",
|
|
19
|
+
description: "Tool to validate a Postmark template. Use when checking that a template's subject and body render correctly against sample data.",
|
|
20
|
+
input: PostmarkValidateTemplateInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
Subject: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
23
|
+
HtmlBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
24
|
+
TextBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),
|
|
25
|
+
AllContentIsValid: z.boolean().describe("True if all template content parts are valid."),
|
|
26
|
+
SuggestedTemplateModel: z.record(z.string(), z.unknown()).describe("Suggested data model including all required placeholders. May be null if validation failed.").nullable().optional()
|
|
27
|
+
}).describe("Response model for template validation results.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { postmarkValidateTemplate };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=validate-template.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-template.mjs","names":[],"sources":["../../src/actions/validate-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkValidateTemplateInput: z.ZodTypeAny = z.object({\n Subject: z.string().describe(\"The subject line of the template.\").optional(),\n HtmlBody: z.string().describe(\"The HTML content of the template.\").optional(),\n TextBody: z.string().describe(\"The plain-text content of the template.\").optional(),\n TemplateType: z.enum([\"Standard\", \"Layout\"]).describe(\"Type of the template, either 'Standard' or 'Layout'.\"),\n TestRenderModel: z.record(z.string(), z.unknown()).describe(\"Mock data used to render and validate the template.\"),\n}).describe(\"Request model for validating an email template in Postmark.\");\nconst PostmarkValidateTemplate_ContentValidationResultSchema: z.ZodTypeAny = z.object({\n ContentIsValid: z.boolean().describe(\"True if the content is valid and rendered successfully.\"),\n RenderedContent: z.string().describe(\"The rendered content with test data applied. May be null if validation failed.\").nullable().optional(),\n ValidationErrors: z.array(z.record(z.string(), z.unknown())).describe(\"List of validation errors for this content part.\"),\n}).describe(\"Validation result for a single template content part (Subject, HtmlBody, TextBody).\");\nexport const PostmarkValidateTemplateOutput: z.ZodTypeAny = z.object({\n Subject: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n HtmlBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n TextBody: PostmarkValidateTemplate_ContentValidationResultSchema.nullable().optional(),\n AllContentIsValid: z.boolean().describe(\"True if all template content parts are valid.\"),\n SuggestedTemplateModel: z.record(z.string(), z.unknown()).describe(\"Suggested data model including all required placeholders. May be null if validation failed.\").nullable().optional(),\n}).describe(\"Response model for template validation results.\");\n\nexport const postmarkValidateTemplate = action(\"POSTMARK_VALIDATE_TEMPLATE\", {\n slug: \"postmark-validate-template\",\n name: \"Validate Template\",\n description: \"Tool to validate a Postmark template. Use when checking that a template's subject and body render correctly against sample data.\",\n input: PostmarkValidateTemplateInput,\n output: PostmarkValidateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,KAAK,CAAC,YAAY,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD;CAC5G,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACnH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,yDAAuE,EAAE,OAAO;CACpF,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CAC9F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC1H,CAAC,CAAC,CAAC,SAAS,qFAAqF;AASjG,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb0D,EAAE,OAAO;EACnE,SAAS,uDAAuD,SAAS,CAAC,CAAC,SAAS;EACpF,UAAU,uDAAuD,SAAS,CAAC,CAAC,SAAS;EACrF,UAAU,uDAAuD,SAAS,CAAC,CAAC,SAAS;EACrF,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;EACvF,wBAAwB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxL,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const postmark = defineApp({\n slug: \"postmark\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const postmark = defineApp({\n slug: \"postmark\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const postmarkCatalog = {
|
|
4
|
+
"slug": "postmark",
|
|
5
|
+
"name": "Postmark",
|
|
6
|
+
"description": "Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.",
|
|
7
|
+
"category": "Transactional Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/postmark",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.postmarkCatalog = postmarkCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postmarkCatalog = {\n \"slug\": \"postmark\",\n \"name\": \"Postmark\",\n \"description\": \"Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.\",\n \"category\": \"Transactional Email\",\n \"logo\": \"https://logos.composio.dev/api/postmark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const postmarkCatalog: {
|
|
4
|
+
readonly slug: "postmark";
|
|
5
|
+
readonly name: "Postmark";
|
|
6
|
+
readonly description: "Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.";
|
|
7
|
+
readonly category: "Transactional Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/postmark";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { postmarkCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const postmarkCatalog: {
|
|
4
|
+
readonly slug: "postmark";
|
|
5
|
+
readonly name: "Postmark";
|
|
6
|
+
readonly description: "Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.";
|
|
7
|
+
readonly category: "Transactional Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/postmark";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { postmarkCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const postmarkCatalog = {
|
|
4
|
+
"slug": "postmark",
|
|
5
|
+
"name": "Postmark",
|
|
6
|
+
"description": "Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.",
|
|
7
|
+
"category": "Transactional Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/postmark",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { postmarkCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postmarkCatalog = {\n \"slug\": \"postmark\",\n \"name\": \"Postmark\",\n \"description\": \"Postmark is an email delivery service that enables developers to send transactional emails with high deliverability and detailed analytics.\",\n \"category\": \"Transactional Email\",\n \"logo\": \"https://logos.composio.dev/api/postmark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "postmark";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePostmarkTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executePostmarkTool = executePostmarkTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"postmark\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePostmarkTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "postmark";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePostmarkTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executePostmarkTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"postmark\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePostmarkTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_archive_message_stream = require("./actions/archive-message-stream.cjs");
|
|
5
|
+
const require_check_spam_score = require("./actions/check-spam-score.cjs");
|
|
6
|
+
const require_create_inbound_rule = require("./actions/create-inbound-rule.cjs");
|
|
7
|
+
const require_create_message_stream = require("./actions/create-message-stream.cjs");
|
|
8
|
+
const require_create_suppressions = require("./actions/create-suppressions.cjs");
|
|
9
|
+
const require_create_template = require("./actions/create-template.cjs");
|
|
10
|
+
const require_create_webhook = require("./actions/create-webhook.cjs");
|
|
11
|
+
const require_delete_inbound_rule = require("./actions/delete-inbound-rule.cjs");
|
|
12
|
+
const require_delete_suppressions = require("./actions/delete-suppressions.cjs");
|
|
13
|
+
const require_delete_template = require("./actions/delete-template.cjs");
|
|
14
|
+
const require_delete_webhook = require("./actions/delete-webhook.cjs");
|
|
15
|
+
const require_edit_server = require("./actions/edit-server.cjs");
|
|
16
|
+
const require_edit_template = require("./actions/edit-template.cjs");
|
|
17
|
+
const require_edit_webhook = require("./actions/edit-webhook.cjs");
|
|
18
|
+
const require_get_bounce_counts = require("./actions/get-bounce-counts.cjs");
|
|
19
|
+
const require_get_bounces = require("./actions/get-bounces.cjs");
|
|
20
|
+
const require_get_browser_platform_usage = require("./actions/get-browser-platform-usage.cjs");
|
|
21
|
+
const require_get_browser_usage = require("./actions/get-browser-usage.cjs");
|
|
22
|
+
const require_get_click_counts = require("./actions/get-click-counts.cjs");
|
|
23
|
+
const require_get_clicks_by_browser_family = require("./actions/get-clicks-by-browser-family.cjs");
|
|
24
|
+
const require_get_clicks_by_location = require("./actions/get-clicks-by-location.cjs");
|
|
25
|
+
const require_get_delivery_stats = require("./actions/get-delivery-stats.cjs");
|
|
26
|
+
const require_get_email_client_usage = require("./actions/get-email-client-usage.cjs");
|
|
27
|
+
const require_get_email_open_counts = require("./actions/get-email-open-counts.cjs");
|
|
28
|
+
const require_get_message_stream = require("./actions/get-message-stream.cjs");
|
|
29
|
+
const require_get_opens_by_platform = require("./actions/get-opens-by-platform.cjs");
|
|
30
|
+
const require_get_outbound_overview = require("./actions/get-outbound-overview.cjs");
|
|
31
|
+
const require_get_sent_counts = require("./actions/get-sent-counts.cjs");
|
|
32
|
+
const require_get_server = require("./actions/get-server.cjs");
|
|
33
|
+
const require_get_spam_complaints = require("./actions/get-spam-complaints.cjs");
|
|
34
|
+
const require_get_template = require("./actions/get-template.cjs");
|
|
35
|
+
const require_get_tracked_email_counts = require("./actions/get-tracked-email-counts.cjs");
|
|
36
|
+
const require_get_webhook = require("./actions/get-webhook.cjs");
|
|
37
|
+
const require_list_inbound_rules = require("./actions/list-inbound-rules.cjs");
|
|
38
|
+
const require_list_message_streams = require("./actions/list-message-streams.cjs");
|
|
39
|
+
const require_list_outbound_message_clicks = require("./actions/list-outbound-message-clicks.cjs");
|
|
40
|
+
const require_list_outbound_message_opens = require("./actions/list-outbound-message-opens.cjs");
|
|
41
|
+
const require_list_suppressions = require("./actions/list-suppressions.cjs");
|
|
42
|
+
const require_list_templates = require("./actions/list-templates.cjs");
|
|
43
|
+
const require_list_webhooks = require("./actions/list-webhooks.cjs");
|
|
44
|
+
const require_search_inbound_messages = require("./actions/search-inbound-messages.cjs");
|
|
45
|
+
const require_search_outbound_messages = require("./actions/search-outbound-messages.cjs");
|
|
46
|
+
const require_send_batch_with_templates = require("./actions/send-batch-with-templates.cjs");
|
|
47
|
+
const require_unarchive_message_stream = require("./actions/unarchive-message-stream.cjs");
|
|
48
|
+
const require_update_message_stream = require("./actions/update-message-stream.cjs");
|
|
49
|
+
const require_validate_template = require("./actions/validate-template.cjs");
|
|
50
|
+
require("./actions/index.cjs");
|
|
51
|
+
exports.postmark = require_app.postmark;
|
|
52
|
+
exports.postmarkArchiveMessageStream = require_archive_message_stream.postmarkArchiveMessageStream;
|
|
53
|
+
exports.postmarkCatalog = require_catalog.postmarkCatalog;
|
|
54
|
+
exports.postmarkCheckSpamScore = require_check_spam_score.postmarkCheckSpamScore;
|
|
55
|
+
exports.postmarkCreateInboundRule = require_create_inbound_rule.postmarkCreateInboundRule;
|
|
56
|
+
exports.postmarkCreateMessageStream = require_create_message_stream.postmarkCreateMessageStream;
|
|
57
|
+
exports.postmarkCreateSuppressions = require_create_suppressions.postmarkCreateSuppressions;
|
|
58
|
+
exports.postmarkCreateTemplate = require_create_template.postmarkCreateTemplate;
|
|
59
|
+
exports.postmarkCreateWebhook = require_create_webhook.postmarkCreateWebhook;
|
|
60
|
+
exports.postmarkDeleteInboundRule = require_delete_inbound_rule.postmarkDeleteInboundRule;
|
|
61
|
+
exports.postmarkDeleteSuppressions = require_delete_suppressions.postmarkDeleteSuppressions;
|
|
62
|
+
exports.postmarkDeleteTemplate = require_delete_template.postmarkDeleteTemplate;
|
|
63
|
+
exports.postmarkDeleteWebhook = require_delete_webhook.postmarkDeleteWebhook;
|
|
64
|
+
exports.postmarkEditServer = require_edit_server.postmarkEditServer;
|
|
65
|
+
exports.postmarkEditTemplate = require_edit_template.postmarkEditTemplate;
|
|
66
|
+
exports.postmarkEditWebhook = require_edit_webhook.postmarkEditWebhook;
|
|
67
|
+
exports.postmarkGetBounceCounts = require_get_bounce_counts.postmarkGetBounceCounts;
|
|
68
|
+
exports.postmarkGetBounces = require_get_bounces.postmarkGetBounces;
|
|
69
|
+
exports.postmarkGetBrowserPlatformUsage = require_get_browser_platform_usage.postmarkGetBrowserPlatformUsage;
|
|
70
|
+
exports.postmarkGetBrowserUsage = require_get_browser_usage.postmarkGetBrowserUsage;
|
|
71
|
+
exports.postmarkGetClickCounts = require_get_click_counts.postmarkGetClickCounts;
|
|
72
|
+
exports.postmarkGetClicksByBrowserFamily = require_get_clicks_by_browser_family.postmarkGetClicksByBrowserFamily;
|
|
73
|
+
exports.postmarkGetClicksByLocation = require_get_clicks_by_location.postmarkGetClicksByLocation;
|
|
74
|
+
exports.postmarkGetDeliveryStats = require_get_delivery_stats.postmarkGetDeliveryStats;
|
|
75
|
+
exports.postmarkGetEmailClientUsage = require_get_email_client_usage.postmarkGetEmailClientUsage;
|
|
76
|
+
exports.postmarkGetEmailOpenCounts = require_get_email_open_counts.postmarkGetEmailOpenCounts;
|
|
77
|
+
exports.postmarkGetMessageStream = require_get_message_stream.postmarkGetMessageStream;
|
|
78
|
+
exports.postmarkGetOpensByPlatform = require_get_opens_by_platform.postmarkGetOpensByPlatform;
|
|
79
|
+
exports.postmarkGetOutboundOverview = require_get_outbound_overview.postmarkGetOutboundOverview;
|
|
80
|
+
exports.postmarkGetSentCounts = require_get_sent_counts.postmarkGetSentCounts;
|
|
81
|
+
exports.postmarkGetServer = require_get_server.postmarkGetServer;
|
|
82
|
+
exports.postmarkGetSpamComplaints = require_get_spam_complaints.postmarkGetSpamComplaints;
|
|
83
|
+
exports.postmarkGetTemplate = require_get_template.postmarkGetTemplate;
|
|
84
|
+
exports.postmarkGetTrackedEmailCounts = require_get_tracked_email_counts.postmarkGetTrackedEmailCounts;
|
|
85
|
+
exports.postmarkGetWebhook = require_get_webhook.postmarkGetWebhook;
|
|
86
|
+
exports.postmarkListInboundRules = require_list_inbound_rules.postmarkListInboundRules;
|
|
87
|
+
exports.postmarkListMessageStreams = require_list_message_streams.postmarkListMessageStreams;
|
|
88
|
+
exports.postmarkListOutboundMessageClicks = require_list_outbound_message_clicks.postmarkListOutboundMessageClicks;
|
|
89
|
+
exports.postmarkListOutboundMessageOpens = require_list_outbound_message_opens.postmarkListOutboundMessageOpens;
|
|
90
|
+
exports.postmarkListSuppressions = require_list_suppressions.postmarkListSuppressions;
|
|
91
|
+
exports.postmarkListTemplates = require_list_templates.postmarkListTemplates;
|
|
92
|
+
exports.postmarkListWebhooks = require_list_webhooks.postmarkListWebhooks;
|
|
93
|
+
exports.postmarkSearchInboundMessages = require_search_inbound_messages.postmarkSearchInboundMessages;
|
|
94
|
+
exports.postmarkSearchOutboundMessages = require_search_outbound_messages.postmarkSearchOutboundMessages;
|
|
95
|
+
exports.postmarkSendBatchWithTemplates = require_send_batch_with_templates.postmarkSendBatchWithTemplates;
|
|
96
|
+
exports.postmarkUnarchiveMessageStream = require_unarchive_message_stream.postmarkUnarchiveMessageStream;
|
|
97
|
+
exports.postmarkUpdateMessageStream = require_update_message_stream.postmarkUpdateMessageStream;
|
|
98
|
+
exports.postmarkValidateTemplate = require_validate_template.postmarkValidateTemplate;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { postmarkArchiveMessageStream } from "./actions/archive-message-stream.cjs";
|
|
2
|
+
import { postmarkCheckSpamScore } from "./actions/check-spam-score.cjs";
|
|
3
|
+
import { postmarkCreateInboundRule } from "./actions/create-inbound-rule.cjs";
|
|
4
|
+
import { postmarkCreateMessageStream } from "./actions/create-message-stream.cjs";
|
|
5
|
+
import { postmarkCreateSuppressions } from "./actions/create-suppressions.cjs";
|
|
6
|
+
import { postmarkCreateTemplate } from "./actions/create-template.cjs";
|
|
7
|
+
import { postmarkCreateWebhook } from "./actions/create-webhook.cjs";
|
|
8
|
+
import { postmarkDeleteInboundRule } from "./actions/delete-inbound-rule.cjs";
|
|
9
|
+
import { postmarkDeleteSuppressions } from "./actions/delete-suppressions.cjs";
|
|
10
|
+
import { postmarkDeleteTemplate } from "./actions/delete-template.cjs";
|
|
11
|
+
import { postmarkDeleteWebhook } from "./actions/delete-webhook.cjs";
|
|
12
|
+
import { postmarkEditServer } from "./actions/edit-server.cjs";
|
|
13
|
+
import { postmarkEditTemplate } from "./actions/edit-template.cjs";
|
|
14
|
+
import { postmarkEditWebhook } from "./actions/edit-webhook.cjs";
|
|
15
|
+
import { postmarkGetBounceCounts } from "./actions/get-bounce-counts.cjs";
|
|
16
|
+
import { postmarkGetBounces } from "./actions/get-bounces.cjs";
|
|
17
|
+
import { postmarkGetBrowserPlatformUsage } from "./actions/get-browser-platform-usage.cjs";
|
|
18
|
+
import { postmarkGetBrowserUsage } from "./actions/get-browser-usage.cjs";
|
|
19
|
+
import { postmarkGetClickCounts } from "./actions/get-click-counts.cjs";
|
|
20
|
+
import { postmarkGetClicksByBrowserFamily } from "./actions/get-clicks-by-browser-family.cjs";
|
|
21
|
+
import { postmarkGetClicksByLocation } from "./actions/get-clicks-by-location.cjs";
|
|
22
|
+
import { postmarkGetDeliveryStats } from "./actions/get-delivery-stats.cjs";
|
|
23
|
+
import { postmarkGetEmailClientUsage } from "./actions/get-email-client-usage.cjs";
|
|
24
|
+
import { postmarkGetEmailOpenCounts } from "./actions/get-email-open-counts.cjs";
|
|
25
|
+
import { postmarkGetMessageStream } from "./actions/get-message-stream.cjs";
|
|
26
|
+
import { postmarkGetOpensByPlatform } from "./actions/get-opens-by-platform.cjs";
|
|
27
|
+
import { postmarkGetOutboundOverview } from "./actions/get-outbound-overview.cjs";
|
|
28
|
+
import { postmarkGetSentCounts } from "./actions/get-sent-counts.cjs";
|
|
29
|
+
import { postmarkGetServer } from "./actions/get-server.cjs";
|
|
30
|
+
import { postmarkGetSpamComplaints } from "./actions/get-spam-complaints.cjs";
|
|
31
|
+
import { postmarkGetTemplate } from "./actions/get-template.cjs";
|
|
32
|
+
import { postmarkGetTrackedEmailCounts } from "./actions/get-tracked-email-counts.cjs";
|
|
33
|
+
import { postmarkGetWebhook } from "./actions/get-webhook.cjs";
|
|
34
|
+
import { postmarkListInboundRules } from "./actions/list-inbound-rules.cjs";
|
|
35
|
+
import { postmarkListMessageStreams } from "./actions/list-message-streams.cjs";
|
|
36
|
+
import { postmarkListOutboundMessageClicks } from "./actions/list-outbound-message-clicks.cjs";
|
|
37
|
+
import { postmarkListOutboundMessageOpens } from "./actions/list-outbound-message-opens.cjs";
|
|
38
|
+
import { postmarkListSuppressions } from "./actions/list-suppressions.cjs";
|
|
39
|
+
import { postmarkListTemplates } from "./actions/list-templates.cjs";
|
|
40
|
+
import { postmarkListWebhooks } from "./actions/list-webhooks.cjs";
|
|
41
|
+
import { postmarkSearchInboundMessages } from "./actions/search-inbound-messages.cjs";
|
|
42
|
+
import { postmarkSearchOutboundMessages } from "./actions/search-outbound-messages.cjs";
|
|
43
|
+
import { postmarkSendBatchWithTemplates } from "./actions/send-batch-with-templates.cjs";
|
|
44
|
+
import { postmarkUnarchiveMessageStream } from "./actions/unarchive-message-stream.cjs";
|
|
45
|
+
import { postmarkUpdateMessageStream } from "./actions/update-message-stream.cjs";
|
|
46
|
+
import { postmarkValidateTemplate } from "./actions/validate-template.cjs";
|
|
47
|
+
import { postmark } from "./app.cjs";
|
|
48
|
+
import { postmarkCatalog } from "./catalog.cjs";
|
|
49
|
+
export { postmark, postmarkArchiveMessageStream, postmarkCatalog, postmarkCheckSpamScore, postmarkCreateInboundRule, postmarkCreateMessageStream, postmarkCreateSuppressions, postmarkCreateTemplate, postmarkCreateWebhook, postmarkDeleteInboundRule, postmarkDeleteSuppressions, postmarkDeleteTemplate, postmarkDeleteWebhook, postmarkEditServer, postmarkEditTemplate, postmarkEditWebhook, postmarkGetBounceCounts, postmarkGetBounces, postmarkGetBrowserPlatformUsage, postmarkGetBrowserUsage, postmarkGetClickCounts, postmarkGetClicksByBrowserFamily, postmarkGetClicksByLocation, postmarkGetDeliveryStats, postmarkGetEmailClientUsage, postmarkGetEmailOpenCounts, postmarkGetMessageStream, postmarkGetOpensByPlatform, postmarkGetOutboundOverview, postmarkGetSentCounts, postmarkGetServer, postmarkGetSpamComplaints, postmarkGetTemplate, postmarkGetTrackedEmailCounts, postmarkGetWebhook, postmarkListInboundRules, postmarkListMessageStreams, postmarkListOutboundMessageClicks, postmarkListOutboundMessageOpens, postmarkListSuppressions, postmarkListTemplates, postmarkListWebhooks, postmarkSearchInboundMessages, postmarkSearchOutboundMessages, postmarkSendBatchWithTemplates, postmarkUnarchiveMessageStream, postmarkUpdateMessageStream, postmarkValidateTemplate };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { postmarkArchiveMessageStream } from "./actions/archive-message-stream.mjs";
|
|
2
|
+
import { postmarkCheckSpamScore } from "./actions/check-spam-score.mjs";
|
|
3
|
+
import { postmarkCreateInboundRule } from "./actions/create-inbound-rule.mjs";
|
|
4
|
+
import { postmarkCreateMessageStream } from "./actions/create-message-stream.mjs";
|
|
5
|
+
import { postmarkCreateSuppressions } from "./actions/create-suppressions.mjs";
|
|
6
|
+
import { postmarkCreateTemplate } from "./actions/create-template.mjs";
|
|
7
|
+
import { postmarkCreateWebhook } from "./actions/create-webhook.mjs";
|
|
8
|
+
import { postmarkDeleteInboundRule } from "./actions/delete-inbound-rule.mjs";
|
|
9
|
+
import { postmarkDeleteSuppressions } from "./actions/delete-suppressions.mjs";
|
|
10
|
+
import { postmarkDeleteTemplate } from "./actions/delete-template.mjs";
|
|
11
|
+
import { postmarkDeleteWebhook } from "./actions/delete-webhook.mjs";
|
|
12
|
+
import { postmarkEditServer } from "./actions/edit-server.mjs";
|
|
13
|
+
import { postmarkEditTemplate } from "./actions/edit-template.mjs";
|
|
14
|
+
import { postmarkEditWebhook } from "./actions/edit-webhook.mjs";
|
|
15
|
+
import { postmarkGetBounceCounts } from "./actions/get-bounce-counts.mjs";
|
|
16
|
+
import { postmarkGetBounces } from "./actions/get-bounces.mjs";
|
|
17
|
+
import { postmarkGetBrowserPlatformUsage } from "./actions/get-browser-platform-usage.mjs";
|
|
18
|
+
import { postmarkGetBrowserUsage } from "./actions/get-browser-usage.mjs";
|
|
19
|
+
import { postmarkGetClickCounts } from "./actions/get-click-counts.mjs";
|
|
20
|
+
import { postmarkGetClicksByBrowserFamily } from "./actions/get-clicks-by-browser-family.mjs";
|
|
21
|
+
import { postmarkGetClicksByLocation } from "./actions/get-clicks-by-location.mjs";
|
|
22
|
+
import { postmarkGetDeliveryStats } from "./actions/get-delivery-stats.mjs";
|
|
23
|
+
import { postmarkGetEmailClientUsage } from "./actions/get-email-client-usage.mjs";
|
|
24
|
+
import { postmarkGetEmailOpenCounts } from "./actions/get-email-open-counts.mjs";
|
|
25
|
+
import { postmarkGetMessageStream } from "./actions/get-message-stream.mjs";
|
|
26
|
+
import { postmarkGetOpensByPlatform } from "./actions/get-opens-by-platform.mjs";
|
|
27
|
+
import { postmarkGetOutboundOverview } from "./actions/get-outbound-overview.mjs";
|
|
28
|
+
import { postmarkGetSentCounts } from "./actions/get-sent-counts.mjs";
|
|
29
|
+
import { postmarkGetServer } from "./actions/get-server.mjs";
|
|
30
|
+
import { postmarkGetSpamComplaints } from "./actions/get-spam-complaints.mjs";
|
|
31
|
+
import { postmarkGetTemplate } from "./actions/get-template.mjs";
|
|
32
|
+
import { postmarkGetTrackedEmailCounts } from "./actions/get-tracked-email-counts.mjs";
|
|
33
|
+
import { postmarkGetWebhook } from "./actions/get-webhook.mjs";
|
|
34
|
+
import { postmarkListInboundRules } from "./actions/list-inbound-rules.mjs";
|
|
35
|
+
import { postmarkListMessageStreams } from "./actions/list-message-streams.mjs";
|
|
36
|
+
import { postmarkListOutboundMessageClicks } from "./actions/list-outbound-message-clicks.mjs";
|
|
37
|
+
import { postmarkListOutboundMessageOpens } from "./actions/list-outbound-message-opens.mjs";
|
|
38
|
+
import { postmarkListSuppressions } from "./actions/list-suppressions.mjs";
|
|
39
|
+
import { postmarkListTemplates } from "./actions/list-templates.mjs";
|
|
40
|
+
import { postmarkListWebhooks } from "./actions/list-webhooks.mjs";
|
|
41
|
+
import { postmarkSearchInboundMessages } from "./actions/search-inbound-messages.mjs";
|
|
42
|
+
import { postmarkSearchOutboundMessages } from "./actions/search-outbound-messages.mjs";
|
|
43
|
+
import { postmarkSendBatchWithTemplates } from "./actions/send-batch-with-templates.mjs";
|
|
44
|
+
import { postmarkUnarchiveMessageStream } from "./actions/unarchive-message-stream.mjs";
|
|
45
|
+
import { postmarkUpdateMessageStream } from "./actions/update-message-stream.mjs";
|
|
46
|
+
import { postmarkValidateTemplate } from "./actions/validate-template.mjs";
|
|
47
|
+
import { postmark } from "./app.mjs";
|
|
48
|
+
import { postmarkCatalog } from "./catalog.mjs";
|
|
49
|
+
export { postmark, postmarkArchiveMessageStream, postmarkCatalog, postmarkCheckSpamScore, postmarkCreateInboundRule, postmarkCreateMessageStream, postmarkCreateSuppressions, postmarkCreateTemplate, postmarkCreateWebhook, postmarkDeleteInboundRule, postmarkDeleteSuppressions, postmarkDeleteTemplate, postmarkDeleteWebhook, postmarkEditServer, postmarkEditTemplate, postmarkEditWebhook, postmarkGetBounceCounts, postmarkGetBounces, postmarkGetBrowserPlatformUsage, postmarkGetBrowserUsage, postmarkGetClickCounts, postmarkGetClicksByBrowserFamily, postmarkGetClicksByLocation, postmarkGetDeliveryStats, postmarkGetEmailClientUsage, postmarkGetEmailOpenCounts, postmarkGetMessageStream, postmarkGetOpensByPlatform, postmarkGetOutboundOverview, postmarkGetSentCounts, postmarkGetServer, postmarkGetSpamComplaints, postmarkGetTemplate, postmarkGetTrackedEmailCounts, postmarkGetWebhook, postmarkListInboundRules, postmarkListMessageStreams, postmarkListOutboundMessageClicks, postmarkListOutboundMessageOpens, postmarkListSuppressions, postmarkListTemplates, postmarkListWebhooks, postmarkSearchInboundMessages, postmarkSearchOutboundMessages, postmarkSendBatchWithTemplates, postmarkUnarchiveMessageStream, postmarkUpdateMessageStream, postmarkValidateTemplate };
|