@masters-union/outbound-sdk 0.2.7 → 0.2.8

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.d.mts CHANGED
@@ -343,7 +343,7 @@ interface AddSuppressionParams {
343
343
  interface SuppressionResponse {
344
344
  suppression: Suppression;
345
345
  }
346
- type WebhookEvent = 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'reject' | 'rendering_failure' | 'unsubscribe' | 'resubscribe';
346
+ type WebhookEvent = 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'reject' | 'rendering_failure' | 'failed' | 'unsubscribe' | 'resubscribe';
347
347
  /** A single event inside an incoming webhook delivery. */
348
348
  interface IncomingWebhookEvent {
349
349
  eventType: WebhookEvent;
package/dist/index.d.ts CHANGED
@@ -343,7 +343,7 @@ interface AddSuppressionParams {
343
343
  interface SuppressionResponse {
344
344
  suppression: Suppression;
345
345
  }
346
- type WebhookEvent = 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'reject' | 'rendering_failure' | 'unsubscribe' | 'resubscribe';
346
+ type WebhookEvent = 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'reject' | 'rendering_failure' | 'failed' | 'unsubscribe' | 'resubscribe';
347
347
  /** A single event inside an incoming webhook delivery. */
348
348
  interface IncomingWebhookEvent {
349
349
  eventType: WebhookEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-union/outbound-sdk",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Official Node.js SDK for the Outbound Email SaaS platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",