@keystrokehq/postmark 0.1.0 → 0.1.3
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/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/archive-message-stream.cjs +4 -4
- package/dist/actions/archive-message-stream.cjs.map +1 -1
- package/dist/actions/archive-message-stream.d.cts +11 -3
- package/dist/actions/archive-message-stream.d.cts.map +1 -1
- package/dist/actions/archive-message-stream.d.mts +11 -3
- package/dist/actions/archive-message-stream.d.mts.map +1 -1
- package/dist/actions/archive-message-stream.mjs +4 -4
- package/dist/actions/archive-message-stream.mjs.map +1 -1
- package/dist/actions/check-spam-score.cjs +3 -3
- package/dist/actions/check-spam-score.cjs.map +1 -1
- package/dist/actions/check-spam-score.d.cts +18 -3
- package/dist/actions/check-spam-score.d.cts.map +1 -1
- package/dist/actions/check-spam-score.d.mts +18 -3
- package/dist/actions/check-spam-score.d.mts.map +1 -1
- package/dist/actions/check-spam-score.mjs +3 -3
- package/dist/actions/check-spam-score.mjs.map +1 -1
- package/dist/actions/create-inbound-rule.cjs +3 -3
- package/dist/actions/create-inbound-rule.cjs.map +1 -1
- package/dist/actions/create-inbound-rule.d.cts +10 -3
- package/dist/actions/create-inbound-rule.d.cts.map +1 -1
- package/dist/actions/create-inbound-rule.d.mts +10 -3
- package/dist/actions/create-inbound-rule.d.mts.map +1 -1
- package/dist/actions/create-inbound-rule.mjs +3 -3
- package/dist/actions/create-inbound-rule.mjs.map +1 -1
- package/dist/actions/create-message-stream.cjs +7 -7
- package/dist/actions/create-message-stream.cjs.map +1 -1
- package/dist/actions/create-message-stream.d.cts +31 -3
- package/dist/actions/create-message-stream.d.cts.map +1 -1
- package/dist/actions/create-message-stream.d.mts +31 -3
- package/dist/actions/create-message-stream.d.mts.map +1 -1
- package/dist/actions/create-message-stream.mjs +7 -7
- package/dist/actions/create-message-stream.mjs.map +1 -1
- package/dist/actions/create-suppressions.cjs +4 -4
- package/dist/actions/create-suppressions.cjs.map +1 -1
- package/dist/actions/create-suppressions.d.cts +23 -3
- package/dist/actions/create-suppressions.d.cts.map +1 -1
- package/dist/actions/create-suppressions.d.mts +23 -3
- package/dist/actions/create-suppressions.d.mts.map +1 -1
- package/dist/actions/create-suppressions.mjs +4 -4
- package/dist/actions/create-suppressions.mjs.map +1 -1
- package/dist/actions/create-template.cjs +5 -5
- package/dist/actions/create-template.cjs.map +1 -1
- package/dist/actions/create-template.d.cts +38 -3
- package/dist/actions/create-template.d.cts.map +1 -1
- package/dist/actions/create-template.d.mts +38 -3
- package/dist/actions/create-template.d.mts.map +1 -1
- package/dist/actions/create-template.mjs +5 -5
- package/dist/actions/create-template.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +18 -18
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +106 -3
- package/dist/actions/create-webhook.d.cts.map +1 -1
- package/dist/actions/create-webhook.d.mts +106 -3
- package/dist/actions/create-webhook.d.mts.map +1 -1
- package/dist/actions/create-webhook.mjs +18 -18
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-inbound-rule.cjs +1 -1
- package/dist/actions/delete-inbound-rule.cjs.map +1 -1
- package/dist/actions/delete-inbound-rule.d.cts +7 -3
- package/dist/actions/delete-inbound-rule.d.cts.map +1 -1
- package/dist/actions/delete-inbound-rule.d.mts +7 -3
- package/dist/actions/delete-inbound-rule.d.mts.map +1 -1
- package/dist/actions/delete-inbound-rule.mjs +1 -1
- package/dist/actions/delete-inbound-rule.mjs.map +1 -1
- package/dist/actions/delete-suppressions.cjs +5 -5
- package/dist/actions/delete-suppressions.cjs.map +1 -1
- package/dist/actions/delete-suppressions.d.cts +20 -3
- package/dist/actions/delete-suppressions.d.cts.map +1 -1
- package/dist/actions/delete-suppressions.d.mts +20 -3
- package/dist/actions/delete-suppressions.d.mts.map +1 -1
- package/dist/actions/delete-suppressions.mjs +5 -5
- package/dist/actions/delete-suppressions.mjs.map +1 -1
- package/dist/actions/delete-template.cjs +1 -1
- package/dist/actions/delete-template.cjs.map +1 -1
- package/dist/actions/delete-template.d.cts +10 -3
- package/dist/actions/delete-template.d.cts.map +1 -1
- package/dist/actions/delete-template.d.mts +10 -3
- package/dist/actions/delete-template.d.mts.map +1 -1
- package/dist/actions/delete-template.mjs +1 -1
- package/dist/actions/delete-template.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +1 -1
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +7 -3
- package/dist/actions/delete-webhook.d.cts.map +1 -1
- package/dist/actions/delete-webhook.d.mts +7 -3
- package/dist/actions/delete-webhook.d.mts.map +1 -1
- package/dist/actions/delete-webhook.mjs +1 -1
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/edit-server.cjs +7 -7
- package/dist/actions/edit-server.cjs.map +1 -1
- package/dist/actions/edit-server.d.cts +41 -3
- package/dist/actions/edit-server.d.cts.map +1 -1
- package/dist/actions/edit-server.d.mts +41 -3
- package/dist/actions/edit-server.d.mts.map +1 -1
- package/dist/actions/edit-server.mjs +7 -7
- package/dist/actions/edit-server.mjs.map +1 -1
- package/dist/actions/edit-template.cjs +5 -5
- package/dist/actions/edit-template.cjs.map +1 -1
- package/dist/actions/edit-template.d.cts +42 -3
- package/dist/actions/edit-template.d.cts.map +1 -1
- package/dist/actions/edit-template.d.mts +42 -3
- package/dist/actions/edit-template.d.mts.map +1 -1
- package/dist/actions/edit-template.mjs +5 -5
- package/dist/actions/edit-template.mjs.map +1 -1
- package/dist/actions/edit-webhook.cjs +7 -7
- package/dist/actions/edit-webhook.cjs.map +1 -1
- package/dist/actions/edit-webhook.d.cts +55 -3
- package/dist/actions/edit-webhook.d.cts.map +1 -1
- package/dist/actions/edit-webhook.d.mts +55 -3
- package/dist/actions/edit-webhook.d.mts.map +1 -1
- package/dist/actions/edit-webhook.mjs +7 -7
- package/dist/actions/edit-webhook.mjs.map +1 -1
- package/dist/actions/get-bounce-counts.cjs +3 -3
- package/dist/actions/get-bounce-counts.cjs.map +1 -1
- package/dist/actions/get-bounce-counts.d.cts +23 -3
- package/dist/actions/get-bounce-counts.d.cts.map +1 -1
- package/dist/actions/get-bounce-counts.d.mts +23 -3
- package/dist/actions/get-bounce-counts.d.mts.map +1 -1
- package/dist/actions/get-bounce-counts.mjs +3 -3
- package/dist/actions/get-bounce-counts.mjs.map +1 -1
- package/dist/actions/get-bounces.cjs +14 -14
- package/dist/actions/get-bounces.cjs.map +1 -1
- package/dist/actions/get-bounces.d.cts +45 -3
- package/dist/actions/get-bounces.d.cts.map +1 -1
- package/dist/actions/get-bounces.d.mts +45 -3
- package/dist/actions/get-bounces.d.mts.map +1 -1
- package/dist/actions/get-bounces.mjs +14 -14
- package/dist/actions/get-bounces.mjs.map +1 -1
- package/dist/actions/get-browser-platform-usage.cjs +3 -3
- package/dist/actions/get-browser-platform-usage.cjs.map +1 -1
- package/dist/actions/get-browser-platform-usage.d.cts +23 -3
- package/dist/actions/get-browser-platform-usage.d.cts.map +1 -1
- package/dist/actions/get-browser-platform-usage.d.mts +23 -3
- package/dist/actions/get-browser-platform-usage.d.mts.map +1 -1
- package/dist/actions/get-browser-platform-usage.mjs +3 -3
- package/dist/actions/get-browser-platform-usage.mjs.map +1 -1
- package/dist/actions/get-browser-usage.cjs +6 -6
- package/dist/actions/get-browser-usage.cjs.map +1 -1
- package/dist/actions/get-browser-usage.d.cts +20 -3
- package/dist/actions/get-browser-usage.d.cts.map +1 -1
- package/dist/actions/get-browser-usage.d.mts +20 -3
- package/dist/actions/get-browser-usage.d.mts.map +1 -1
- package/dist/actions/get-browser-usage.mjs +6 -6
- package/dist/actions/get-browser-usage.mjs.map +1 -1
- package/dist/actions/get-click-counts.cjs +8 -8
- package/dist/actions/get-click-counts.cjs.map +1 -1
- package/dist/actions/get-click-counts.d.cts +29 -3
- package/dist/actions/get-click-counts.d.cts.map +1 -1
- package/dist/actions/get-click-counts.d.mts +29 -3
- package/dist/actions/get-click-counts.d.mts.map +1 -1
- package/dist/actions/get-click-counts.mjs +8 -8
- package/dist/actions/get-click-counts.mjs.map +1 -1
- package/dist/actions/get-clicks-by-browser-family.cjs +1 -1
- package/dist/actions/get-clicks-by-browser-family.cjs.map +1 -1
- package/dist/actions/get-clicks-by-browser-family.d.cts +15 -3
- package/dist/actions/get-clicks-by-browser-family.d.cts.map +1 -1
- package/dist/actions/get-clicks-by-browser-family.d.mts +15 -3
- package/dist/actions/get-clicks-by-browser-family.d.mts.map +1 -1
- package/dist/actions/get-clicks-by-browser-family.mjs +1 -1
- package/dist/actions/get-clicks-by-browser-family.mjs.map +1 -1
- package/dist/actions/get-clicks-by-location.cjs +3 -3
- package/dist/actions/get-clicks-by-location.cjs.map +1 -1
- package/dist/actions/get-clicks-by-location.d.cts +19 -3
- package/dist/actions/get-clicks-by-location.d.cts.map +1 -1
- package/dist/actions/get-clicks-by-location.d.mts +19 -3
- package/dist/actions/get-clicks-by-location.d.mts.map +1 -1
- package/dist/actions/get-clicks-by-location.mjs +3 -3
- package/dist/actions/get-clicks-by-location.mjs.map +1 -1
- package/dist/actions/get-delivery-stats.cjs +5 -5
- package/dist/actions/get-delivery-stats.cjs.map +1 -1
- package/dist/actions/get-delivery-stats.d.cts +10 -3
- package/dist/actions/get-delivery-stats.d.cts.map +1 -1
- package/dist/actions/get-delivery-stats.d.mts +10 -3
- package/dist/actions/get-delivery-stats.d.mts.map +1 -1
- package/dist/actions/get-delivery-stats.mjs +5 -5
- package/dist/actions/get-delivery-stats.mjs.map +1 -1
- package/dist/actions/get-email-client-usage.cjs +1 -1
- package/dist/actions/get-email-client-usage.cjs.map +1 -1
- package/dist/actions/get-email-client-usage.d.cts +17 -3
- package/dist/actions/get-email-client-usage.d.cts.map +1 -1
- package/dist/actions/get-email-client-usage.d.mts +17 -3
- package/dist/actions/get-email-client-usage.d.mts.map +1 -1
- package/dist/actions/get-email-client-usage.mjs +1 -1
- package/dist/actions/get-email-client-usage.mjs.map +1 -1
- package/dist/actions/get-email-open-counts.cjs +5 -5
- package/dist/actions/get-email-open-counts.cjs.map +1 -1
- package/dist/actions/get-email-open-counts.d.cts +19 -3
- package/dist/actions/get-email-open-counts.d.cts.map +1 -1
- package/dist/actions/get-email-open-counts.d.mts +19 -3
- package/dist/actions/get-email-open-counts.d.mts.map +1 -1
- package/dist/actions/get-email-open-counts.mjs +5 -5
- package/dist/actions/get-email-open-counts.mjs.map +1 -1
- package/dist/actions/get-message-stream.cjs +7 -7
- package/dist/actions/get-message-stream.cjs.map +1 -1
- package/dist/actions/get-message-stream.d.cts +20 -3
- package/dist/actions/get-message-stream.d.cts.map +1 -1
- package/dist/actions/get-message-stream.d.mts +20 -3
- package/dist/actions/get-message-stream.d.mts.map +1 -1
- package/dist/actions/get-message-stream.mjs +7 -7
- package/dist/actions/get-message-stream.mjs.map +1 -1
- package/dist/actions/get-opens-by-platform.cjs +3 -3
- package/dist/actions/get-opens-by-platform.cjs.map +1 -1
- package/dist/actions/get-opens-by-platform.d.cts +23 -3
- package/dist/actions/get-opens-by-platform.d.cts.map +1 -1
- package/dist/actions/get-opens-by-platform.d.mts +23 -3
- package/dist/actions/get-opens-by-platform.d.mts.map +1 -1
- package/dist/actions/get-opens-by-platform.mjs +3 -3
- package/dist/actions/get-opens-by-platform.mjs.map +1 -1
- package/dist/actions/get-outbound-overview.cjs +18 -18
- package/dist/actions/get-outbound-overview.cjs.map +1 -1
- package/dist/actions/get-outbound-overview.d.cts +21 -3
- package/dist/actions/get-outbound-overview.d.cts.map +1 -1
- package/dist/actions/get-outbound-overview.d.mts +21 -3
- package/dist/actions/get-outbound-overview.d.mts.map +1 -1
- package/dist/actions/get-outbound-overview.mjs +18 -18
- package/dist/actions/get-outbound-overview.mjs.map +1 -1
- package/dist/actions/get-sent-counts.cjs +4 -4
- package/dist/actions/get-sent-counts.cjs.map +1 -1
- package/dist/actions/get-sent-counts.d.cts +17 -3
- package/dist/actions/get-sent-counts.d.cts.map +1 -1
- package/dist/actions/get-sent-counts.d.mts +17 -3
- package/dist/actions/get-sent-counts.d.mts.map +1 -1
- package/dist/actions/get-sent-counts.mjs +4 -4
- package/dist/actions/get-sent-counts.mjs.map +1 -1
- package/dist/actions/get-server.cjs +13 -13
- package/dist/actions/get-server.cjs.map +1 -1
- package/dist/actions/get-server.d.cts +30 -3
- package/dist/actions/get-server.d.cts.map +1 -1
- package/dist/actions/get-server.d.mts +30 -3
- package/dist/actions/get-server.d.mts.map +1 -1
- package/dist/actions/get-server.mjs +13 -13
- package/dist/actions/get-server.mjs.map +1 -1
- package/dist/actions/get-spam-complaints.cjs +4 -4
- package/dist/actions/get-spam-complaints.cjs.map +1 -1
- package/dist/actions/get-spam-complaints.d.cts +17 -3
- package/dist/actions/get-spam-complaints.d.cts.map +1 -1
- package/dist/actions/get-spam-complaints.d.mts +17 -3
- package/dist/actions/get-spam-complaints.d.mts.map +1 -1
- package/dist/actions/get-spam-complaints.mjs +4 -4
- package/dist/actions/get-spam-complaints.mjs.map +1 -1
- package/dist/actions/get-template.cjs +8 -8
- package/dist/actions/get-template.cjs.map +1 -1
- package/dist/actions/get-template.d.cts +20 -3
- package/dist/actions/get-template.d.cts.map +1 -1
- package/dist/actions/get-template.d.mts +20 -3
- package/dist/actions/get-template.d.mts.map +1 -1
- package/dist/actions/get-template.mjs +8 -8
- package/dist/actions/get-template.mjs.map +1 -1
- package/dist/actions/get-tracked-email-counts.cjs +4 -4
- package/dist/actions/get-tracked-email-counts.cjs.map +1 -1
- package/dist/actions/get-tracked-email-counts.d.cts +14 -3
- package/dist/actions/get-tracked-email-counts.d.cts.map +1 -1
- package/dist/actions/get-tracked-email-counts.d.mts +14 -3
- package/dist/actions/get-tracked-email-counts.d.mts.map +1 -1
- package/dist/actions/get-tracked-email-counts.mjs +4 -4
- package/dist/actions/get-tracked-email-counts.mjs.map +1 -1
- package/dist/actions/get-webhook.cjs +10 -10
- package/dist/actions/get-webhook.cjs.map +1 -1
- package/dist/actions/get-webhook.d.cts +34 -3
- package/dist/actions/get-webhook.d.cts.map +1 -1
- package/dist/actions/get-webhook.d.mts +34 -3
- package/dist/actions/get-webhook.d.mts.map +1 -1
- package/dist/actions/get-webhook.mjs +10 -10
- package/dist/actions/get-webhook.mjs.map +1 -1
- package/dist/actions/list-inbound-rules.cjs +5 -5
- package/dist/actions/list-inbound-rules.cjs.map +1 -1
- package/dist/actions/list-inbound-rules.d.cts +15 -3
- package/dist/actions/list-inbound-rules.d.cts.map +1 -1
- package/dist/actions/list-inbound-rules.d.mts +15 -3
- package/dist/actions/list-inbound-rules.d.mts.map +1 -1
- package/dist/actions/list-inbound-rules.mjs +5 -5
- package/dist/actions/list-inbound-rules.mjs.map +1 -1
- package/dist/actions/list-message-streams.cjs +9 -9
- package/dist/actions/list-message-streams.cjs.map +1 -1
- package/dist/actions/list-message-streams.d.cts +30 -3
- package/dist/actions/list-message-streams.d.cts.map +1 -1
- package/dist/actions/list-message-streams.d.mts +30 -3
- package/dist/actions/list-message-streams.d.mts.map +1 -1
- package/dist/actions/list-message-streams.mjs +9 -9
- package/dist/actions/list-message-streams.mjs.map +1 -1
- package/dist/actions/list-outbound-message-clicks.cjs +6 -6
- package/dist/actions/list-outbound-message-clicks.cjs.map +1 -1
- package/dist/actions/list-outbound-message-clicks.d.cts +67 -3
- package/dist/actions/list-outbound-message-clicks.d.cts.map +1 -1
- package/dist/actions/list-outbound-message-clicks.d.mts +67 -3
- package/dist/actions/list-outbound-message-clicks.d.mts.map +1 -1
- package/dist/actions/list-outbound-message-clicks.mjs +6 -6
- package/dist/actions/list-outbound-message-clicks.mjs.map +1 -1
- package/dist/actions/list-outbound-message-opens.cjs +9 -9
- package/dist/actions/list-outbound-message-opens.cjs.map +1 -1
- package/dist/actions/list-outbound-message-opens.d.cts +65 -3
- package/dist/actions/list-outbound-message-opens.d.cts.map +1 -1
- package/dist/actions/list-outbound-message-opens.d.mts +65 -3
- package/dist/actions/list-outbound-message-opens.d.mts.map +1 -1
- package/dist/actions/list-outbound-message-opens.mjs +9 -9
- package/dist/actions/list-outbound-message-opens.mjs.map +1 -1
- package/dist/actions/list-suppressions.cjs +6 -6
- package/dist/actions/list-suppressions.cjs.map +1 -1
- package/dist/actions/list-suppressions.d.cts +32 -3
- package/dist/actions/list-suppressions.d.cts.map +1 -1
- package/dist/actions/list-suppressions.d.mts +32 -3
- package/dist/actions/list-suppressions.d.mts.map +1 -1
- package/dist/actions/list-suppressions.mjs +6 -6
- package/dist/actions/list-suppressions.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +7 -7
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +32 -3
- package/dist/actions/list-templates.d.cts.map +1 -1
- package/dist/actions/list-templates.d.mts +32 -3
- package/dist/actions/list-templates.d.mts.map +1 -1
- package/dist/actions/list-templates.mjs +7 -7
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +12 -12
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +35 -3
- package/dist/actions/list-webhooks.d.cts.map +1 -1
- package/dist/actions/list-webhooks.d.mts +35 -3
- package/dist/actions/list-webhooks.d.mts.map +1 -1
- package/dist/actions/list-webhooks.mjs +12 -12
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/search-inbound-messages.cjs +18 -18
- package/dist/actions/search-inbound-messages.cjs.map +1 -1
- package/dist/actions/search-inbound-messages.d.cts +72 -3
- package/dist/actions/search-inbound-messages.d.cts.map +1 -1
- package/dist/actions/search-inbound-messages.d.mts +72 -3
- package/dist/actions/search-inbound-messages.d.mts.map +1 -1
- package/dist/actions/search-inbound-messages.mjs +18 -18
- package/dist/actions/search-inbound-messages.mjs.map +1 -1
- package/dist/actions/search-outbound-messages.cjs +16 -16
- package/dist/actions/search-outbound-messages.cjs.map +1 -1
- package/dist/actions/search-outbound-messages.d.cts +53 -3
- package/dist/actions/search-outbound-messages.d.cts.map +1 -1
- package/dist/actions/search-outbound-messages.d.mts +53 -3
- package/dist/actions/search-outbound-messages.d.mts.map +1 -1
- package/dist/actions/search-outbound-messages.mjs +16 -16
- package/dist/actions/search-outbound-messages.mjs.map +1 -1
- package/dist/actions/send-batch-with-templates.cjs +4 -4
- package/dist/actions/send-batch-with-templates.cjs.map +1 -1
- package/dist/actions/send-batch-with-templates.d.cts +63 -3
- package/dist/actions/send-batch-with-templates.d.cts.map +1 -1
- package/dist/actions/send-batch-with-templates.d.mts +63 -3
- package/dist/actions/send-batch-with-templates.d.mts.map +1 -1
- package/dist/actions/send-batch-with-templates.mjs +4 -4
- package/dist/actions/send-batch-with-templates.mjs.map +1 -1
- package/dist/actions/unarchive-message-stream.cjs +7 -7
- package/dist/actions/unarchive-message-stream.cjs.map +1 -1
- package/dist/actions/unarchive-message-stream.d.cts +19 -3
- package/dist/actions/unarchive-message-stream.d.cts.map +1 -1
- package/dist/actions/unarchive-message-stream.d.mts +19 -3
- package/dist/actions/unarchive-message-stream.d.mts.map +1 -1
- package/dist/actions/unarchive-message-stream.mjs +7 -7
- package/dist/actions/unarchive-message-stream.mjs.map +1 -1
- package/dist/actions/update-message-stream.cjs +6 -6
- package/dist/actions/update-message-stream.cjs.map +1 -1
- package/dist/actions/update-message-stream.d.cts +21 -3
- package/dist/actions/update-message-stream.d.cts.map +1 -1
- package/dist/actions/update-message-stream.d.mts +21 -3
- package/dist/actions/update-message-stream.d.mts.map +1 -1
- package/dist/actions/update-message-stream.mjs +6 -6
- package/dist/actions/update-message-stream.mjs.map +1 -1
- package/dist/actions/validate-template.cjs +4 -4
- package/dist/actions/validate-template.cjs.map +1 -1
- package/dist/actions/validate-template.d.cts +36 -3
- package/dist/actions/validate-template.d.cts.map +1 -1
- package/dist/actions/validate-template.d.mts +36 -3
- package/dist/actions/validate-template.d.mts.map +1 -1
- package/dist/actions/validate-template.mjs +4 -4
- package/dist/actions/validate-template.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-outbound-overview.d.cts","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"get-outbound-overview.d.cts","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAoBjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-outbound-overview.d.ts
|
|
4
|
-
declare const PostmarkGetOutboundOverviewInput: z.
|
|
5
|
-
declare const PostmarkGetOutboundOverviewOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetOutboundOverviewInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const PostmarkGetOutboundOverviewOutput: z.ZodObject<{
|
|
6
|
+
Sent: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
Opens: z.ZodNullable<z.ZodNumber>;
|
|
8
|
+
Bounced: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
Tracked: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
BounceRate: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
TotalClicks: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
UniqueOpens: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
SMTPApiErrors: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
SpamComplaints: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
WithLinkTracking: z.ZodNullable<z.ZodNumber>;
|
|
16
|
+
WithOpenTracking: z.ZodNullable<z.ZodNumber>;
|
|
17
|
+
SpamComplaintsRate: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
UniqueLinksClicked: z.ZodNullable<z.ZodNumber>;
|
|
19
|
+
WithClientRecorded: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
WithPlatformRecorded: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
WithReadTimeRecorded: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
TotalTrackedLinksSent: z.ZodNullable<z.ZodNumber>;
|
|
23
|
+
}, z.core.$loose>;
|
|
24
|
+
declare const postmarkGetOutboundOverview: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
25
|
//#endregion
|
|
8
26
|
export { postmarkGetOutboundOverview };
|
|
9
27
|
//# sourceMappingURL=get-outbound-overview.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-outbound-overview.d.mts","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"get-outbound-overview.d.mts","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAoBjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -6,24 +6,24 @@ const postmarkGetOutboundOverview = action("POSTMARK_GET_OUTBOUND_OVERVIEW", {
|
|
|
6
6
|
description: "Tool to retrieve outbound email statistics overview. Use when you need aggregated outbound metrics after sending emails.",
|
|
7
7
|
input: z.object({}).describe("Empty request model for retrieving outbound overview statistics."),
|
|
8
8
|
output: z.object({
|
|
9
|
-
Sent: z.number().int().describe("Number of messages sent"),
|
|
10
|
-
Opens: z.number().int().describe("Number of message opens"),
|
|
11
|
-
Bounced: z.number().int().describe("Number of messages bounced"),
|
|
12
|
-
Tracked: z.number().int().describe("Number of tracked emails"),
|
|
13
|
-
BounceRate: z.number().describe("Bounce rate as percentage"),
|
|
14
|
-
TotalClicks: z.number().int().describe("Total number of link clicks"),
|
|
15
|
-
UniqueOpens: z.number().int().describe("Number of unique message opens"),
|
|
16
|
-
SMTPApiErrors: z.number().int().describe("Number of SMTP API errors encountered"),
|
|
17
|
-
SpamComplaints: z.number().int().describe("Number of spam complaints"),
|
|
18
|
-
WithLinkTracking: z.number().int().describe("Number of emails with link tracking"),
|
|
19
|
-
WithOpenTracking: z.number().int().describe("Number of emails with open tracking"),
|
|
20
|
-
SpamComplaintsRate: z.number().describe("Spam complaint rate as percentage"),
|
|
21
|
-
UniqueLinksClicked: z.number().int().describe("Number of unique links clicked"),
|
|
22
|
-
WithClientRecorded: z.number().int().describe("Number of emails with client recorded"),
|
|
23
|
-
WithPlatformRecorded: z.number().int().describe("Number of emails with platform recorded"),
|
|
24
|
-
WithReadTimeRecorded: z.number().int().describe("Number of emails with read time recorded"),
|
|
25
|
-
TotalTrackedLinksSent: z.number().int().describe("Total number of tracked links sent")
|
|
26
|
-
}).describe("Response model for outbound overview statistics, including counts, rates, and tracking data.")
|
|
9
|
+
Sent: z.number().int().describe("Number of messages sent").nullable(),
|
|
10
|
+
Opens: z.number().int().describe("Number of message opens").nullable(),
|
|
11
|
+
Bounced: z.number().int().describe("Number of messages bounced").nullable(),
|
|
12
|
+
Tracked: z.number().int().describe("Number of tracked emails").nullable(),
|
|
13
|
+
BounceRate: z.number().describe("Bounce rate as percentage").nullable(),
|
|
14
|
+
TotalClicks: z.number().int().describe("Total number of link clicks").nullable(),
|
|
15
|
+
UniqueOpens: z.number().int().describe("Number of unique message opens").nullable(),
|
|
16
|
+
SMTPApiErrors: z.number().int().describe("Number of SMTP API errors encountered").nullable(),
|
|
17
|
+
SpamComplaints: z.number().int().describe("Number of spam complaints").nullable(),
|
|
18
|
+
WithLinkTracking: z.number().int().describe("Number of emails with link tracking").nullable(),
|
|
19
|
+
WithOpenTracking: z.number().int().describe("Number of emails with open tracking").nullable(),
|
|
20
|
+
SpamComplaintsRate: z.number().describe("Spam complaint rate as percentage").nullable(),
|
|
21
|
+
UniqueLinksClicked: z.number().int().describe("Number of unique links clicked").nullable(),
|
|
22
|
+
WithClientRecorded: z.number().int().describe("Number of emails with client recorded").nullable(),
|
|
23
|
+
WithPlatformRecorded: z.number().int().describe("Number of emails with platform recorded").nullable(),
|
|
24
|
+
WithReadTimeRecorded: z.number().int().describe("Number of emails with read time recorded").nullable(),
|
|
25
|
+
TotalTrackedLinksSent: z.number().int().describe("Total number of tracked links sent").nullable()
|
|
26
|
+
}).passthrough().describe("Response model for outbound overview statistics, including counts, rates, and tracking data.")
|
|
27
27
|
});
|
|
28
28
|
//#endregion
|
|
29
29
|
export { postmarkGetOutboundOverview };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-outbound-overview.mjs","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOutboundOverviewInput
|
|
1
|
+
{"version":3,"file":"get-outbound-overview.mjs","names":[],"sources":["../../src/actions/get-outbound-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOutboundOverviewInput = z.object({}).describe(\"Empty request model for retrieving outbound overview statistics.\");\nexport const PostmarkGetOutboundOverviewOutput = z.object({\n Sent: z.number().int().describe(\"Number of messages sent\").nullable(),\n Opens: z.number().int().describe(\"Number of message opens\").nullable(),\n Bounced: z.number().int().describe(\"Number of messages bounced\").nullable(),\n Tracked: z.number().int().describe(\"Number of tracked emails\").nullable(),\n BounceRate: z.number().describe(\"Bounce rate as percentage\").nullable(),\n TotalClicks: z.number().int().describe(\"Total number of link clicks\").nullable(),\n UniqueOpens: z.number().int().describe(\"Number of unique message opens\").nullable(),\n SMTPApiErrors: z.number().int().describe(\"Number of SMTP API errors encountered\").nullable(),\n SpamComplaints: z.number().int().describe(\"Number of spam complaints\").nullable(),\n WithLinkTracking: z.number().int().describe(\"Number of emails with link tracking\").nullable(),\n WithOpenTracking: z.number().int().describe(\"Number of emails with open tracking\").nullable(),\n SpamComplaintsRate: z.number().describe(\"Spam complaint rate as percentage\").nullable(),\n UniqueLinksClicked: z.number().int().describe(\"Number of unique links clicked\").nullable(),\n WithClientRecorded: z.number().int().describe(\"Number of emails with client recorded\").nullable(),\n WithPlatformRecorded: z.number().int().describe(\"Number of emails with platform recorded\").nullable(),\n WithReadTimeRecorded: z.number().int().describe(\"Number of emails with read time recorded\").nullable(),\n TotalTrackedLinksSent: z.number().int().describe(\"Total number of tracked links sent\").nullable(),\n}).passthrough().describe(\"Response model for outbound overview statistics, including counts, rates, and tracking data.\");\n\nexport const postmarkGetOutboundOverview = action(\"POSTMARK_GET_OUTBOUND_OVERVIEW\", {\n slug: \"postmark-get-outbound-overview\",\n name: \"Get Outbound Overview\",\n description: \"Tool to retrieve outbound email statistics overview. Use when you need aggregated outbound metrics after sending emails.\",\n input: PostmarkGetOutboundOverviewInput,\n output: PostmarkGetOutboundOverviewOutput,\n});\n"],"mappings":";;AAyBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzB8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAyB7D;CACP,QAzB+C,EAAE,OAAO;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EAClF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC3F,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChF,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC5F,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC5F,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACtF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACzF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAChG,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACpG,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACrG,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8FAOhB;AACV,CAAC"}
|
|
@@ -7,13 +7,13 @@ const PostmarkGetSentCountsInput = zod.z.object({
|
|
|
7
7
|
fromdate: zod.z.string().describe("Start date for stats range in YYYY-MM-DD format. If not provided, defaults to 30 days ago.").optional()
|
|
8
8
|
}).describe("Request model for GetSentCounts action with optional date and tag filters.");
|
|
9
9
|
const PostmarkGetSentCounts_DaySentCountSchema = zod.z.object({
|
|
10
|
-
Date: zod.z.string().describe("Date in YYYY-MM-DD format."),
|
|
11
|
-
Sent: zod.z.number().int().describe("Number of emails sent on this date.")
|
|
12
|
-
}).describe("Daily breakdown of sent email counts.");
|
|
10
|
+
Date: zod.z.string().describe("Date in YYYY-MM-DD format.").nullable(),
|
|
11
|
+
Sent: zod.z.number().int().describe("Number of emails sent on this date.").nullable()
|
|
12
|
+
}).passthrough().describe("Daily breakdown of sent email counts.");
|
|
13
13
|
const PostmarkGetSentCountsOutput = zod.z.object({
|
|
14
14
|
Days: zod.z.array(PostmarkGetSentCounts_DaySentCountSchema).describe("List of sent counts by day. Days without sends are omitted.").nullable().optional(),
|
|
15
15
|
Sent: zod.z.number().int().default(0).describe("Total number of emails sent across all days in the period.").nullable().optional()
|
|
16
|
-
}).describe("Response model for GetSentCounts action containing daily and total sent counts.");
|
|
16
|
+
}).passthrough().describe("Response model for GetSentCounts action containing daily and total sent counts.");
|
|
17
17
|
const postmarkGetSentCounts = require_action.action("POSTMARK_GET_SENT_COUNTS", {
|
|
18
18
|
slug: "postmark-get-sent-counts",
|
|
19
19
|
name: "Get Sent Counts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-sent-counts.cjs","names":["z","action"],"sources":["../../src/actions/get-sent-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSentCountsInput
|
|
1
|
+
{"version":3,"file":"get-sent-counts.cjs","names":["z","action"],"sources":["../../src/actions/get-sent-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSentCountsInput = z.object({\n tag: z.string().describe(\"Filter by specific tag to get sent counts for emails with that tag.\").optional(),\n todate: z.string().describe(\"End date for stats range in YYYY-MM-DD format. If not provided, defaults to today.\").optional(),\n fromdate: z.string().describe(\"Start date for stats range in YYYY-MM-DD format. If not provided, defaults to 30 days ago.\").optional(),\n}).describe(\"Request model for GetSentCounts action with optional date and tag filters.\");\nconst PostmarkGetSentCounts_DaySentCountSchema = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format.\").nullable(),\n Sent: z.number().int().describe(\"Number of emails sent on this date.\").nullable(),\n}).passthrough().describe(\"Daily breakdown of sent email counts.\");\nexport const PostmarkGetSentCountsOutput = z.object({\n Days: z.array(PostmarkGetSentCounts_DaySentCountSchema).describe(\"List of sent counts by day. Days without sends are omitted.\").nullable().optional(),\n Sent: z.number().int().default(0).describe(\"Total number of emails sent across all days in the period.\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetSentCounts action containing daily and total sent counts.\");\n\nexport const postmarkGetSentCounts = action(\"POSTMARK_GET_SENT_COUNTS\", {\n slug: \"postmark-get-sent-counts\",\n name: \"Get Sent Counts\",\n description: \"Tool to retrieve total count of emails sent out. Use when you need per-day and total sent statistics for a specified period.\",\n input: PostmarkGetSentCountsInput,\n output: PostmarkGetSentCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAC3H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iFAAiF;AAE3G,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-sent-counts.d.ts
|
|
4
|
-
declare const PostmarkGetSentCountsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetSentCountsInput: z.ZodObject<{
|
|
5
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6
|
+
todate: z.ZodOptional<z.ZodString>;
|
|
7
|
+
fromdate: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const PostmarkGetSentCountsOutput: z.ZodObject<{
|
|
10
|
+
Days: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
Date: z.ZodNullable<z.ZodString>;
|
|
12
|
+
Sent: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$loose>>>>;
|
|
14
|
+
Sent: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const postmarkGetSentCounts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
tag?: string | undefined;
|
|
18
|
+
todate?: string | undefined;
|
|
19
|
+
fromdate?: string | undefined;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { postmarkGetSentCounts };
|
|
9
23
|
//# sourceMappingURL=get-sent-counts.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-sent-counts.d.cts","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-sent-counts.d.cts","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAS1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAK3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-sent-counts.d.ts
|
|
4
|
-
declare const PostmarkGetSentCountsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetSentCountsInput: z.ZodObject<{
|
|
5
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6
|
+
todate: z.ZodOptional<z.ZodString>;
|
|
7
|
+
fromdate: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const PostmarkGetSentCountsOutput: z.ZodObject<{
|
|
10
|
+
Days: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
Date: z.ZodNullable<z.ZodString>;
|
|
12
|
+
Sent: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$loose>>>>;
|
|
14
|
+
Sent: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const postmarkGetSentCounts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
tag?: string | undefined;
|
|
18
|
+
todate?: string | undefined;
|
|
19
|
+
fromdate?: string | undefined;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { postmarkGetSentCounts };
|
|
9
23
|
//# sourceMappingURL=get-sent-counts.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-sent-counts.d.mts","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-sent-counts.d.mts","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAS1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAK3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -7,9 +7,9 @@ const PostmarkGetSentCountsInput = z.object({
|
|
|
7
7
|
fromdate: z.string().describe("Start date for stats range in YYYY-MM-DD format. If not provided, defaults to 30 days ago.").optional()
|
|
8
8
|
}).describe("Request model for GetSentCounts action with optional date and tag filters.");
|
|
9
9
|
const PostmarkGetSentCounts_DaySentCountSchema = z.object({
|
|
10
|
-
Date: z.string().describe("Date in YYYY-MM-DD format."),
|
|
11
|
-
Sent: z.number().int().describe("Number of emails sent on this date.")
|
|
12
|
-
}).describe("Daily breakdown of sent email counts.");
|
|
10
|
+
Date: z.string().describe("Date in YYYY-MM-DD format.").nullable(),
|
|
11
|
+
Sent: z.number().int().describe("Number of emails sent on this date.").nullable()
|
|
12
|
+
}).passthrough().describe("Daily breakdown of sent email counts.");
|
|
13
13
|
const postmarkGetSentCounts = action("POSTMARK_GET_SENT_COUNTS", {
|
|
14
14
|
slug: "postmark-get-sent-counts",
|
|
15
15
|
name: "Get Sent Counts",
|
|
@@ -18,7 +18,7 @@ const postmarkGetSentCounts = action("POSTMARK_GET_SENT_COUNTS", {
|
|
|
18
18
|
output: z.object({
|
|
19
19
|
Days: z.array(PostmarkGetSentCounts_DaySentCountSchema).describe("List of sent counts by day. Days without sends are omitted.").nullable().optional(),
|
|
20
20
|
Sent: z.number().int().default(0).describe("Total number of emails sent across all days in the period.").nullable().optional()
|
|
21
|
-
}).describe("Response model for GetSentCounts action containing daily and total sent counts.")
|
|
21
|
+
}).passthrough().describe("Response model for GetSentCounts action containing daily and total sent counts.")
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
24
24
|
export { postmarkGetSentCounts };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-sent-counts.mjs","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSentCountsInput
|
|
1
|
+
{"version":3,"file":"get-sent-counts.mjs","names":[],"sources":["../../src/actions/get-sent-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSentCountsInput = z.object({\n tag: z.string().describe(\"Filter by specific tag to get sent counts for emails with that tag.\").optional(),\n todate: z.string().describe(\"End date for stats range in YYYY-MM-DD format. If not provided, defaults to today.\").optional(),\n fromdate: z.string().describe(\"Start date for stats range in YYYY-MM-DD format. If not provided, defaults to 30 days ago.\").optional(),\n}).describe(\"Request model for GetSentCounts action with optional date and tag filters.\");\nconst PostmarkGetSentCounts_DaySentCountSchema = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format.\").nullable(),\n Sent: z.number().int().describe(\"Number of emails sent on this date.\").nullable(),\n}).passthrough().describe(\"Daily breakdown of sent email counts.\");\nexport const PostmarkGetSentCountsOutput = z.object({\n Days: z.array(PostmarkGetSentCounts_DaySentCountSchema).describe(\"List of sent counts by day. Days without sends are omitted.\").nullable().optional(),\n Sent: z.number().int().default(0).describe(\"Total number of emails sent across all days in the period.\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetSentCounts action containing daily and total sent counts.\");\n\nexport const postmarkGetSentCounts = action(\"POSTMARK_GET_SENT_COUNTS\", {\n slug: \"postmark-get-sent-counts\",\n name: \"Get Sent Counts\",\n description: \"Tool to retrieve total count of emails sent out. Use when you need per-day and total sent statistics for a specified period.\",\n input: PostmarkGetSentCountsInput,\n output: PostmarkGetSentCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAC3H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,2CAA2C,EAAE,OAAO;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAMjE,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyC,EAAE,OAAO;EAClD,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iFAOhB;AACV,CAAC"}
|
|
@@ -3,14 +3,14 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/get-server.ts
|
|
4
4
|
const PostmarkGetServerInput = zod.z.object({}).describe("Empty request model for retrieving server details.");
|
|
5
5
|
const PostmarkGetServerOutput = zod.z.object({
|
|
6
|
-
ID: zod.z.number().int().describe("The unique ID of the server."),
|
|
7
|
-
Name: zod.z.string().describe("The server's name."),
|
|
8
|
-
Color: zod.z.string().describe("UI color assigned to the server."),
|
|
6
|
+
ID: zod.z.number().int().describe("The unique ID of the server.").nullable(),
|
|
7
|
+
Name: zod.z.string().describe("The server's name.").nullable(),
|
|
8
|
+
Color: zod.z.string().describe("UI color assigned to the server.").nullable(),
|
|
9
9
|
ApiTokens: zod.z.array(zod.z.string()).describe("List of API tokens for this server."),
|
|
10
10
|
SmtpPorts: zod.z.array(zod.z.number().int()).describe("List of supported SMTP ports.").nullable().optional(),
|
|
11
|
-
ServerLink: zod.z.string().describe("Direct link to this server in Postmark admin."),
|
|
12
|
-
TrackLinks: zod.z.string().describe("Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly')."),
|
|
13
|
-
TrackOpens: zod.z.boolean().describe("Whether open tracking is enabled."),
|
|
11
|
+
ServerLink: zod.z.string().describe("Direct link to this server in Postmark admin.").nullable(),
|
|
12
|
+
TrackLinks: zod.z.string().describe("Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly').").nullable(),
|
|
13
|
+
TrackOpens: zod.z.boolean().describe("Whether open tracking is enabled.").nullable(),
|
|
14
14
|
InboundHash: zod.z.string().describe("Hash for inbound domain.").nullable().optional(),
|
|
15
15
|
OpenHookUrl: zod.z.string().describe("Open webhook URL.").nullable().optional(),
|
|
16
16
|
ClickHookUrl: zod.z.string().describe("Click webhook URL.").nullable().optional(),
|
|
@@ -21,15 +21,15 @@ const PostmarkGetServerOutput = zod.z.object({
|
|
|
21
21
|
InboundHookUrl: zod.z.string().describe("Inbound webhook URL for incoming messages.").nullable().optional(),
|
|
22
22
|
BroadcastStream: zod.z.string().describe("Identifier for the broadcast stream.").nullable().optional(),
|
|
23
23
|
DeliveryHookUrl: zod.z.string().describe("Delivery webhook URL.").nullable().optional(),
|
|
24
|
-
RawEmailEnabled: zod.z.boolean().describe("True if Raw Email API is enabled."),
|
|
25
|
-
SmtpApiActivated: zod.z.boolean().describe("True if SMTP API is enabled."),
|
|
26
|
-
PostFirstOpenOnly: zod.z.boolean().describe("True if only first open events are delivered."),
|
|
24
|
+
RawEmailEnabled: zod.z.boolean().describe("True if Raw Email API is enabled.").nullable(),
|
|
25
|
+
SmtpApiActivated: zod.z.boolean().describe("True if SMTP API is enabled.").nullable(),
|
|
26
|
+
PostFirstOpenOnly: zod.z.boolean().describe("True if only first open events are delivered.").nullable(),
|
|
27
27
|
TransactionalStream: zod.z.string().describe("Identifier for the transactional stream.").nullable().optional(),
|
|
28
|
-
InboundSpamThreshold: zod.z.number().int().describe("Spam threshold for inbound emails."),
|
|
28
|
+
InboundSpamThreshold: zod.z.number().int().describe("Spam threshold for inbound emails.").nullable(),
|
|
29
29
|
DeliveryHookAuthToken: zod.z.string().describe("Auth token for the delivery webhook.").nullable().optional(),
|
|
30
|
-
EnableSmtpApiErrorHooks: zod.z.boolean().describe("Enable SMTP API error webhooks."),
|
|
31
|
-
IncludeBounceContentInHook: zod.z.boolean().describe("Include full bounce payload in bounce webhook.")
|
|
32
|
-
}).describe("Response model for GET /server endpoint, representing server configuration.");
|
|
30
|
+
EnableSmtpApiErrorHooks: zod.z.boolean().describe("Enable SMTP API error webhooks.").nullable(),
|
|
31
|
+
IncludeBounceContentInHook: zod.z.boolean().describe("Include full bounce payload in bounce webhook.").nullable()
|
|
32
|
+
}).passthrough().describe("Response model for GET /server endpoint, representing server configuration.");
|
|
33
33
|
const postmarkGetServer = require_action.action("POSTMARK_GET_SERVER", {
|
|
34
34
|
slug: "postmark-get-server",
|
|
35
35
|
name: "Get Server",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-server.cjs","names":["z","action"],"sources":["../../src/actions/get-server.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetServerInput
|
|
1
|
+
{"version":3,"file":"get-server.cjs","names":["z","action"],"sources":["../../src/actions/get-server.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetServerInput = z.object({}).describe(\"Empty request model for retrieving server details.\");\nexport const PostmarkGetServerOutput = z.object({\n ID: z.number().int().describe(\"The unique ID of the server.\").nullable(),\n Name: z.string().describe(\"The server's name.\").nullable(),\n Color: z.string().describe(\"UI color assigned to the server.\").nullable(),\n ApiTokens: z.array(z.string()).describe(\"List of API tokens for this server.\"),\n SmtpPorts: z.array(z.number().int()).describe(\"List of supported SMTP ports.\").nullable().optional(),\n ServerLink: z.string().describe(\"Direct link to this server in Postmark admin.\").nullable(),\n TrackLinks: z.string().describe(\"Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly').\").nullable(),\n TrackOpens: z.boolean().describe(\"Whether open tracking is enabled.\").nullable(),\n InboundHash: z.string().describe(\"Hash for inbound domain.\").nullable().optional(),\n OpenHookUrl: z.string().describe(\"Open webhook URL.\").nullable().optional(),\n ClickHookUrl: z.string().describe(\"Click webhook URL.\").nullable().optional(),\n DeliveryType: z.string().describe(\"Server delivery type (e.g., 'Live', 'Sandbox').\").nullable().optional(),\n BounceHookUrl: z.string().describe(\"Bounce webhook URL.\").nullable().optional(),\n InboundDomain: z.string().describe(\"Custom inbound domain.\").nullable().optional(),\n InboundAddress: z.string().describe(\"Inbound email address for the server.\").nullable().optional(),\n InboundHookUrl: z.string().describe(\"Inbound webhook URL for incoming messages.\").nullable().optional(),\n BroadcastStream: z.string().describe(\"Identifier for the broadcast stream.\").nullable().optional(),\n DeliveryHookUrl: z.string().describe(\"Delivery webhook URL.\").nullable().optional(),\n RawEmailEnabled: z.boolean().describe(\"True if Raw Email API is enabled.\").nullable(),\n SmtpApiActivated: z.boolean().describe(\"True if SMTP API is enabled.\").nullable(),\n PostFirstOpenOnly: z.boolean().describe(\"True if only first open events are delivered.\").nullable(),\n TransactionalStream: z.string().describe(\"Identifier for the transactional stream.\").nullable().optional(),\n InboundSpamThreshold: z.number().int().describe(\"Spam threshold for inbound emails.\").nullable(),\n DeliveryHookAuthToken: z.string().describe(\"Auth token for the delivery webhook.\").nullable().optional(),\n EnableSmtpApiErrorHooks: z.boolean().describe(\"Enable SMTP API error webhooks.\").nullable(),\n IncludeBounceContentInHook: z.boolean().describe(\"Include full bounce payload in bounce webhook.\").nullable(),\n}).passthrough().describe(\"Response model for GET /server endpoint, representing server configuration.\");\n\nexport const postmarkGetServer = action(\"POSTMARK_GET_SERVER\", {\n slug: \"postmark-get-server\",\n name: \"Get Server\",\n description: \"Tool to retrieve details of the current Postmark server. Use when you need to inspect server configuration (webhooks, tracking, tokens, etc.) before other operations.\",\n input: PostmarkGetServerInput,\n output: PostmarkGetServerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChH,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;CAC7E,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpF,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAChF,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAClG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC/F,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,yBAAyBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1F,4BAA4BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6EAA6E;AAEvG,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-server.d.ts
|
|
4
|
-
declare const PostmarkGetServerInput: z.
|
|
5
|
-
declare const PostmarkGetServerOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetServerInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const PostmarkGetServerOutput: z.ZodObject<{
|
|
6
|
+
ID: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
8
|
+
Color: z.ZodNullable<z.ZodString>;
|
|
9
|
+
ApiTokens: z.ZodArray<z.ZodString>;
|
|
10
|
+
SmtpPorts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
11
|
+
ServerLink: z.ZodNullable<z.ZodString>;
|
|
12
|
+
TrackLinks: z.ZodNullable<z.ZodString>;
|
|
13
|
+
TrackOpens: z.ZodNullable<z.ZodBoolean>;
|
|
14
|
+
InboundHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
OpenHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
ClickHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
DeliveryType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
BounceHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
InboundDomain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
InboundAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
InboundHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
BroadcastStream: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
DeliveryHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
RawEmailEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
25
|
+
SmtpApiActivated: z.ZodNullable<z.ZodBoolean>;
|
|
26
|
+
PostFirstOpenOnly: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
TransactionalStream: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
InboundSpamThreshold: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
DeliveryHookAuthToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
EnableSmtpApiErrorHooks: z.ZodNullable<z.ZodBoolean>;
|
|
31
|
+
IncludeBounceContentInHook: z.ZodNullable<z.ZodBoolean>;
|
|
32
|
+
}, z.core.$loose>;
|
|
33
|
+
declare const postmarkGetServer: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
34
|
//#endregion
|
|
8
35
|
export { postmarkGetServer };
|
|
9
36
|
//# sourceMappingURL=get-server.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-server.d.cts","names":[],"sources":["../../src/actions/get-server.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"get-server.d.cts","names":[],"sources":["../../src/actions/get-server.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6BvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-server.d.ts
|
|
4
|
-
declare const PostmarkGetServerInput: z.
|
|
5
|
-
declare const PostmarkGetServerOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetServerInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const PostmarkGetServerOutput: z.ZodObject<{
|
|
6
|
+
ID: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
8
|
+
Color: z.ZodNullable<z.ZodString>;
|
|
9
|
+
ApiTokens: z.ZodArray<z.ZodString>;
|
|
10
|
+
SmtpPorts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
11
|
+
ServerLink: z.ZodNullable<z.ZodString>;
|
|
12
|
+
TrackLinks: z.ZodNullable<z.ZodString>;
|
|
13
|
+
TrackOpens: z.ZodNullable<z.ZodBoolean>;
|
|
14
|
+
InboundHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
OpenHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
ClickHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
DeliveryType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
BounceHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
InboundDomain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
InboundAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
InboundHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
BroadcastStream: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
DeliveryHookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
RawEmailEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
25
|
+
SmtpApiActivated: z.ZodNullable<z.ZodBoolean>;
|
|
26
|
+
PostFirstOpenOnly: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
TransactionalStream: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
InboundSpamThreshold: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
DeliveryHookAuthToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
EnableSmtpApiErrorHooks: z.ZodNullable<z.ZodBoolean>;
|
|
31
|
+
IncludeBounceContentInHook: z.ZodNullable<z.ZodBoolean>;
|
|
32
|
+
}, z.core.$loose>;
|
|
33
|
+
declare const postmarkGetServer: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
34
|
//#endregion
|
|
8
35
|
export { postmarkGetServer };
|
|
9
36
|
//# sourceMappingURL=get-server.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-server.d.mts","names":[],"sources":["../../src/actions/get-server.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"get-server.d.mts","names":[],"sources":["../../src/actions/get-server.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6BvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -6,14 +6,14 @@ const postmarkGetServer = action("POSTMARK_GET_SERVER", {
|
|
|
6
6
|
description: "Tool to retrieve details of the current Postmark server. Use when you need to inspect server configuration (webhooks, tracking, tokens, etc.) before other operations.",
|
|
7
7
|
input: z.object({}).describe("Empty request model for retrieving server details."),
|
|
8
8
|
output: z.object({
|
|
9
|
-
ID: z.number().int().describe("The unique ID of the server."),
|
|
10
|
-
Name: z.string().describe("The server's name."),
|
|
11
|
-
Color: z.string().describe("UI color assigned to the server."),
|
|
9
|
+
ID: z.number().int().describe("The unique ID of the server.").nullable(),
|
|
10
|
+
Name: z.string().describe("The server's name.").nullable(),
|
|
11
|
+
Color: z.string().describe("UI color assigned to the server.").nullable(),
|
|
12
12
|
ApiTokens: z.array(z.string()).describe("List of API tokens for this server."),
|
|
13
13
|
SmtpPorts: z.array(z.number().int()).describe("List of supported SMTP ports.").nullable().optional(),
|
|
14
|
-
ServerLink: z.string().describe("Direct link to this server in Postmark admin."),
|
|
15
|
-
TrackLinks: z.string().describe("Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly')."),
|
|
16
|
-
TrackOpens: z.boolean().describe("Whether open tracking is enabled."),
|
|
14
|
+
ServerLink: z.string().describe("Direct link to this server in Postmark admin.").nullable(),
|
|
15
|
+
TrackLinks: z.string().describe("Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly').").nullable(),
|
|
16
|
+
TrackOpens: z.boolean().describe("Whether open tracking is enabled.").nullable(),
|
|
17
17
|
InboundHash: z.string().describe("Hash for inbound domain.").nullable().optional(),
|
|
18
18
|
OpenHookUrl: z.string().describe("Open webhook URL.").nullable().optional(),
|
|
19
19
|
ClickHookUrl: z.string().describe("Click webhook URL.").nullable().optional(),
|
|
@@ -24,15 +24,15 @@ const postmarkGetServer = action("POSTMARK_GET_SERVER", {
|
|
|
24
24
|
InboundHookUrl: z.string().describe("Inbound webhook URL for incoming messages.").nullable().optional(),
|
|
25
25
|
BroadcastStream: z.string().describe("Identifier for the broadcast stream.").nullable().optional(),
|
|
26
26
|
DeliveryHookUrl: z.string().describe("Delivery webhook URL.").nullable().optional(),
|
|
27
|
-
RawEmailEnabled: z.boolean().describe("True if Raw Email API is enabled."),
|
|
28
|
-
SmtpApiActivated: z.boolean().describe("True if SMTP API is enabled."),
|
|
29
|
-
PostFirstOpenOnly: z.boolean().describe("True if only first open events are delivered."),
|
|
27
|
+
RawEmailEnabled: z.boolean().describe("True if Raw Email API is enabled.").nullable(),
|
|
28
|
+
SmtpApiActivated: z.boolean().describe("True if SMTP API is enabled.").nullable(),
|
|
29
|
+
PostFirstOpenOnly: z.boolean().describe("True if only first open events are delivered.").nullable(),
|
|
30
30
|
TransactionalStream: z.string().describe("Identifier for the transactional stream.").nullable().optional(),
|
|
31
|
-
InboundSpamThreshold: z.number().int().describe("Spam threshold for inbound emails."),
|
|
31
|
+
InboundSpamThreshold: z.number().int().describe("Spam threshold for inbound emails.").nullable(),
|
|
32
32
|
DeliveryHookAuthToken: z.string().describe("Auth token for the delivery webhook.").nullable().optional(),
|
|
33
|
-
EnableSmtpApiErrorHooks: z.boolean().describe("Enable SMTP API error webhooks."),
|
|
34
|
-
IncludeBounceContentInHook: z.boolean().describe("Include full bounce payload in bounce webhook.")
|
|
35
|
-
}).describe("Response model for GET /server endpoint, representing server configuration.")
|
|
33
|
+
EnableSmtpApiErrorHooks: z.boolean().describe("Enable SMTP API error webhooks.").nullable(),
|
|
34
|
+
IncludeBounceContentInHook: z.boolean().describe("Include full bounce payload in bounce webhook.").nullable()
|
|
35
|
+
}).passthrough().describe("Response model for GET /server endpoint, representing server configuration.")
|
|
36
36
|
});
|
|
37
37
|
//#endregion
|
|
38
38
|
export { postmarkGetServer };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-server.mjs","names":[],"sources":["../../src/actions/get-server.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetServerInput
|
|
1
|
+
{"version":3,"file":"get-server.mjs","names":[],"sources":["../../src/actions/get-server.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetServerInput = z.object({}).describe(\"Empty request model for retrieving server details.\");\nexport const PostmarkGetServerOutput = z.object({\n ID: z.number().int().describe(\"The unique ID of the server.\").nullable(),\n Name: z.string().describe(\"The server's name.\").nullable(),\n Color: z.string().describe(\"UI color assigned to the server.\").nullable(),\n ApiTokens: z.array(z.string()).describe(\"List of API tokens for this server.\"),\n SmtpPorts: z.array(z.number().int()).describe(\"List of supported SMTP ports.\").nullable().optional(),\n ServerLink: z.string().describe(\"Direct link to this server in Postmark admin.\").nullable(),\n TrackLinks: z.string().describe(\"Click tracking setting (e.g., 'None', 'HtmlAndText', 'HtmlOnly', 'TextOnly').\").nullable(),\n TrackOpens: z.boolean().describe(\"Whether open tracking is enabled.\").nullable(),\n InboundHash: z.string().describe(\"Hash for inbound domain.\").nullable().optional(),\n OpenHookUrl: z.string().describe(\"Open webhook URL.\").nullable().optional(),\n ClickHookUrl: z.string().describe(\"Click webhook URL.\").nullable().optional(),\n DeliveryType: z.string().describe(\"Server delivery type (e.g., 'Live', 'Sandbox').\").nullable().optional(),\n BounceHookUrl: z.string().describe(\"Bounce webhook URL.\").nullable().optional(),\n InboundDomain: z.string().describe(\"Custom inbound domain.\").nullable().optional(),\n InboundAddress: z.string().describe(\"Inbound email address for the server.\").nullable().optional(),\n InboundHookUrl: z.string().describe(\"Inbound webhook URL for incoming messages.\").nullable().optional(),\n BroadcastStream: z.string().describe(\"Identifier for the broadcast stream.\").nullable().optional(),\n DeliveryHookUrl: z.string().describe(\"Delivery webhook URL.\").nullable().optional(),\n RawEmailEnabled: z.boolean().describe(\"True if Raw Email API is enabled.\").nullable(),\n SmtpApiActivated: z.boolean().describe(\"True if SMTP API is enabled.\").nullable(),\n PostFirstOpenOnly: z.boolean().describe(\"True if only first open events are delivered.\").nullable(),\n TransactionalStream: z.string().describe(\"Identifier for the transactional stream.\").nullable().optional(),\n InboundSpamThreshold: z.number().int().describe(\"Spam threshold for inbound emails.\").nullable(),\n DeliveryHookAuthToken: z.string().describe(\"Auth token for the delivery webhook.\").nullable().optional(),\n EnableSmtpApiErrorHooks: z.boolean().describe(\"Enable SMTP API error webhooks.\").nullable(),\n IncludeBounceContentInHook: z.boolean().describe(\"Include full bounce payload in bounce webhook.\").nullable(),\n}).passthrough().describe(\"Response model for GET /server endpoint, representing server configuration.\");\n\nexport const postmarkGetServer = action(\"POSTMARK_GET_SERVER\", {\n slug: \"postmark-get-server\",\n name: \"Get Server\",\n description: \"Tool to retrieve details of the current Postmark server. Use when you need to inspect server configuration (webhooks, tracking, tokens, etc.) before other operations.\",\n input: PostmarkGetServerInput,\n output: PostmarkGetServerOutput,\n});\n"],"mappings":";;AAkCA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlCoC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAkCnD;CACP,QAlCqC,EAAE,OAAO;EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;EACzD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACxE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;EAC7E,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC1H,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACpF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAChF,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAClG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC/F,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,yBAAyB,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC1F,4BAA4B,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6EAOhB;AACV,CAAC"}
|
|
@@ -7,13 +7,13 @@ const PostmarkGetSpamComplaintsInput = zod.z.object({
|
|
|
7
7
|
from_date: zod.z.string().describe("Filter stats starting from this date (YYYY-MM-DD format)").optional()
|
|
8
8
|
}).describe("Request model for GetSpamComplaints action. All parameters are optional filters.");
|
|
9
9
|
const PostmarkGetSpamComplaints_SpamComplaintDaySchema = zod.z.object({
|
|
10
|
-
Date: zod.z.string().describe("Date of the summary in YYYY-MM-DD format"),
|
|
11
|
-
SpamComplaint: zod.z.number().int().describe("Number of spam complaints on this date")
|
|
12
|
-
}).describe("Daily summary of spam complaints.");
|
|
10
|
+
Date: zod.z.string().describe("Date of the summary in YYYY-MM-DD format").nullable(),
|
|
11
|
+
SpamComplaint: zod.z.number().int().describe("Number of spam complaints on this date").nullable()
|
|
12
|
+
}).passthrough().describe("Daily summary of spam complaints.");
|
|
13
13
|
const PostmarkGetSpamComplaintsOutput = zod.z.object({
|
|
14
14
|
Days: zod.z.array(PostmarkGetSpamComplaints_SpamComplaintDaySchema).describe("List of daily spam complaint summaries").nullable().optional(),
|
|
15
15
|
SpamComplaint: zod.z.number().int().default(0).describe("Total number of spam complaints across the date range").nullable().optional()
|
|
16
|
-
}).describe("Aggregated spam complaint metrics.");
|
|
16
|
+
}).passthrough().describe("Aggregated spam complaint metrics.");
|
|
17
17
|
const postmarkGetSpamComplaints = require_action.action("POSTMARK_GET_SPAM_COMPLAINTS", {
|
|
18
18
|
slug: "postmark-get-spam-complaints",
|
|
19
19
|
name: "Get Spam Complaints",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-spam-complaints.cjs","names":["z","action"],"sources":["../../src/actions/get-spam-complaints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSpamComplaintsInput
|
|
1
|
+
{"version":3,"file":"get-spam-complaints.cjs","names":["z","action"],"sources":["../../src/actions/get-spam-complaints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetSpamComplaintsInput = z.object({\n tag: z.string().describe(\"Filter by tag associated with emails\").optional(),\n to_date: z.string().describe(\"Filter stats up to and including this date (YYYY-MM-DD format)\").optional(),\n from_date: z.string().describe(\"Filter stats starting from this date (YYYY-MM-DD format)\").optional(),\n}).describe(\"Request model for GetSpamComplaints action. All parameters are optional filters.\");\nconst PostmarkGetSpamComplaints_SpamComplaintDaySchema = z.object({\n Date: z.string().describe(\"Date of the summary in YYYY-MM-DD format\").nullable(),\n SpamComplaint: z.number().int().describe(\"Number of spam complaints on this date\").nullable(),\n}).passthrough().describe(\"Daily summary of spam complaints.\");\nexport const PostmarkGetSpamComplaintsOutput = z.object({\n Days: z.array(PostmarkGetSpamComplaints_SpamComplaintDaySchema).describe(\"List of daily spam complaint summaries\").nullable().optional(),\n SpamComplaint: z.number().int().default(0).describe(\"Total number of spam complaints across the date range\").nullable().optional(),\n}).passthrough().describe(\"Aggregated spam complaint metrics.\");\n\nexport const postmarkGetSpamComplaints = action(\"POSTMARK_GET_SPAM_COMPLAINTS\", {\n slug: \"postmark-get-spam-complaints\",\n name: \"Get Spam Complaints\",\n description: \"Tool to retrieve counts of spam complaints. Use when analyzing spam feedback trends after sending campaigns.\",\n input: PostmarkGetSpamComplaintsInput,\n output: PostmarkGetSpamComplaintsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACxG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAE9D,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-spam-complaints.d.ts
|
|
4
|
-
declare const PostmarkGetSpamComplaintsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const PostmarkGetSpamComplaintsInput: z.ZodObject<{
|
|
5
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6
|
+
to_date: z.ZodOptional<z.ZodString>;
|
|
7
|
+
from_date: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const PostmarkGetSpamComplaintsOutput: z.ZodObject<{
|
|
10
|
+
Days: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
Date: z.ZodNullable<z.ZodString>;
|
|
12
|
+
SpamComplaint: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$loose>>>>;
|
|
14
|
+
SpamComplaint: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const postmarkGetSpamComplaints: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
tag?: string | undefined;
|
|
18
|
+
to_date?: string | undefined;
|
|
19
|
+
from_date?: string | undefined;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { postmarkGetSpamComplaints };
|
|
9
23
|
//# sourceMappingURL=get-spam-complaints.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-spam-complaints.d.cts","names":[],"sources":["../../src/actions/get-spam-complaints.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"get-spam-complaints.d.cts","names":[],"sources":["../../src/actions/get-spam-complaints.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;cAS9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
|