shipmail 0.5.3 → 0.5.4
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/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1699,7 +1699,7 @@ var Webhooks = class extends ApiResource {
|
|
|
1699
1699
|
};
|
|
1700
1700
|
|
|
1701
1701
|
// src/version.ts
|
|
1702
|
-
var VERSION = "0.5.
|
|
1702
|
+
var VERSION = "0.5.4";
|
|
1703
1703
|
|
|
1704
1704
|
// src/client.ts
|
|
1705
1705
|
var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";
|
|
@@ -1876,6 +1876,8 @@ var WEBHOOK_EVENT_TYPES = [
|
|
|
1876
1876
|
"message.bounced",
|
|
1877
1877
|
"message.complained",
|
|
1878
1878
|
"mailbox.rule_matched",
|
|
1879
|
+
"mailbox.export.completed",
|
|
1880
|
+
"mailbox.export.failed",
|
|
1879
1881
|
"domain.verified",
|
|
1880
1882
|
"domain.verification_failed",
|
|
1881
1883
|
"domain.degraded",
|