type alias BulkBatchResponse What the provider returned for one batch: HTTP status, ok flag, and the raw response body. Providers reply with queued message IDs (or rejection reasons), so the body is kept to surface back to the sender and the log. Properties status: number ok: boolean body: string