feat: govern attachment exceptions and ownership transfers
This commit is contained in:
@@ -471,6 +471,11 @@ export type CampaignMockSendPayload = {
|
||||
export type CampaignReviewStatePayload = {
|
||||
inspection_complete: boolean;
|
||||
reviewed_message_keys: string[];
|
||||
issue_decisions: Array<{
|
||||
job_id: string;
|
||||
decision: "accept";
|
||||
reason?: string | null;
|
||||
}>;
|
||||
};
|
||||
|
||||
export type CampaignSendJobPayload = {
|
||||
|
||||
Reference in New Issue
Block a user