feat: add governed postbox delivery and report hardening
This commit is contained in:
@@ -5,6 +5,7 @@ export type CampaignJobSortColumn =
|
||||
| "validation"
|
||||
| "queue"
|
||||
| "send"
|
||||
| "postbox"
|
||||
| "imap"
|
||||
| "attempts"
|
||||
| "updated";
|
||||
@@ -31,6 +32,7 @@ const FILTER_PARAMETERS: Record<string, string> = {
|
||||
validation: "filter_validation",
|
||||
queue: "filter_queue",
|
||||
send: "filter_send",
|
||||
postbox: "filter_postbox",
|
||||
imap: "filter_imap",
|
||||
attempts: "filter_attempts",
|
||||
evidence: "filter_evidence"
|
||||
|
||||
Reference in New Issue
Block a user