mailchannels-sdk 0.3.7 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -39
- package/dist/mailchannels.d.mts +6 -4
- package/dist/mailchannels.d.ts +6 -4
- package/dist/mailchannels.mjs +7 -3
- package/dist/modules.d.mts +1 -1
- package/dist/modules.d.ts +1 -1
- package/dist/modules.mjs +592 -95
- package/dist/shared/{mailchannels-sdk.BDB65ygx.d.mts → mailchannels-sdk.DUD1k4jz.d.mts} +587 -113
- package/dist/shared/{mailchannels-sdk.BDB65ygx.d.ts → mailchannels-sdk.DUD1k4jz.d.ts} +587 -113
- package/package.json +16 -17
package/README.md
CHANGED
|
@@ -71,60 +71,76 @@ Already implemented features are marked with a checkmark. Please open an issue i
|
|
|
71
71
|
### [Email API](https://docs.mailchannels.net/email-api/api-reference/email-api)
|
|
72
72
|
|
|
73
73
|
- 📧 Emails
|
|
74
|
-
- ✅ Send an Email
|
|
75
|
-
- ✅ DKIM, SPF & Domain Lockdown Check
|
|
74
|
+
- ✅ [Send an Email](https://docs.mailchannels.net/email-api/api-reference/send-an-email)
|
|
75
|
+
- ✅ [DKIM, SPF & Domain Lockdown Check](https://docs.mailchannels.net/email-api/api-reference/dkim-spf-domain-lockdown-check)
|
|
76
76
|
- 📢 Webhooks
|
|
77
|
-
- ✅ Enroll for Webhook Notifications
|
|
78
|
-
- ✅ Retrieve Customer Webhooks
|
|
79
|
-
- ✅ Delete Customer Webhooks
|
|
80
|
-
- ✅ Retrieve Webhook Signing Key
|
|
77
|
+
- ✅ [Enroll for Webhook Notifications](https://docs.mailchannels.net/email-api/api-reference/enroll-for-webhook-notifications)
|
|
78
|
+
- ✅ [Retrieve Customer Webhooks](https://docs.mailchannels.net/email-api/api-reference/retrieve-customer-webhooks)
|
|
79
|
+
- ✅ [Delete Customer Webhooks](https://docs.mailchannels.net/email-api/api-reference/delete-customer-webhooks)
|
|
80
|
+
- ✅ [Retrieve Webhook Signing Key](https://docs.mailchannels.net/email-api/api-reference/retrieve-webhook-signing-key)
|
|
81
|
+
- ✅ [Validate Enrolled Webhook](https://docs.mailchannels.net/email-api/api-reference/validate-enrolled-webhook)
|
|
81
82
|
- 🪪 Sub-accounts
|
|
82
|
-
- ✅ Create Sub-account
|
|
83
|
-
- ✅ Retrieve Sub-accounts
|
|
84
|
-
- ✅ Delete Sub-account
|
|
85
|
-
- ✅ Suspend Sub-account
|
|
86
|
-
- ✅ Activate Sub-account
|
|
87
|
-
- ✅ Create Sub-account API Key
|
|
88
|
-
- ✅ Delete Sub-account API Key
|
|
89
|
-
- ✅ Retrieve Sub-account API Keys
|
|
90
|
-
- ✅ Create Sub-account SMTP password
|
|
91
|
-
- ✅ Delete Sub-account SMTP password
|
|
92
|
-
- ✅ Retrieve Sub-account SMTP Passwords
|
|
83
|
+
- ✅ [Create Sub-account](https://docs.mailchannels.net/email-api/api-reference/create-sub-account)
|
|
84
|
+
- ✅ [Retrieve Sub-accounts](https://docs.mailchannels.net/email-api/api-reference/retrieve-sub-accounts)
|
|
85
|
+
- ✅ [Delete Sub-account](https://docs.mailchannels.net/email-api/api-reference/delete-sub-account)
|
|
86
|
+
- ✅ [Suspend Sub-account](https://docs.mailchannels.net/email-api/api-reference/suspend-sub-account)
|
|
87
|
+
- ✅ [Activate Sub-account](https://docs.mailchannels.net/email-api/api-reference/activate-sub-account)
|
|
88
|
+
- ✅ [Create Sub-account API Key](https://docs.mailchannels.net/email-api/api-reference/create-sub-account-api-key)
|
|
89
|
+
- ✅ [Delete Sub-account API Key](https://docs.mailchannels.net/email-api/api-reference/delete-sub-account-api-key)
|
|
90
|
+
- ✅ [Retrieve Sub-account API Keys](https://docs.mailchannels.net/email-api/api-reference/retrieve-sub-account-api-keys)
|
|
91
|
+
- ✅ [Create Sub-account SMTP Password](https://docs.mailchannels.net/email-api/api-reference/create-sub-account-smtp-password)
|
|
92
|
+
- ✅ [Delete Sub-account SMTP Password](https://docs.mailchannels.net/email-api/api-reference/delete-sub-account-smtp-password)
|
|
93
|
+
- ✅ [Retrieve Sub-account SMTP Passwords](https://docs.mailchannels.net/email-api/api-reference/retrieve-sub-account-smtp-passwords)
|
|
94
|
+
- ✅ [Retrieve Sub-account Limit](https://docs.mailchannels.net/email-api/api-reference/retrieve-sub-account-limit)
|
|
95
|
+
- ✅ [Set Sub-account Limit](https://docs.mailchannels.net/email-api/api-reference/set-sub-account-limit)
|
|
96
|
+
- ✅ [Delete Sub-account Limit](https://docs.mailchannels.net/email-api/api-reference/delete-sub-account-limit)
|
|
97
|
+
- ✅ [Retrieve Sub-account Usage Stats](https://docs.mailchannels.net/email-api/api-reference/retrieve-sub-account-usage-stats)
|
|
98
|
+
- 📊 Metrics
|
|
99
|
+
- ✅ [Retrieve Engagement Metrics](https://docs.mailchannels.net/email-api/api-reference/retrieve-engagement-metrics)
|
|
100
|
+
- ✅ [Retrieve Performance Metrics](https://docs.mailchannels.net/email-api/api-reference/retrieve-performance-metrics)
|
|
101
|
+
- ✅ [Retrieve Recipient Behaviour Metrics](https://docs.mailchannels.net/email-api/api-reference/retrieve-recipient-behaviour-metrics)
|
|
102
|
+
- ✅ [Retrieve Usage Stats](https://docs.mailchannels.net/email-api/api-reference/retrieve-usage-stats)
|
|
103
|
+
- ✅ [Retrieve Volume Metrics](https://docs.mailchannels.net/email-api/api-reference/retrieve-volume-metrics)
|
|
104
|
+
- 🚫 Suppressions
|
|
105
|
+
- ✅ [Create Suppression Entries](https://docs.mailchannels.net/email-api/api-reference/create-suppression-entries)
|
|
106
|
+
- ✅ [Delete Suppression Entry](https://docs.mailchannels.net/email-api/api-reference/delete-suppression-entry)
|
|
107
|
+
- ✅ [Retrieve Suppression List](https://docs.mailchannels.net/email-api/api-reference/retrieve-suppression-list)
|
|
93
108
|
|
|
94
109
|
### [Inbound API](https://docs.mailchannels.net/inbound-api/API-reference/inbound-api)
|
|
95
110
|
|
|
96
111
|
- 🌐 Domains
|
|
97
|
-
- ✅ Provision domain
|
|
98
|
-
- ✅ Remove domain
|
|
99
|
-
- ✅ List domains
|
|
100
|
-
- ✅ Bulk provision domains
|
|
101
|
-
- ✅ Add domain list entry
|
|
102
|
-
- ✅ Get domain list entries
|
|
103
|
-
- ✅ Delete domain list entry
|
|
104
|
-
- ✅ Create login link
|
|
105
|
-
-
|
|
106
|
-
- ✅
|
|
107
|
-
- ✅
|
|
112
|
+
- ✅ [Provision domain](https://docs.mailchannels.net/inbound-api/API-reference/provision-domain)
|
|
113
|
+
- ✅ [Remove domain](https://docs.mailchannels.net/inbound-api/API-reference/remove-domain)
|
|
114
|
+
- ✅ [List domains](https://docs.mailchannels.net/inbound-api/API-reference/list-domains)
|
|
115
|
+
- ✅ [Bulk provision domains](https://docs.mailchannels.net/inbound-api/API-reference/bulk-provision-domains)
|
|
116
|
+
- ✅ [Add domain list entry](https://docs.mailchannels.net/inbound-api/API-reference/add-domain-list-entry)
|
|
117
|
+
- ✅ [Get domain list entries](https://docs.mailchannels.net/inbound-api/API-reference/get-domain-list-entries)
|
|
118
|
+
- ✅ [Delete domain list entry](https://docs.mailchannels.net/inbound-api/API-reference/delete-domain-list-entry)
|
|
119
|
+
- ✅ [Create login link](https://docs.mailchannels.net/inbound-api/API-reference/create-login-link)
|
|
120
|
+
- 🚧 [Bulk create login links](https://docs.mailchannels.net/inbound-api/API-reference/bulk-create-login-links)
|
|
121
|
+
- ✅ [Set downstream address](https://docs.mailchannels.net/inbound-api/API-reference/set-downstream-address)
|
|
122
|
+
- ✅ [Fetch downstream addresses](https://docs.mailchannels.net/inbound-api/API-reference/fetch-downstream-addresses)
|
|
123
|
+
- ✅ [Update API key](https://docs.mailchannels.net/inbound-api/API-reference/update-api-key)
|
|
108
124
|
- 📋 Lists
|
|
109
|
-
- ✅ Add item to customer list
|
|
110
|
-
- ✅ Delete item from customer list
|
|
111
|
-
- ✅ Get customer list entries
|
|
125
|
+
- ✅ [Add item to customer list](https://docs.mailchannels.net/inbound-api/API-reference/add-item-to-customer-list)
|
|
126
|
+
- ✅ [Delete item from customer list](https://docs.mailchannels.net/inbound-api/API-reference/delete-item-from-customer-list)
|
|
127
|
+
- ✅ [Get customer list entries](https://docs.mailchannels.net/inbound-api/API-reference/get-customer-list-entries)
|
|
112
128
|
- 📥 Users
|
|
113
|
-
- ✅ Create a recipient
|
|
114
|
-
- ✅ Add item to recipient list
|
|
115
|
-
- ✅ Get recipient list entries
|
|
116
|
-
- ✅ Delete item from recipient list
|
|
129
|
+
- ✅ [Create a recipient](https://docs.mailchannels.net/inbound-api/API-reference/create-a-recipient)
|
|
130
|
+
- ✅ [Add item to recipient list](https://docs.mailchannels.net/inbound-api/API-reference/add-item-to-recipient-list)
|
|
131
|
+
- ✅ [Get recipient list entries](https://docs.mailchannels.net/inbound-api/API-reference/get-recipient-list-entries)
|
|
132
|
+
- ✅ [Delete item from recipient list](https://docs.mailchannels.net/inbound-api/API-reference/delete-item-from-recipient-list)
|
|
117
133
|
- ⚙️ Service
|
|
118
|
-
- ✅ Retrieve the condition of the service
|
|
119
|
-
- ✅ Submit a false negative or false positive report
|
|
120
|
-
- ✅ Get a list of your subscriptions to MailChannels Inbound
|
|
134
|
+
- ✅ [Retrieve the condition of the service](https://docs.mailchannels.net/inbound-api/API-reference/retrieve-the-condition-of-the-service)
|
|
135
|
+
- ✅ [Submit a false negative or false positive report](https://docs.mailchannels.net/inbound-api/API-reference/submit-a-false-negative-or-false-positive-report)
|
|
136
|
+
- ✅ [Get a list of your subscriptions to MailChannels Inbound](https://docs.mailchannels.net/inbound-api/API-reference/get-a-list-of-your-subscriptions-to-mail-channels-inbound)
|
|
121
137
|
<!-- #endregion roadmap -->
|
|
122
138
|
|
|
123
139
|
## <a name="development">💻 Development</a>
|
|
124
140
|
|
|
125
141
|
<details>
|
|
126
142
|
<summary>Local development</summary>
|
|
127
|
-
|
|
143
|
+
|
|
128
144
|
```sh
|
|
129
145
|
# Install dependencies
|
|
130
146
|
pnpm install
|
package/dist/mailchannels.d.mts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { M as MailChannelsClient, E as Emails, W as Webhooks, S as SubAccounts, a as
|
|
2
|
-
export {
|
|
1
|
+
import { M as MailChannelsClient, E as Emails, W as Webhooks, S as SubAccounts, a as Metrics, b as Suppressions, D as Domains, L as Lists, U as Users, c as Service } from './shared/mailchannels-sdk.DUD1k4jz.mjs';
|
|
2
|
+
export { a2 as DomainsBulkProvisionOptions, a4 as DomainsBulkProvisionResponse, a7 as DomainsCreateLoginLinkResponse, a0 as DomainsData, a9 as DomainsDownstreamAddress, a8 as DomainsListDownstreamAddressesOptions, aa as DomainsListDownstreamAddressesResponse, a5 as DomainsListOptions, a6 as DomainsListResponse, a1 as DomainsProvisionOptions, a3 as DomainsProvisionResponse, j as EmailsCheckDomainDkim, k as EmailsCheckDomainOptions, m as EmailsCheckDomainResponse, l as EmailsCheckDomainVerdict, e as EmailsSendAttachment, h as EmailsSendOptions, g as EmailsSendOptionsBase, d as EmailsSendRecipient, i as EmailsSendResponse, f as EmailsSendTracking, af as ListEntriesResponse, ad as ListEntry, ac as ListEntryOptions, ae as ListEntryResponse, ab as ListNames, G as MetricsBucket, I as MetricsEngagement, J as MetricsEngagementResponse, H as MetricsOptions, K as MetricsPerformance, N as MetricsPerformanceResponse, O as MetricsRecipientBehaviour, P as MetricsRecipientBehaviourResponse, T as MetricsUsageResponse, Q as MetricsVolume, R as MetricsVolumeResponse, aj as ServiceReportOptions, ai as ServiceSubscriptionsResponse, q as SubAccountsAccount, u as SubAccountsApiKey, v as SubAccountsCreateApiKeyResponse, r as SubAccountsCreateResponse, y as SubAccountsCreateSmtpPasswordResponse, A as SubAccountsLimit, B as SubAccountsLimitResponse, w as SubAccountsListApiKeyResponse, s as SubAccountsListOptions, t as SubAccountsListResponse, z as SubAccountsListSmtpPasswordResponse, x as SubAccountsSmtpPassword, C as SubAccountsUsage, F as SubAccountsUsageResponse, ak as SuccessResponse, X as SuppressionsCreateOptions, _ as SuppressionsListEntry, Z as SuppressionsListOptions, $ as SuppressionsListResponse, Y as SuppressionsSource, V as SuppressionsTypes, ag as UsersCreateOptions, ah as UsersCreateResponse, n as WebhooksListResponse, o as WebhooksSigningKeyResponse, p as WebhooksValidateResponse } from './shared/mailchannels-sdk.DUD1k4jz.mjs';
|
|
3
3
|
import 'ofetch';
|
|
4
4
|
|
|
5
5
|
declare class MailChannels extends MailChannelsClient {
|
|
6
6
|
readonly emails: Emails;
|
|
7
7
|
readonly webhooks: Webhooks;
|
|
8
8
|
readonly subAccounts: SubAccounts;
|
|
9
|
-
readonly
|
|
9
|
+
readonly metrics: Metrics;
|
|
10
|
+
readonly suppressions: Suppressions;
|
|
10
11
|
readonly domains: Domains;
|
|
11
|
-
readonly users: Users;
|
|
12
12
|
readonly lists: Lists;
|
|
13
|
+
readonly users: Users;
|
|
14
|
+
readonly service: Service;
|
|
13
15
|
constructor(key: string);
|
|
14
16
|
}
|
|
15
17
|
|
package/dist/mailchannels.d.ts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { M as MailChannelsClient, E as Emails, W as Webhooks, S as SubAccounts, a as
|
|
2
|
-
export {
|
|
1
|
+
import { M as MailChannelsClient, E as Emails, W as Webhooks, S as SubAccounts, a as Metrics, b as Suppressions, D as Domains, L as Lists, U as Users, c as Service } from './shared/mailchannels-sdk.DUD1k4jz.js';
|
|
2
|
+
export { a2 as DomainsBulkProvisionOptions, a4 as DomainsBulkProvisionResponse, a7 as DomainsCreateLoginLinkResponse, a0 as DomainsData, a9 as DomainsDownstreamAddress, a8 as DomainsListDownstreamAddressesOptions, aa as DomainsListDownstreamAddressesResponse, a5 as DomainsListOptions, a6 as DomainsListResponse, a1 as DomainsProvisionOptions, a3 as DomainsProvisionResponse, j as EmailsCheckDomainDkim, k as EmailsCheckDomainOptions, m as EmailsCheckDomainResponse, l as EmailsCheckDomainVerdict, e as EmailsSendAttachment, h as EmailsSendOptions, g as EmailsSendOptionsBase, d as EmailsSendRecipient, i as EmailsSendResponse, f as EmailsSendTracking, af as ListEntriesResponse, ad as ListEntry, ac as ListEntryOptions, ae as ListEntryResponse, ab as ListNames, G as MetricsBucket, I as MetricsEngagement, J as MetricsEngagementResponse, H as MetricsOptions, K as MetricsPerformance, N as MetricsPerformanceResponse, O as MetricsRecipientBehaviour, P as MetricsRecipientBehaviourResponse, T as MetricsUsageResponse, Q as MetricsVolume, R as MetricsVolumeResponse, aj as ServiceReportOptions, ai as ServiceSubscriptionsResponse, q as SubAccountsAccount, u as SubAccountsApiKey, v as SubAccountsCreateApiKeyResponse, r as SubAccountsCreateResponse, y as SubAccountsCreateSmtpPasswordResponse, A as SubAccountsLimit, B as SubAccountsLimitResponse, w as SubAccountsListApiKeyResponse, s as SubAccountsListOptions, t as SubAccountsListResponse, z as SubAccountsListSmtpPasswordResponse, x as SubAccountsSmtpPassword, C as SubAccountsUsage, F as SubAccountsUsageResponse, ak as SuccessResponse, X as SuppressionsCreateOptions, _ as SuppressionsListEntry, Z as SuppressionsListOptions, $ as SuppressionsListResponse, Y as SuppressionsSource, V as SuppressionsTypes, ag as UsersCreateOptions, ah as UsersCreateResponse, n as WebhooksListResponse, o as WebhooksSigningKeyResponse, p as WebhooksValidateResponse } from './shared/mailchannels-sdk.DUD1k4jz.js';
|
|
3
3
|
import 'ofetch';
|
|
4
4
|
|
|
5
5
|
declare class MailChannels extends MailChannelsClient {
|
|
6
6
|
readonly emails: Emails;
|
|
7
7
|
readonly webhooks: Webhooks;
|
|
8
8
|
readonly subAccounts: SubAccounts;
|
|
9
|
-
readonly
|
|
9
|
+
readonly metrics: Metrics;
|
|
10
|
+
readonly suppressions: Suppressions;
|
|
10
11
|
readonly domains: Domains;
|
|
11
|
-
readonly users: Users;
|
|
12
12
|
readonly lists: Lists;
|
|
13
|
+
readonly users: Users;
|
|
14
|
+
readonly service: Service;
|
|
13
15
|
constructor(key: string);
|
|
14
16
|
}
|
|
15
17
|
|
package/dist/mailchannels.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { $fetch } from 'ofetch';
|
|
2
|
-
import { Emails, Webhooks, SubAccounts,
|
|
2
|
+
import { Emails, Webhooks, SubAccounts, Metrics, Suppressions, Domains, Lists, Users, Service } from './modules.mjs';
|
|
3
3
|
|
|
4
4
|
class MailChannelsClient {
|
|
5
5
|
static BASE_URL = "https://api.mailchannels.net";
|
|
@@ -39,13 +39,17 @@ class MailChannelsClient {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
class MailChannels extends MailChannelsClient {
|
|
42
|
+
// Modules: Email API
|
|
42
43
|
emails = new Emails(this);
|
|
43
44
|
webhooks = new Webhooks(this);
|
|
44
45
|
subAccounts = new SubAccounts(this);
|
|
45
|
-
|
|
46
|
+
metrics = new Metrics(this);
|
|
47
|
+
suppressions = new Suppressions(this);
|
|
48
|
+
// Modules: Inbound API
|
|
46
49
|
domains = new Domains(this);
|
|
47
|
-
users = new Users(this);
|
|
48
50
|
lists = new Lists(this);
|
|
51
|
+
users = new Users(this);
|
|
52
|
+
service = new Service(this);
|
|
49
53
|
constructor(key) {
|
|
50
54
|
super(key);
|
|
51
55
|
}
|
package/dist/modules.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as Domains,
|
|
1
|
+
export { D as Domains, a2 as DomainsBulkProvisionOptions, a4 as DomainsBulkProvisionResponse, a7 as DomainsCreateLoginLinkResponse, a0 as DomainsData, a9 as DomainsDownstreamAddress, a8 as DomainsListDownstreamAddressesOptions, aa as DomainsListDownstreamAddressesResponse, a5 as DomainsListOptions, a6 as DomainsListResponse, a1 as DomainsProvisionOptions, a3 as DomainsProvisionResponse, E as Emails, j as EmailsCheckDomainDkim, k as EmailsCheckDomainOptions, m as EmailsCheckDomainResponse, l as EmailsCheckDomainVerdict, e as EmailsSendAttachment, h as EmailsSendOptions, g as EmailsSendOptionsBase, d as EmailsSendRecipient, i as EmailsSendResponse, f as EmailsSendTracking, af as ListEntriesResponse, ad as ListEntry, ac as ListEntryOptions, ae as ListEntryResponse, ab as ListNames, L as Lists, a as Metrics, G as MetricsBucket, I as MetricsEngagement, J as MetricsEngagementResponse, H as MetricsOptions, K as MetricsPerformance, N as MetricsPerformanceResponse, O as MetricsRecipientBehaviour, P as MetricsRecipientBehaviourResponse, T as MetricsUsageResponse, Q as MetricsVolume, R as MetricsVolumeResponse, c as Service, aj as ServiceReportOptions, ai as ServiceSubscriptionsResponse, S as SubAccounts, q as SubAccountsAccount, u as SubAccountsApiKey, v as SubAccountsCreateApiKeyResponse, r as SubAccountsCreateResponse, y as SubAccountsCreateSmtpPasswordResponse, A as SubAccountsLimit, B as SubAccountsLimitResponse, w as SubAccountsListApiKeyResponse, s as SubAccountsListOptions, t as SubAccountsListResponse, z as SubAccountsListSmtpPasswordResponse, x as SubAccountsSmtpPassword, C as SubAccountsUsage, F as SubAccountsUsageResponse, ak as SuccessResponse, b as Suppressions, X as SuppressionsCreateOptions, _ as SuppressionsListEntry, Z as SuppressionsListOptions, $ as SuppressionsListResponse, Y as SuppressionsSource, V as SuppressionsTypes, U as Users, ag as UsersCreateOptions, ah as UsersCreateResponse, W as Webhooks, n as WebhooksListResponse, o as WebhooksSigningKeyResponse, p as WebhooksValidateResponse } from './shared/mailchannels-sdk.DUD1k4jz.mjs';
|
|
2
2
|
import 'ofetch';
|
package/dist/modules.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as Domains,
|
|
1
|
+
export { D as Domains, a2 as DomainsBulkProvisionOptions, a4 as DomainsBulkProvisionResponse, a7 as DomainsCreateLoginLinkResponse, a0 as DomainsData, a9 as DomainsDownstreamAddress, a8 as DomainsListDownstreamAddressesOptions, aa as DomainsListDownstreamAddressesResponse, a5 as DomainsListOptions, a6 as DomainsListResponse, a1 as DomainsProvisionOptions, a3 as DomainsProvisionResponse, E as Emails, j as EmailsCheckDomainDkim, k as EmailsCheckDomainOptions, m as EmailsCheckDomainResponse, l as EmailsCheckDomainVerdict, e as EmailsSendAttachment, h as EmailsSendOptions, g as EmailsSendOptionsBase, d as EmailsSendRecipient, i as EmailsSendResponse, f as EmailsSendTracking, af as ListEntriesResponse, ad as ListEntry, ac as ListEntryOptions, ae as ListEntryResponse, ab as ListNames, L as Lists, a as Metrics, G as MetricsBucket, I as MetricsEngagement, J as MetricsEngagementResponse, H as MetricsOptions, K as MetricsPerformance, N as MetricsPerformanceResponse, O as MetricsRecipientBehaviour, P as MetricsRecipientBehaviourResponse, T as MetricsUsageResponse, Q as MetricsVolume, R as MetricsVolumeResponse, c as Service, aj as ServiceReportOptions, ai as ServiceSubscriptionsResponse, S as SubAccounts, q as SubAccountsAccount, u as SubAccountsApiKey, v as SubAccountsCreateApiKeyResponse, r as SubAccountsCreateResponse, y as SubAccountsCreateSmtpPasswordResponse, A as SubAccountsLimit, B as SubAccountsLimitResponse, w as SubAccountsListApiKeyResponse, s as SubAccountsListOptions, t as SubAccountsListResponse, z as SubAccountsListSmtpPasswordResponse, x as SubAccountsSmtpPassword, C as SubAccountsUsage, F as SubAccountsUsageResponse, ak as SuccessResponse, b as Suppressions, X as SuppressionsCreateOptions, _ as SuppressionsListEntry, Z as SuppressionsListOptions, $ as SuppressionsListResponse, Y as SuppressionsSource, V as SuppressionsTypes, U as Users, ag as UsersCreateOptions, ah as UsersCreateResponse, W as Webhooks, n as WebhooksListResponse, o as WebhooksSigningKeyResponse, p as WebhooksValidateResponse } from './shared/mailchannels-sdk.DUD1k4jz.js';
|
|
2
2
|
import 'ofetch';
|