@keystrokehq/resend 0.0.16 → 0.1.2
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 +11 -74
- 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/add-contact-to-segment.cjs +19 -0
- package/dist/actions/add-contact-to-segment.cjs.map +1 -0
- package/dist/actions/add-contact-to-segment.d.cts +17 -0
- package/dist/actions/add-contact-to-segment.d.cts.map +1 -0
- package/dist/actions/add-contact-to-segment.d.mts +17 -0
- package/dist/actions/add-contact-to-segment.d.mts.map +1 -0
- package/dist/actions/add-contact-to-segment.mjs +16 -0
- package/dist/actions/add-contact-to-segment.mjs.map +1 -0
- package/dist/actions/cancel-email.cjs +19 -0
- package/dist/actions/cancel-email.cjs.map +1 -0
- package/dist/actions/cancel-email.d.cts +16 -0
- package/dist/actions/cancel-email.d.cts.map +1 -0
- package/dist/actions/cancel-email.d.mts +16 -0
- package/dist/actions/cancel-email.d.mts.map +1 -0
- package/dist/actions/cancel-email.mjs +16 -0
- package/dist/actions/cancel-email.mjs.map +1 -0
- package/dist/actions/create-api-key.cjs +23 -0
- package/dist/actions/create-api-key.cjs.map +1 -0
- package/dist/actions/create-api-key.d.cts +23 -0
- package/dist/actions/create-api-key.d.cts.map +1 -0
- package/dist/actions/create-api-key.d.mts +23 -0
- package/dist/actions/create-api-key.d.mts.map +1 -0
- package/dist/actions/create-api-key.mjs +20 -0
- package/dist/actions/create-api-key.mjs.map +1 -0
- package/dist/actions/create-audience.cjs +20 -0
- package/dist/actions/create-audience.cjs.map +1 -0
- package/dist/actions/create-audience.d.cts +17 -0
- package/dist/actions/create-audience.d.cts.map +1 -0
- package/dist/actions/create-audience.d.mts +17 -0
- package/dist/actions/create-audience.d.mts.map +1 -0
- package/dist/actions/create-audience.mjs +17 -0
- package/dist/actions/create-audience.mjs.map +1 -0
- package/dist/actions/create-contact-property.cjs +23 -0
- package/dist/actions/create-contact-property.cjs.map +1 -0
- package/dist/actions/create-contact-property.d.cts +23 -0
- package/dist/actions/create-contact-property.d.cts.map +1 -0
- package/dist/actions/create-contact-property.d.mts +23 -0
- package/dist/actions/create-contact-property.d.mts.map +1 -0
- package/dist/actions/create-contact-property.mjs +20 -0
- package/dist/actions/create-contact-property.mjs.map +1 -0
- package/dist/actions/create-contact-v2.cjs +33 -0
- package/dist/actions/create-contact-v2.cjs.map +1 -0
- package/dist/actions/create-contact-v2.d.cts +47 -0
- package/dist/actions/create-contact-v2.d.cts.map +1 -0
- package/dist/actions/create-contact-v2.d.mts +47 -0
- package/dist/actions/create-contact-v2.d.mts.map +1 -0
- package/dist/actions/create-contact-v2.mjs +30 -0
- package/dist/actions/create-contact-v2.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +25 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +24 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +24 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +22 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-domain.cjs +45 -0
- package/dist/actions/create-domain.cjs.map +1 -0
- package/dist/actions/create-domain.d.cts +39 -0
- package/dist/actions/create-domain.d.cts.map +1 -0
- package/dist/actions/create-domain.d.mts +39 -0
- package/dist/actions/create-domain.d.mts.map +1 -0
- package/dist/actions/create-domain.mjs +44 -0
- package/dist/actions/create-domain.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 +41 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +41 -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-topic.cjs +24 -0
- package/dist/actions/create-topic.cjs.map +1 -0
- package/dist/actions/create-topic.d.cts +28 -0
- package/dist/actions/create-topic.d.cts.map +1 -0
- package/dist/actions/create-topic.d.mts +28 -0
- package/dist/actions/create-topic.d.mts.map +1 -0
- package/dist/actions/create-topic.mjs +21 -0
- package/dist/actions/create-topic.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +23 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +19 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +19 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +20 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-api-key.cjs +20 -0
- package/dist/actions/delete-api-key.cjs.map +1 -0
- package/dist/actions/delete-api-key.d.cts +17 -0
- package/dist/actions/delete-api-key.d.cts.map +1 -0
- package/dist/actions/delete-api-key.d.mts +17 -0
- package/dist/actions/delete-api-key.d.mts.map +1 -0
- package/dist/actions/delete-api-key.mjs +17 -0
- package/dist/actions/delete-api-key.mjs.map +1 -0
- package/dist/actions/delete-audience.cjs +19 -0
- package/dist/actions/delete-audience.cjs.map +1 -0
- package/dist/actions/delete-audience.d.cts +16 -0
- package/dist/actions/delete-audience.d.cts.map +1 -0
- package/dist/actions/delete-audience.d.mts +16 -0
- package/dist/actions/delete-audience.d.mts.map +1 -0
- package/dist/actions/delete-audience.mjs +16 -0
- package/dist/actions/delete-audience.mjs.map +1 -0
- package/dist/actions/delete-contact-by-id.cjs +20 -0
- package/dist/actions/delete-contact-by-id.cjs.map +1 -0
- package/dist/actions/delete-contact-by-id.d.cts +17 -0
- package/dist/actions/delete-contact-by-id.d.cts.map +1 -0
- package/dist/actions/delete-contact-by-id.d.mts +17 -0
- package/dist/actions/delete-contact-by-id.d.mts.map +1 -0
- package/dist/actions/delete-contact-by-id.mjs +17 -0
- package/dist/actions/delete-contact-by-id.mjs.map +1 -0
- package/dist/actions/delete-contact-property.cjs +20 -0
- package/dist/actions/delete-contact-property.cjs.map +1 -0
- package/dist/actions/delete-contact-property.d.cts +17 -0
- package/dist/actions/delete-contact-property.d.cts.map +1 -0
- package/dist/actions/delete-contact-property.d.mts +17 -0
- package/dist/actions/delete-contact-property.d.mts.map +1 -0
- package/dist/actions/delete-contact-property.mjs +17 -0
- package/dist/actions/delete-contact-property.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +24 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +21 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +21 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +21 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-domain.cjs +20 -0
- package/dist/actions/delete-domain.cjs.map +1 -0
- package/dist/actions/delete-domain.d.cts +17 -0
- package/dist/actions/delete-domain.d.cts.map +1 -0
- package/dist/actions/delete-domain.d.mts +17 -0
- package/dist/actions/delete-domain.d.mts.map +1 -0
- package/dist/actions/delete-domain.mjs +17 -0
- package/dist/actions/delete-domain.mjs.map +1 -0
- package/dist/actions/delete-segment.cjs +20 -0
- package/dist/actions/delete-segment.cjs.map +1 -0
- package/dist/actions/delete-segment.d.cts +17 -0
- package/dist/actions/delete-segment.d.cts.map +1 -0
- package/dist/actions/delete-segment.d.mts +17 -0
- package/dist/actions/delete-segment.d.mts.map +1 -0
- package/dist/actions/delete-segment.mjs +17 -0
- package/dist/actions/delete-segment.mjs.map +1 -0
- package/dist/actions/delete-template.cjs +20 -0
- package/dist/actions/delete-template.cjs.map +1 -0
- package/dist/actions/delete-template.d.cts +17 -0
- package/dist/actions/delete-template.d.cts.map +1 -0
- package/dist/actions/delete-template.d.mts +17 -0
- package/dist/actions/delete-template.d.mts.map +1 -0
- package/dist/actions/delete-template.mjs +17 -0
- package/dist/actions/delete-template.mjs.map +1 -0
- package/dist/actions/delete-topic.cjs +20 -0
- package/dist/actions/delete-topic.cjs.map +1 -0
- package/dist/actions/delete-topic.d.cts +17 -0
- package/dist/actions/delete-topic.d.cts.map +1 -0
- package/dist/actions/delete-topic.d.mts +17 -0
- package/dist/actions/delete-topic.d.mts.map +1 -0
- package/dist/actions/delete-topic.mjs +17 -0
- package/dist/actions/delete-topic.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +20 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +17 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +17 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +17 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/duplicate-template.cjs +19 -0
- package/dist/actions/duplicate-template.cjs.map +1 -0
- package/dist/actions/duplicate-template.d.cts +16 -0
- package/dist/actions/duplicate-template.d.cts.map +1 -0
- package/dist/actions/duplicate-template.d.mts +16 -0
- package/dist/actions/duplicate-template.d.mts.map +1 -0
- package/dist/actions/duplicate-template.mjs +16 -0
- package/dist/actions/duplicate-template.mjs.map +1 -0
- package/dist/actions/get-contact-property.cjs +23 -0
- package/dist/actions/get-contact-property.cjs.map +1 -0
- package/dist/actions/get-contact-property.d.cts +20 -0
- package/dist/actions/get-contact-property.d.cts.map +1 -0
- package/dist/actions/get-contact-property.d.mts +20 -0
- package/dist/actions/get-contact-property.d.mts.map +1 -0
- package/dist/actions/get-contact-property.mjs +20 -0
- package/dist/actions/get-contact-property.mjs.map +1 -0
- package/dist/actions/get-contact.cjs +25 -0
- package/dist/actions/get-contact.cjs.map +1 -0
- package/dist/actions/get-contact.d.cts +22 -0
- package/dist/actions/get-contact.d.cts.map +1 -0
- package/dist/actions/get-contact.d.mts +22 -0
- package/dist/actions/get-contact.d.mts.map +1 -0
- package/dist/actions/get-contact.mjs +22 -0
- package/dist/actions/get-contact.mjs.map +1 -0
- package/dist/actions/get-email-attachment.cjs +30 -0
- package/dist/actions/get-email-attachment.cjs.map +1 -0
- package/dist/actions/get-email-attachment.d.cts +28 -0
- package/dist/actions/get-email-attachment.d.cts.map +1 -0
- package/dist/actions/get-email-attachment.d.mts +28 -0
- package/dist/actions/get-email-attachment.d.mts.map +1 -0
- package/dist/actions/get-email-attachment.mjs +29 -0
- package/dist/actions/get-email-attachment.mjs.map +1 -0
- package/dist/actions/get-segment.cjs +23 -0
- package/dist/actions/get-segment.cjs.map +1 -0
- package/dist/actions/get-segment.d.cts +20 -0
- package/dist/actions/get-segment.d.cts.map +1 -0
- package/dist/actions/get-segment.d.mts +20 -0
- package/dist/actions/get-segment.d.mts.map +1 -0
- package/dist/actions/get-segment.mjs +20 -0
- package/dist/actions/get-segment.mjs.map +1 -0
- package/dist/actions/get-template.cjs +47 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +40 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +40 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +46 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-topic.cjs +22 -0
- package/dist/actions/get-topic.cjs.map +1 -0
- package/dist/actions/get-topic.d.cts +19 -0
- package/dist/actions/get-topic.d.cts.map +1 -0
- package/dist/actions/get-topic.d.mts +19 -0
- package/dist/actions/get-topic.d.mts.map +1 -0
- package/dist/actions/get-topic.mjs +19 -0
- package/dist/actions/get-topic.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +24 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +21 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +21 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +21 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +125 -0
- package/dist/actions/index.d.cts +63 -0
- package/dist/actions/index.d.mts +63 -0
- package/dist/actions/index.mjs +63 -0
- package/dist/actions/list-all-contacts.cjs +32 -0
- package/dist/actions/list-all-contacts.cjs.map +1 -0
- package/dist/actions/list-all-contacts.d.cts +28 -0
- package/dist/actions/list-all-contacts.d.cts.map +1 -0
- package/dist/actions/list-all-contacts.d.mts +28 -0
- package/dist/actions/list-all-contacts.d.mts.map +1 -0
- package/dist/actions/list-all-contacts.mjs +31 -0
- package/dist/actions/list-all-contacts.mjs.map +1 -0
- package/dist/actions/list-api-keys.cjs +29 -0
- package/dist/actions/list-api-keys.cjs.map +1 -0
- package/dist/actions/list-api-keys.d.cts +25 -0
- package/dist/actions/list-api-keys.d.cts.map +1 -0
- package/dist/actions/list-api-keys.d.mts +25 -0
- package/dist/actions/list-api-keys.d.mts.map +1 -0
- package/dist/actions/list-api-keys.mjs +28 -0
- package/dist/actions/list-api-keys.mjs.map +1 -0
- package/dist/actions/list-audiences.cjs +29 -0
- package/dist/actions/list-audiences.cjs.map +1 -0
- package/dist/actions/list-audiences.d.cts +25 -0
- package/dist/actions/list-audiences.d.cts.map +1 -0
- package/dist/actions/list-audiences.d.mts +25 -0
- package/dist/actions/list-audiences.d.mts.map +1 -0
- package/dist/actions/list-audiences.mjs +28 -0
- package/dist/actions/list-audiences.mjs.map +1 -0
- package/dist/actions/list-broadcasts.cjs +32 -0
- package/dist/actions/list-broadcasts.cjs.map +1 -0
- package/dist/actions/list-broadcasts.d.cts +28 -0
- package/dist/actions/list-broadcasts.d.cts.map +1 -0
- package/dist/actions/list-broadcasts.d.mts +28 -0
- package/dist/actions/list-broadcasts.d.mts.map +1 -0
- package/dist/actions/list-broadcasts.mjs +31 -0
- package/dist/actions/list-broadcasts.mjs.map +1 -0
- package/dist/actions/list-contact-properties.cjs +31 -0
- package/dist/actions/list-contact-properties.cjs.map +1 -0
- package/dist/actions/list-contact-properties.d.cts +27 -0
- package/dist/actions/list-contact-properties.d.cts.map +1 -0
- package/dist/actions/list-contact-properties.d.mts +27 -0
- package/dist/actions/list-contact-properties.d.mts.map +1 -0
- package/dist/actions/list-contact-properties.mjs +30 -0
- package/dist/actions/list-contact-properties.mjs.map +1 -0
- package/dist/actions/list-contact-segments.cjs +30 -0
- package/dist/actions/list-contact-segments.cjs.map +1 -0
- package/dist/actions/list-contact-segments.d.cts +27 -0
- package/dist/actions/list-contact-segments.d.cts.map +1 -0
- package/dist/actions/list-contact-segments.d.mts +27 -0
- package/dist/actions/list-contact-segments.d.mts.map +1 -0
- package/dist/actions/list-contact-segments.mjs +29 -0
- package/dist/actions/list-contact-segments.mjs.map +1 -0
- package/dist/actions/list-contact-topics.cjs +31 -0
- package/dist/actions/list-contact-topics.cjs.map +1 -0
- package/dist/actions/list-contact-topics.d.cts +28 -0
- package/dist/actions/list-contact-topics.d.cts.map +1 -0
- package/dist/actions/list-contact-topics.d.mts +28 -0
- package/dist/actions/list-contact-topics.d.mts.map +1 -0
- package/dist/actions/list-contact-topics.mjs +30 -0
- package/dist/actions/list-contact-topics.mjs.map +1 -0
- package/dist/actions/list-contacts.cjs +33 -0
- package/dist/actions/list-contacts.cjs.map +1 -0
- package/dist/actions/list-contacts.d.cts +30 -0
- package/dist/actions/list-contacts.d.cts.map +1 -0
- package/dist/actions/list-contacts.d.mts +30 -0
- package/dist/actions/list-contacts.d.mts.map +1 -0
- package/dist/actions/list-contacts.mjs +32 -0
- package/dist/actions/list-contacts.mjs.map +1 -0
- package/dist/actions/list-domains.cjs +23 -0
- package/dist/actions/list-domains.cjs.map +1 -0
- package/dist/actions/list-domains.d.cts +17 -0
- package/dist/actions/list-domains.d.cts.map +1 -0
- package/dist/actions/list-domains.d.mts +17 -0
- package/dist/actions/list-domains.d.mts.map +1 -0
- package/dist/actions/list-domains.mjs +22 -0
- package/dist/actions/list-domains.mjs.map +1 -0
- package/dist/actions/list-email-attachments.cjs +35 -0
- package/dist/actions/list-email-attachments.cjs.map +1 -0
- package/dist/actions/list-email-attachments.d.cts +32 -0
- package/dist/actions/list-email-attachments.d.cts.map +1 -0
- package/dist/actions/list-email-attachments.d.mts +32 -0
- package/dist/actions/list-email-attachments.d.mts.map +1 -0
- package/dist/actions/list-email-attachments.mjs +34 -0
- package/dist/actions/list-email-attachments.mjs.map +1 -0
- package/dist/actions/list-emails.cjs +38 -0
- package/dist/actions/list-emails.cjs.map +1 -0
- package/dist/actions/list-emails.d.cts +34 -0
- package/dist/actions/list-emails.d.cts.map +1 -0
- package/dist/actions/list-emails.d.mts +34 -0
- package/dist/actions/list-emails.d.mts.map +1 -0
- package/dist/actions/list-emails.mjs +37 -0
- package/dist/actions/list-emails.mjs.map +1 -0
- package/dist/actions/list-received-emails.cjs +36 -0
- package/dist/actions/list-received-emails.cjs.map +1 -0
- package/dist/actions/list-received-emails.d.cts +32 -0
- package/dist/actions/list-received-emails.d.cts.map +1 -0
- package/dist/actions/list-received-emails.d.mts +32 -0
- package/dist/actions/list-received-emails.d.mts.map +1 -0
- package/dist/actions/list-received-emails.mjs +35 -0
- package/dist/actions/list-received-emails.mjs.map +1 -0
- package/dist/actions/list-segments.cjs +30 -0
- package/dist/actions/list-segments.cjs.map +1 -0
- package/dist/actions/list-segments.d.cts +26 -0
- package/dist/actions/list-segments.d.cts.map +1 -0
- package/dist/actions/list-segments.d.mts +26 -0
- package/dist/actions/list-segments.d.mts.map +1 -0
- package/dist/actions/list-segments.mjs +29 -0
- package/dist/actions/list-segments.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +33 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +29 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +29 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +32 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-topics.cjs +30 -0
- package/dist/actions/list-topics.cjs.map +1 -0
- package/dist/actions/list-topics.d.cts +26 -0
- package/dist/actions/list-topics.d.cts.map +1 -0
- package/dist/actions/list-topics.d.mts +26 -0
- package/dist/actions/list-topics.d.mts.map +1 -0
- package/dist/actions/list-topics.mjs +29 -0
- package/dist/actions/list-topics.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +31 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +27 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +27 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +30 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/publish-template.cjs +19 -0
- package/dist/actions/publish-template.cjs.map +1 -0
- package/dist/actions/publish-template.d.cts +16 -0
- package/dist/actions/publish-template.d.cts.map +1 -0
- package/dist/actions/publish-template.d.mts +16 -0
- package/dist/actions/publish-template.d.mts.map +1 -0
- package/dist/actions/publish-template.mjs +16 -0
- package/dist/actions/publish-template.mjs.map +1 -0
- package/dist/actions/remove-contact-from-segment.cjs +22 -0
- package/dist/actions/remove-contact-from-segment.cjs.map +1 -0
- package/dist/actions/remove-contact-from-segment.d.cts +18 -0
- package/dist/actions/remove-contact-from-segment.d.cts.map +1 -0
- package/dist/actions/remove-contact-from-segment.d.mts +18 -0
- package/dist/actions/remove-contact-from-segment.d.mts.map +1 -0
- package/dist/actions/remove-contact-from-segment.mjs +19 -0
- package/dist/actions/remove-contact-from-segment.mjs.map +1 -0
- package/dist/actions/retrieve-audience.cjs +21 -0
- package/dist/actions/retrieve-audience.cjs.map +1 -0
- package/dist/actions/retrieve-audience.d.cts +18 -0
- package/dist/actions/retrieve-audience.d.cts.map +1 -0
- package/dist/actions/retrieve-audience.d.mts +18 -0
- package/dist/actions/retrieve-audience.d.mts.map +1 -0
- package/dist/actions/retrieve-audience.mjs +18 -0
- package/dist/actions/retrieve-audience.mjs.map +1 -0
- package/dist/actions/retrieve-contact.cjs +27 -0
- package/dist/actions/retrieve-contact.cjs.map +1 -0
- package/dist/actions/retrieve-contact.d.cts +23 -0
- package/dist/actions/retrieve-contact.d.cts.map +1 -0
- package/dist/actions/retrieve-contact.d.mts +23 -0
- package/dist/actions/retrieve-contact.d.mts.map +1 -0
- package/dist/actions/retrieve-contact.mjs +24 -0
- package/dist/actions/retrieve-contact.mjs.map +1 -0
- package/dist/actions/retrieve-domain.cjs +23 -0
- package/dist/actions/retrieve-domain.cjs.map +1 -0
- package/dist/actions/retrieve-domain.d.cts +20 -0
- package/dist/actions/retrieve-domain.d.cts.map +1 -0
- package/dist/actions/retrieve-domain.d.mts +20 -0
- package/dist/actions/retrieve-domain.d.mts.map +1 -0
- package/dist/actions/retrieve-domain.mjs +20 -0
- package/dist/actions/retrieve-domain.mjs.map +1 -0
- package/dist/actions/retrieve-email.cjs +29 -0
- package/dist/actions/retrieve-email.cjs.map +1 -0
- package/dist/actions/retrieve-email.d.cts +26 -0
- package/dist/actions/retrieve-email.d.cts.map +1 -0
- package/dist/actions/retrieve-email.d.mts +26 -0
- package/dist/actions/retrieve-email.d.mts.map +1 -0
- package/dist/actions/retrieve-email.mjs +26 -0
- package/dist/actions/retrieve-email.mjs.map +1 -0
- package/dist/actions/send-batch-emails.cjs +31 -0
- package/dist/actions/send-batch-emails.cjs.map +1 -0
- package/dist/actions/send-batch-emails.d.cts +41 -0
- package/dist/actions/send-batch-emails.d.cts.map +1 -0
- package/dist/actions/send-batch-emails.d.mts +41 -0
- package/dist/actions/send-batch-emails.d.mts.map +1 -0
- package/dist/actions/send-batch-emails.mjs +30 -0
- package/dist/actions/send-batch-emails.mjs.map +1 -0
- package/dist/actions/send-email.cjs +31 -0
- package/dist/actions/send-email.cjs.map +1 -0
- package/dist/actions/send-email.d.cts +36 -0
- package/dist/actions/send-email.d.cts.map +1 -0
- package/dist/actions/send-email.d.mts +36 -0
- package/dist/actions/send-email.d.mts.map +1 -0
- package/dist/actions/send-email.mjs +28 -0
- package/dist/actions/send-email.mjs.map +1 -0
- package/dist/actions/update-broadcast.cjs +30 -0
- package/dist/actions/update-broadcast.cjs.map +1 -0
- package/dist/actions/update-broadcast.d.cts +34 -0
- package/dist/actions/update-broadcast.d.cts.map +1 -0
- package/dist/actions/update-broadcast.d.mts +34 -0
- package/dist/actions/update-broadcast.d.mts.map +1 -0
- package/dist/actions/update-broadcast.mjs +27 -0
- package/dist/actions/update-broadcast.mjs.map +1 -0
- package/dist/actions/update-contact-property.cjs +26 -0
- package/dist/actions/update-contact-property.cjs.map +1 -0
- package/dist/actions/update-contact-property.d.cts +18 -0
- package/dist/actions/update-contact-property.d.cts.map +1 -0
- package/dist/actions/update-contact-property.d.mts +18 -0
- package/dist/actions/update-contact-property.d.mts.map +1 -0
- package/dist/actions/update-contact-property.mjs +23 -0
- package/dist/actions/update-contact-property.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +24 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +22 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +22 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +21 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-domain.cjs +28 -0
- package/dist/actions/update-domain.cjs.map +1 -0
- package/dist/actions/update-domain.d.cts +29 -0
- package/dist/actions/update-domain.d.cts.map +1 -0
- package/dist/actions/update-domain.d.mts +29 -0
- package/dist/actions/update-domain.d.mts.map +1 -0
- package/dist/actions/update-domain.mjs +25 -0
- package/dist/actions/update-domain.mjs.map +1 -0
- package/dist/actions/update-email.cjs +22 -0
- package/dist/actions/update-email.cjs.map +1 -0
- package/dist/actions/update-email.d.cts +18 -0
- package/dist/actions/update-email.d.cts.map +1 -0
- package/dist/actions/update-email.d.mts +18 -0
- package/dist/actions/update-email.d.mts.map +1 -0
- package/dist/actions/update-email.mjs +19 -0
- package/dist/actions/update-email.mjs.map +1 -0
- package/dist/actions/update-template.cjs +38 -0
- package/dist/actions/update-template.cjs.map +1 -0
- package/dist/actions/update-template.d.cts +40 -0
- package/dist/actions/update-template.d.cts.map +1 -0
- package/dist/actions/update-template.d.mts +40 -0
- package/dist/actions/update-template.d.mts.map +1 -0
- package/dist/actions/update-template.mjs +35 -0
- package/dist/actions/update-template.mjs.map +1 -0
- package/dist/actions/update-topic.cjs +22 -0
- package/dist/actions/update-topic.cjs.map +1 -0
- package/dist/actions/update-topic.d.cts +18 -0
- package/dist/actions/update-topic.d.cts.map +1 -0
- package/dist/actions/update-topic.d.mts +18 -0
- package/dist/actions/update-topic.d.mts.map +1 -0
- package/dist/actions/update-topic.mjs +19 -0
- package/dist/actions/update-topic.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +24 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +25 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +25 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +21 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/verify-domain.cjs +19 -0
- package/dist/actions/verify-domain.cjs.map +1 -0
- package/dist/actions/verify-domain.d.cts +16 -0
- package/dist/actions/verify-domain.d.cts.map +1 -0
- package/dist/actions/verify-domain.d.mts +16 -0
- package/dist/actions/verify-domain.d.mts.map +1 -0
- package/dist/actions/verify-domain.mjs +16 -0
- package/dist/actions/verify-domain.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 +21 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +22 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +22 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +21 -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 +130 -0
- package/dist/index.d.cts +65 -0
- package/dist/index.d.mts +65 -4
- package/dist/index.mjs +66 -5
- package/package.json +31 -53
- package/LICENSE +0 -21
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -3
- package/dist/emails-DNEKKuhw.mjs +0 -590
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/resend.credential-set-BVQIXE4k.mjs +0 -18
- package/dist/resend.credential-set-CO_XYnvV.d.mts +0 -16
- package/dist/schemas/index.d.mts +0 -1292
- package/dist/schemas/index.mjs +0 -3
- package/dist/verify-resend-domain.operation-BusUhEql.d.mts +0 -1818
- package/dist/verify-resend-domain.operation-ClVQJYPC.mjs +0 -1481
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,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,MAAA,6BAAM,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 resend = defineApp({\n slug: \"resend\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const resendCatalog = {
|
|
4
|
+
"slug": "resend",
|
|
5
|
+
"name": "Resend",
|
|
6
|
+
"description": "The universal API for sending emails.",
|
|
7
|
+
"category": "Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/resend",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
17
|
+
};
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.resendCatalog = resendCatalog;
|
|
20
|
+
|
|
21
|
+
//# 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 resendCatalog = {\n \"slug\": \"resend\",\n \"name\": \"Resend\",\n \"description\": \"The universal API for sending emails.\",\n \"category\": \"Email\",\n \"logo\": \"https://logos.composio.dev/api/resend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const resendCatalog: {
|
|
4
|
+
readonly slug: "resend";
|
|
5
|
+
readonly name: "Resend";
|
|
6
|
+
readonly description: "The universal API for sending emails.";
|
|
7
|
+
readonly category: "Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/resend";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
19
|
+
};
|
|
20
|
+
//#endregion
|
|
21
|
+
export { resendCatalog };
|
|
22
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const resendCatalog: {
|
|
4
|
+
readonly slug: "resend";
|
|
5
|
+
readonly name: "Resend";
|
|
6
|
+
readonly description: "The universal API for sending emails.";
|
|
7
|
+
readonly category: "Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/resend";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
19
|
+
};
|
|
20
|
+
//#endregion
|
|
21
|
+
export { resendCatalog };
|
|
22
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const resendCatalog = {
|
|
4
|
+
"slug": "resend",
|
|
5
|
+
"name": "Resend",
|
|
6
|
+
"description": "The universal API for sending emails.",
|
|
7
|
+
"category": "Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/resend",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
17
|
+
};
|
|
18
|
+
//#endregion
|
|
19
|
+
export { resendCatalog };
|
|
20
|
+
|
|
21
|
+
//# 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 resendCatalog = {\n \"slug\": \"resend\",\n \"name\": \"Resend\",\n \"description\": \"The universal API for sending emails.\",\n \"category\": \"Email\",\n \"logo\": \"https://logos.composio.dev/api/resend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your secret Resend API key (starts with 're_'). Create one at resend.com/api-keys and pick Full access; it's shown only once, so copy it right away.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
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 = "resend";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeResendTool(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.executeResendTool = executeResendTool;
|
|
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 = \"resend\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeResendTool(\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,kBACpB,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 = "resend";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeResendTool(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 { executeResendTool };
|
|
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 = \"resend\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeResendTool(\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,kBACpB,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,130 @@
|
|
|
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_add_contact_to_segment = require("./actions/add-contact-to-segment.cjs");
|
|
5
|
+
const require_cancel_email = require("./actions/cancel-email.cjs");
|
|
6
|
+
const require_create_api_key = require("./actions/create-api-key.cjs");
|
|
7
|
+
const require_create_audience = require("./actions/create-audience.cjs");
|
|
8
|
+
const require_create_contact = require("./actions/create-contact.cjs");
|
|
9
|
+
const require_create_contact_property = require("./actions/create-contact-property.cjs");
|
|
10
|
+
const require_create_contact_v2 = require("./actions/create-contact-v2.cjs");
|
|
11
|
+
const require_create_domain = require("./actions/create-domain.cjs");
|
|
12
|
+
const require_create_template = require("./actions/create-template.cjs");
|
|
13
|
+
const require_create_topic = require("./actions/create-topic.cjs");
|
|
14
|
+
const require_create_webhook = require("./actions/create-webhook.cjs");
|
|
15
|
+
const require_delete_api_key = require("./actions/delete-api-key.cjs");
|
|
16
|
+
const require_delete_audience = require("./actions/delete-audience.cjs");
|
|
17
|
+
const require_delete_contact = require("./actions/delete-contact.cjs");
|
|
18
|
+
const require_delete_contact_by_id = require("./actions/delete-contact-by-id.cjs");
|
|
19
|
+
const require_delete_contact_property = require("./actions/delete-contact-property.cjs");
|
|
20
|
+
const require_delete_domain = require("./actions/delete-domain.cjs");
|
|
21
|
+
const require_delete_segment = require("./actions/delete-segment.cjs");
|
|
22
|
+
const require_delete_template = require("./actions/delete-template.cjs");
|
|
23
|
+
const require_delete_topic = require("./actions/delete-topic.cjs");
|
|
24
|
+
const require_delete_webhook = require("./actions/delete-webhook.cjs");
|
|
25
|
+
const require_duplicate_template = require("./actions/duplicate-template.cjs");
|
|
26
|
+
const require_get_contact = require("./actions/get-contact.cjs");
|
|
27
|
+
const require_get_contact_property = require("./actions/get-contact-property.cjs");
|
|
28
|
+
const require_get_email_attachment = require("./actions/get-email-attachment.cjs");
|
|
29
|
+
const require_get_segment = require("./actions/get-segment.cjs");
|
|
30
|
+
const require_get_template = require("./actions/get-template.cjs");
|
|
31
|
+
const require_get_topic = require("./actions/get-topic.cjs");
|
|
32
|
+
const require_get_webhook = require("./actions/get-webhook.cjs");
|
|
33
|
+
const require_list_all_contacts = require("./actions/list-all-contacts.cjs");
|
|
34
|
+
const require_list_api_keys = require("./actions/list-api-keys.cjs");
|
|
35
|
+
const require_list_audiences = require("./actions/list-audiences.cjs");
|
|
36
|
+
const require_list_broadcasts = require("./actions/list-broadcasts.cjs");
|
|
37
|
+
const require_list_contact_properties = require("./actions/list-contact-properties.cjs");
|
|
38
|
+
const require_list_contact_segments = require("./actions/list-contact-segments.cjs");
|
|
39
|
+
const require_list_contact_topics = require("./actions/list-contact-topics.cjs");
|
|
40
|
+
const require_list_contacts = require("./actions/list-contacts.cjs");
|
|
41
|
+
const require_list_domains = require("./actions/list-domains.cjs");
|
|
42
|
+
const require_list_email_attachments = require("./actions/list-email-attachments.cjs");
|
|
43
|
+
const require_list_emails = require("./actions/list-emails.cjs");
|
|
44
|
+
const require_list_received_emails = require("./actions/list-received-emails.cjs");
|
|
45
|
+
const require_list_segments = require("./actions/list-segments.cjs");
|
|
46
|
+
const require_list_templates = require("./actions/list-templates.cjs");
|
|
47
|
+
const require_list_topics = require("./actions/list-topics.cjs");
|
|
48
|
+
const require_list_webhooks = require("./actions/list-webhooks.cjs");
|
|
49
|
+
const require_publish_template = require("./actions/publish-template.cjs");
|
|
50
|
+
const require_remove_contact_from_segment = require("./actions/remove-contact-from-segment.cjs");
|
|
51
|
+
const require_retrieve_audience = require("./actions/retrieve-audience.cjs");
|
|
52
|
+
const require_retrieve_contact = require("./actions/retrieve-contact.cjs");
|
|
53
|
+
const require_retrieve_domain = require("./actions/retrieve-domain.cjs");
|
|
54
|
+
const require_retrieve_email = require("./actions/retrieve-email.cjs");
|
|
55
|
+
const require_send_batch_emails = require("./actions/send-batch-emails.cjs");
|
|
56
|
+
const require_send_email = require("./actions/send-email.cjs");
|
|
57
|
+
const require_update_broadcast = require("./actions/update-broadcast.cjs");
|
|
58
|
+
const require_update_contact = require("./actions/update-contact.cjs");
|
|
59
|
+
const require_update_contact_property = require("./actions/update-contact-property.cjs");
|
|
60
|
+
const require_update_domain = require("./actions/update-domain.cjs");
|
|
61
|
+
const require_update_email = require("./actions/update-email.cjs");
|
|
62
|
+
const require_update_template = require("./actions/update-template.cjs");
|
|
63
|
+
const require_update_topic = require("./actions/update-topic.cjs");
|
|
64
|
+
const require_update_webhook = require("./actions/update-webhook.cjs");
|
|
65
|
+
const require_verify_domain = require("./actions/verify-domain.cjs");
|
|
66
|
+
require("./actions/index.cjs");
|
|
67
|
+
exports.resend = require_app.resend;
|
|
68
|
+
exports.resendAddContactToSegment = require_add_contact_to_segment.resendAddContactToSegment;
|
|
69
|
+
exports.resendCancelEmail = require_cancel_email.resendCancelEmail;
|
|
70
|
+
exports.resendCatalog = require_catalog.resendCatalog;
|
|
71
|
+
exports.resendCreateApiKey = require_create_api_key.resendCreateApiKey;
|
|
72
|
+
exports.resendCreateAudience = require_create_audience.resendCreateAudience;
|
|
73
|
+
exports.resendCreateContact = require_create_contact.resendCreateContact;
|
|
74
|
+
exports.resendCreateContactProperty = require_create_contact_property.resendCreateContactProperty;
|
|
75
|
+
exports.resendCreateContactV2 = require_create_contact_v2.resendCreateContactV2;
|
|
76
|
+
exports.resendCreateDomain = require_create_domain.resendCreateDomain;
|
|
77
|
+
exports.resendCreateTemplate = require_create_template.resendCreateTemplate;
|
|
78
|
+
exports.resendCreateTopic = require_create_topic.resendCreateTopic;
|
|
79
|
+
exports.resendCreateWebhook = require_create_webhook.resendCreateWebhook;
|
|
80
|
+
exports.resendDeleteApiKey = require_delete_api_key.resendDeleteApiKey;
|
|
81
|
+
exports.resendDeleteAudience = require_delete_audience.resendDeleteAudience;
|
|
82
|
+
exports.resendDeleteContact = require_delete_contact.resendDeleteContact;
|
|
83
|
+
exports.resendDeleteContactById = require_delete_contact_by_id.resendDeleteContactById;
|
|
84
|
+
exports.resendDeleteContactProperty = require_delete_contact_property.resendDeleteContactProperty;
|
|
85
|
+
exports.resendDeleteDomain = require_delete_domain.resendDeleteDomain;
|
|
86
|
+
exports.resendDeleteSegment = require_delete_segment.resendDeleteSegment;
|
|
87
|
+
exports.resendDeleteTemplate = require_delete_template.resendDeleteTemplate;
|
|
88
|
+
exports.resendDeleteTopic = require_delete_topic.resendDeleteTopic;
|
|
89
|
+
exports.resendDeleteWebhook = require_delete_webhook.resendDeleteWebhook;
|
|
90
|
+
exports.resendDuplicateTemplate = require_duplicate_template.resendDuplicateTemplate;
|
|
91
|
+
exports.resendGetContact = require_get_contact.resendGetContact;
|
|
92
|
+
exports.resendGetContactProperty = require_get_contact_property.resendGetContactProperty;
|
|
93
|
+
exports.resendGetEmailAttachment = require_get_email_attachment.resendGetEmailAttachment;
|
|
94
|
+
exports.resendGetSegment = require_get_segment.resendGetSegment;
|
|
95
|
+
exports.resendGetTemplate = require_get_template.resendGetTemplate;
|
|
96
|
+
exports.resendGetTopic = require_get_topic.resendGetTopic;
|
|
97
|
+
exports.resendGetWebhook = require_get_webhook.resendGetWebhook;
|
|
98
|
+
exports.resendListAllContacts = require_list_all_contacts.resendListAllContacts;
|
|
99
|
+
exports.resendListApiKeys = require_list_api_keys.resendListApiKeys;
|
|
100
|
+
exports.resendListAudiences = require_list_audiences.resendListAudiences;
|
|
101
|
+
exports.resendListBroadcasts = require_list_broadcasts.resendListBroadcasts;
|
|
102
|
+
exports.resendListContactProperties = require_list_contact_properties.resendListContactProperties;
|
|
103
|
+
exports.resendListContactSegments = require_list_contact_segments.resendListContactSegments;
|
|
104
|
+
exports.resendListContactTopics = require_list_contact_topics.resendListContactTopics;
|
|
105
|
+
exports.resendListContacts = require_list_contacts.resendListContacts;
|
|
106
|
+
exports.resendListDomains = require_list_domains.resendListDomains;
|
|
107
|
+
exports.resendListEmailAttachments = require_list_email_attachments.resendListEmailAttachments;
|
|
108
|
+
exports.resendListEmails = require_list_emails.resendListEmails;
|
|
109
|
+
exports.resendListReceivedEmails = require_list_received_emails.resendListReceivedEmails;
|
|
110
|
+
exports.resendListSegments = require_list_segments.resendListSegments;
|
|
111
|
+
exports.resendListTemplates = require_list_templates.resendListTemplates;
|
|
112
|
+
exports.resendListTopics = require_list_topics.resendListTopics;
|
|
113
|
+
exports.resendListWebhooks = require_list_webhooks.resendListWebhooks;
|
|
114
|
+
exports.resendPublishTemplate = require_publish_template.resendPublishTemplate;
|
|
115
|
+
exports.resendRemoveContactFromSegment = require_remove_contact_from_segment.resendRemoveContactFromSegment;
|
|
116
|
+
exports.resendRetrieveAudience = require_retrieve_audience.resendRetrieveAudience;
|
|
117
|
+
exports.resendRetrieveContact = require_retrieve_contact.resendRetrieveContact;
|
|
118
|
+
exports.resendRetrieveDomain = require_retrieve_domain.resendRetrieveDomain;
|
|
119
|
+
exports.resendRetrieveEmail = require_retrieve_email.resendRetrieveEmail;
|
|
120
|
+
exports.resendSendBatchEmails = require_send_batch_emails.resendSendBatchEmails;
|
|
121
|
+
exports.resendSendEmail = require_send_email.resendSendEmail;
|
|
122
|
+
exports.resendUpdateBroadcast = require_update_broadcast.resendUpdateBroadcast;
|
|
123
|
+
exports.resendUpdateContact = require_update_contact.resendUpdateContact;
|
|
124
|
+
exports.resendUpdateContactProperty = require_update_contact_property.resendUpdateContactProperty;
|
|
125
|
+
exports.resendUpdateDomain = require_update_domain.resendUpdateDomain;
|
|
126
|
+
exports.resendUpdateEmail = require_update_email.resendUpdateEmail;
|
|
127
|
+
exports.resendUpdateTemplate = require_update_template.resendUpdateTemplate;
|
|
128
|
+
exports.resendUpdateTopic = require_update_topic.resendUpdateTopic;
|
|
129
|
+
exports.resendUpdateWebhook = require_update_webhook.resendUpdateWebhook;
|
|
130
|
+
exports.resendVerifyDomain = require_verify_domain.resendVerifyDomain;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { resendAddContactToSegment } from "./actions/add-contact-to-segment.cjs";
|
|
2
|
+
import { resendCancelEmail } from "./actions/cancel-email.cjs";
|
|
3
|
+
import { resendCreateApiKey } from "./actions/create-api-key.cjs";
|
|
4
|
+
import { resendCreateAudience } from "./actions/create-audience.cjs";
|
|
5
|
+
import { resendCreateContact } from "./actions/create-contact.cjs";
|
|
6
|
+
import { resendCreateContactProperty } from "./actions/create-contact-property.cjs";
|
|
7
|
+
import { resendCreateContactV2 } from "./actions/create-contact-v2.cjs";
|
|
8
|
+
import { resendCreateDomain } from "./actions/create-domain.cjs";
|
|
9
|
+
import { resendCreateTemplate } from "./actions/create-template.cjs";
|
|
10
|
+
import { resendCreateTopic } from "./actions/create-topic.cjs";
|
|
11
|
+
import { resendCreateWebhook } from "./actions/create-webhook.cjs";
|
|
12
|
+
import { resendDeleteApiKey } from "./actions/delete-api-key.cjs";
|
|
13
|
+
import { resendDeleteAudience } from "./actions/delete-audience.cjs";
|
|
14
|
+
import { resendDeleteContact } from "./actions/delete-contact.cjs";
|
|
15
|
+
import { resendDeleteContactById } from "./actions/delete-contact-by-id.cjs";
|
|
16
|
+
import { resendDeleteContactProperty } from "./actions/delete-contact-property.cjs";
|
|
17
|
+
import { resendDeleteDomain } from "./actions/delete-domain.cjs";
|
|
18
|
+
import { resendDeleteSegment } from "./actions/delete-segment.cjs";
|
|
19
|
+
import { resendDeleteTemplate } from "./actions/delete-template.cjs";
|
|
20
|
+
import { resendDeleteTopic } from "./actions/delete-topic.cjs";
|
|
21
|
+
import { resendDeleteWebhook } from "./actions/delete-webhook.cjs";
|
|
22
|
+
import { resendDuplicateTemplate } from "./actions/duplicate-template.cjs";
|
|
23
|
+
import { resendGetContact } from "./actions/get-contact.cjs";
|
|
24
|
+
import { resendGetContactProperty } from "./actions/get-contact-property.cjs";
|
|
25
|
+
import { resendGetEmailAttachment } from "./actions/get-email-attachment.cjs";
|
|
26
|
+
import { resendGetSegment } from "./actions/get-segment.cjs";
|
|
27
|
+
import { resendGetTemplate } from "./actions/get-template.cjs";
|
|
28
|
+
import { resendGetTopic } from "./actions/get-topic.cjs";
|
|
29
|
+
import { resendGetWebhook } from "./actions/get-webhook.cjs";
|
|
30
|
+
import { resendListAllContacts } from "./actions/list-all-contacts.cjs";
|
|
31
|
+
import { resendListApiKeys } from "./actions/list-api-keys.cjs";
|
|
32
|
+
import { resendListAudiences } from "./actions/list-audiences.cjs";
|
|
33
|
+
import { resendListBroadcasts } from "./actions/list-broadcasts.cjs";
|
|
34
|
+
import { resendListContactProperties } from "./actions/list-contact-properties.cjs";
|
|
35
|
+
import { resendListContactSegments } from "./actions/list-contact-segments.cjs";
|
|
36
|
+
import { resendListContactTopics } from "./actions/list-contact-topics.cjs";
|
|
37
|
+
import { resendListContacts } from "./actions/list-contacts.cjs";
|
|
38
|
+
import { resendListDomains } from "./actions/list-domains.cjs";
|
|
39
|
+
import { resendListEmailAttachments } from "./actions/list-email-attachments.cjs";
|
|
40
|
+
import { resendListEmails } from "./actions/list-emails.cjs";
|
|
41
|
+
import { resendListReceivedEmails } from "./actions/list-received-emails.cjs";
|
|
42
|
+
import { resendListSegments } from "./actions/list-segments.cjs";
|
|
43
|
+
import { resendListTemplates } from "./actions/list-templates.cjs";
|
|
44
|
+
import { resendListTopics } from "./actions/list-topics.cjs";
|
|
45
|
+
import { resendListWebhooks } from "./actions/list-webhooks.cjs";
|
|
46
|
+
import { resendPublishTemplate } from "./actions/publish-template.cjs";
|
|
47
|
+
import { resendRemoveContactFromSegment } from "./actions/remove-contact-from-segment.cjs";
|
|
48
|
+
import { resendRetrieveAudience } from "./actions/retrieve-audience.cjs";
|
|
49
|
+
import { resendRetrieveContact } from "./actions/retrieve-contact.cjs";
|
|
50
|
+
import { resendRetrieveDomain } from "./actions/retrieve-domain.cjs";
|
|
51
|
+
import { resendRetrieveEmail } from "./actions/retrieve-email.cjs";
|
|
52
|
+
import { resendSendBatchEmails } from "./actions/send-batch-emails.cjs";
|
|
53
|
+
import { resendSendEmail } from "./actions/send-email.cjs";
|
|
54
|
+
import { resendUpdateBroadcast } from "./actions/update-broadcast.cjs";
|
|
55
|
+
import { resendUpdateContact } from "./actions/update-contact.cjs";
|
|
56
|
+
import { resendUpdateContactProperty } from "./actions/update-contact-property.cjs";
|
|
57
|
+
import { resendUpdateDomain } from "./actions/update-domain.cjs";
|
|
58
|
+
import { resendUpdateEmail } from "./actions/update-email.cjs";
|
|
59
|
+
import { resendUpdateTemplate } from "./actions/update-template.cjs";
|
|
60
|
+
import { resendUpdateTopic } from "./actions/update-topic.cjs";
|
|
61
|
+
import { resendUpdateWebhook } from "./actions/update-webhook.cjs";
|
|
62
|
+
import { resendVerifyDomain } from "./actions/verify-domain.cjs";
|
|
63
|
+
import { resend } from "./app.cjs";
|
|
64
|
+
import { resendCatalog } from "./catalog.cjs";
|
|
65
|
+
export { resend, resendAddContactToSegment, resendCancelEmail, resendCatalog, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,65 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { resendAddContactToSegment } from "./actions/add-contact-to-segment.mjs";
|
|
2
|
+
import { resendCancelEmail } from "./actions/cancel-email.mjs";
|
|
3
|
+
import { resendCreateApiKey } from "./actions/create-api-key.mjs";
|
|
4
|
+
import { resendCreateAudience } from "./actions/create-audience.mjs";
|
|
5
|
+
import { resendCreateContact } from "./actions/create-contact.mjs";
|
|
6
|
+
import { resendCreateContactProperty } from "./actions/create-contact-property.mjs";
|
|
7
|
+
import { resendCreateContactV2 } from "./actions/create-contact-v2.mjs";
|
|
8
|
+
import { resendCreateDomain } from "./actions/create-domain.mjs";
|
|
9
|
+
import { resendCreateTemplate } from "./actions/create-template.mjs";
|
|
10
|
+
import { resendCreateTopic } from "./actions/create-topic.mjs";
|
|
11
|
+
import { resendCreateWebhook } from "./actions/create-webhook.mjs";
|
|
12
|
+
import { resendDeleteApiKey } from "./actions/delete-api-key.mjs";
|
|
13
|
+
import { resendDeleteAudience } from "./actions/delete-audience.mjs";
|
|
14
|
+
import { resendDeleteContact } from "./actions/delete-contact.mjs";
|
|
15
|
+
import { resendDeleteContactById } from "./actions/delete-contact-by-id.mjs";
|
|
16
|
+
import { resendDeleteContactProperty } from "./actions/delete-contact-property.mjs";
|
|
17
|
+
import { resendDeleteDomain } from "./actions/delete-domain.mjs";
|
|
18
|
+
import { resendDeleteSegment } from "./actions/delete-segment.mjs";
|
|
19
|
+
import { resendDeleteTemplate } from "./actions/delete-template.mjs";
|
|
20
|
+
import { resendDeleteTopic } from "./actions/delete-topic.mjs";
|
|
21
|
+
import { resendDeleteWebhook } from "./actions/delete-webhook.mjs";
|
|
22
|
+
import { resendDuplicateTemplate } from "./actions/duplicate-template.mjs";
|
|
23
|
+
import { resendGetContact } from "./actions/get-contact.mjs";
|
|
24
|
+
import { resendGetContactProperty } from "./actions/get-contact-property.mjs";
|
|
25
|
+
import { resendGetEmailAttachment } from "./actions/get-email-attachment.mjs";
|
|
26
|
+
import { resendGetSegment } from "./actions/get-segment.mjs";
|
|
27
|
+
import { resendGetTemplate } from "./actions/get-template.mjs";
|
|
28
|
+
import { resendGetTopic } from "./actions/get-topic.mjs";
|
|
29
|
+
import { resendGetWebhook } from "./actions/get-webhook.mjs";
|
|
30
|
+
import { resendListAllContacts } from "./actions/list-all-contacts.mjs";
|
|
31
|
+
import { resendListApiKeys } from "./actions/list-api-keys.mjs";
|
|
32
|
+
import { resendListAudiences } from "./actions/list-audiences.mjs";
|
|
33
|
+
import { resendListBroadcasts } from "./actions/list-broadcasts.mjs";
|
|
34
|
+
import { resendListContactProperties } from "./actions/list-contact-properties.mjs";
|
|
35
|
+
import { resendListContactSegments } from "./actions/list-contact-segments.mjs";
|
|
36
|
+
import { resendListContactTopics } from "./actions/list-contact-topics.mjs";
|
|
37
|
+
import { resendListContacts } from "./actions/list-contacts.mjs";
|
|
38
|
+
import { resendListDomains } from "./actions/list-domains.mjs";
|
|
39
|
+
import { resendListEmailAttachments } from "./actions/list-email-attachments.mjs";
|
|
40
|
+
import { resendListEmails } from "./actions/list-emails.mjs";
|
|
41
|
+
import { resendListReceivedEmails } from "./actions/list-received-emails.mjs";
|
|
42
|
+
import { resendListSegments } from "./actions/list-segments.mjs";
|
|
43
|
+
import { resendListTemplates } from "./actions/list-templates.mjs";
|
|
44
|
+
import { resendListTopics } from "./actions/list-topics.mjs";
|
|
45
|
+
import { resendListWebhooks } from "./actions/list-webhooks.mjs";
|
|
46
|
+
import { resendPublishTemplate } from "./actions/publish-template.mjs";
|
|
47
|
+
import { resendRemoveContactFromSegment } from "./actions/remove-contact-from-segment.mjs";
|
|
48
|
+
import { resendRetrieveAudience } from "./actions/retrieve-audience.mjs";
|
|
49
|
+
import { resendRetrieveContact } from "./actions/retrieve-contact.mjs";
|
|
50
|
+
import { resendRetrieveDomain } from "./actions/retrieve-domain.mjs";
|
|
51
|
+
import { resendRetrieveEmail } from "./actions/retrieve-email.mjs";
|
|
52
|
+
import { resendSendBatchEmails } from "./actions/send-batch-emails.mjs";
|
|
53
|
+
import { resendSendEmail } from "./actions/send-email.mjs";
|
|
54
|
+
import { resendUpdateBroadcast } from "./actions/update-broadcast.mjs";
|
|
55
|
+
import { resendUpdateContact } from "./actions/update-contact.mjs";
|
|
56
|
+
import { resendUpdateContactProperty } from "./actions/update-contact-property.mjs";
|
|
57
|
+
import { resendUpdateDomain } from "./actions/update-domain.mjs";
|
|
58
|
+
import { resendUpdateEmail } from "./actions/update-email.mjs";
|
|
59
|
+
import { resendUpdateTemplate } from "./actions/update-template.mjs";
|
|
60
|
+
import { resendUpdateTopic } from "./actions/update-topic.mjs";
|
|
61
|
+
import { resendUpdateWebhook } from "./actions/update-webhook.mjs";
|
|
62
|
+
import { resendVerifyDomain } from "./actions/verify-domain.mjs";
|
|
63
|
+
import { resend } from "./app.mjs";
|
|
64
|
+
import { resendCatalog } from "./catalog.mjs";
|
|
65
|
+
export { resend, resendAddContactToSegment, resendCancelEmail, resendCatalog, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { resend } from "./app.mjs";
|
|
2
|
+
import { resendCatalog } from "./catalog.mjs";
|
|
3
|
+
import { resendAddContactToSegment } from "./actions/add-contact-to-segment.mjs";
|
|
4
|
+
import { resendCancelEmail } from "./actions/cancel-email.mjs";
|
|
5
|
+
import { resendCreateApiKey } from "./actions/create-api-key.mjs";
|
|
6
|
+
import { resendCreateAudience } from "./actions/create-audience.mjs";
|
|
7
|
+
import { resendCreateContact } from "./actions/create-contact.mjs";
|
|
8
|
+
import { resendCreateContactProperty } from "./actions/create-contact-property.mjs";
|
|
9
|
+
import { resendCreateContactV2 } from "./actions/create-contact-v2.mjs";
|
|
10
|
+
import { resendCreateDomain } from "./actions/create-domain.mjs";
|
|
11
|
+
import { resendCreateTemplate } from "./actions/create-template.mjs";
|
|
12
|
+
import { resendCreateTopic } from "./actions/create-topic.mjs";
|
|
13
|
+
import { resendCreateWebhook } from "./actions/create-webhook.mjs";
|
|
14
|
+
import { resendDeleteApiKey } from "./actions/delete-api-key.mjs";
|
|
15
|
+
import { resendDeleteAudience } from "./actions/delete-audience.mjs";
|
|
16
|
+
import { resendDeleteContact } from "./actions/delete-contact.mjs";
|
|
17
|
+
import { resendDeleteContactById } from "./actions/delete-contact-by-id.mjs";
|
|
18
|
+
import { resendDeleteContactProperty } from "./actions/delete-contact-property.mjs";
|
|
19
|
+
import { resendDeleteDomain } from "./actions/delete-domain.mjs";
|
|
20
|
+
import { resendDeleteSegment } from "./actions/delete-segment.mjs";
|
|
21
|
+
import { resendDeleteTemplate } from "./actions/delete-template.mjs";
|
|
22
|
+
import { resendDeleteTopic } from "./actions/delete-topic.mjs";
|
|
23
|
+
import { resendDeleteWebhook } from "./actions/delete-webhook.mjs";
|
|
24
|
+
import { resendDuplicateTemplate } from "./actions/duplicate-template.mjs";
|
|
25
|
+
import { resendGetContact } from "./actions/get-contact.mjs";
|
|
26
|
+
import { resendGetContactProperty } from "./actions/get-contact-property.mjs";
|
|
27
|
+
import { resendGetEmailAttachment } from "./actions/get-email-attachment.mjs";
|
|
28
|
+
import { resendGetSegment } from "./actions/get-segment.mjs";
|
|
29
|
+
import { resendGetTemplate } from "./actions/get-template.mjs";
|
|
30
|
+
import { resendGetTopic } from "./actions/get-topic.mjs";
|
|
31
|
+
import { resendGetWebhook } from "./actions/get-webhook.mjs";
|
|
32
|
+
import { resendListAllContacts } from "./actions/list-all-contacts.mjs";
|
|
33
|
+
import { resendListApiKeys } from "./actions/list-api-keys.mjs";
|
|
34
|
+
import { resendListAudiences } from "./actions/list-audiences.mjs";
|
|
35
|
+
import { resendListBroadcasts } from "./actions/list-broadcasts.mjs";
|
|
36
|
+
import { resendListContactProperties } from "./actions/list-contact-properties.mjs";
|
|
37
|
+
import { resendListContactSegments } from "./actions/list-contact-segments.mjs";
|
|
38
|
+
import { resendListContactTopics } from "./actions/list-contact-topics.mjs";
|
|
39
|
+
import { resendListContacts } from "./actions/list-contacts.mjs";
|
|
40
|
+
import { resendListDomains } from "./actions/list-domains.mjs";
|
|
41
|
+
import { resendListEmailAttachments } from "./actions/list-email-attachments.mjs";
|
|
42
|
+
import { resendListEmails } from "./actions/list-emails.mjs";
|
|
43
|
+
import { resendListReceivedEmails } from "./actions/list-received-emails.mjs";
|
|
44
|
+
import { resendListSegments } from "./actions/list-segments.mjs";
|
|
45
|
+
import { resendListTemplates } from "./actions/list-templates.mjs";
|
|
46
|
+
import { resendListTopics } from "./actions/list-topics.mjs";
|
|
47
|
+
import { resendListWebhooks } from "./actions/list-webhooks.mjs";
|
|
48
|
+
import { resendPublishTemplate } from "./actions/publish-template.mjs";
|
|
49
|
+
import { resendRemoveContactFromSegment } from "./actions/remove-contact-from-segment.mjs";
|
|
50
|
+
import { resendRetrieveAudience } from "./actions/retrieve-audience.mjs";
|
|
51
|
+
import { resendRetrieveContact } from "./actions/retrieve-contact.mjs";
|
|
52
|
+
import { resendRetrieveDomain } from "./actions/retrieve-domain.mjs";
|
|
53
|
+
import { resendRetrieveEmail } from "./actions/retrieve-email.mjs";
|
|
54
|
+
import { resendSendBatchEmails } from "./actions/send-batch-emails.mjs";
|
|
55
|
+
import { resendSendEmail } from "./actions/send-email.mjs";
|
|
56
|
+
import { resendUpdateBroadcast } from "./actions/update-broadcast.mjs";
|
|
57
|
+
import { resendUpdateContact } from "./actions/update-contact.mjs";
|
|
58
|
+
import { resendUpdateContactProperty } from "./actions/update-contact-property.mjs";
|
|
59
|
+
import { resendUpdateDomain } from "./actions/update-domain.mjs";
|
|
60
|
+
import { resendUpdateEmail } from "./actions/update-email.mjs";
|
|
61
|
+
import { resendUpdateTemplate } from "./actions/update-template.mjs";
|
|
62
|
+
import { resendUpdateTopic } from "./actions/update-topic.mjs";
|
|
63
|
+
import { resendUpdateWebhook } from "./actions/update-webhook.mjs";
|
|
64
|
+
import { resendVerifyDomain } from "./actions/verify-domain.mjs";
|
|
65
|
+
import "./actions/index.mjs";
|
|
66
|
+
export { resend, resendAddContactToSegment, resendCancelEmail, resendCatalog, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
|