@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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;
|