fix: harden upstream and downstream receipt delivery
This commit is contained in:
@@ -1266,6 +1266,22 @@ export type DownstreamDeliveryRecord = {
|
||||
tenant?: TenantOption | null;
|
||||
application?: EnterpriseApplication | null;
|
||||
messageRecord?: SmsMessageRecord | null;
|
||||
attempts?: Array<{
|
||||
id: string;
|
||||
attemptNo: number;
|
||||
connectionId?: string | null;
|
||||
sequenceId?: string | null;
|
||||
messageId?: string | null;
|
||||
status: string;
|
||||
sentAt?: string | null;
|
||||
ackDeadlineAt?: string | null;
|
||||
acknowledgedAt?: string | null;
|
||||
ackResult?: number | null;
|
||||
failureType?: string | null;
|
||||
errorMessage?: string | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}>;
|
||||
};
|
||||
|
||||
export type BatchRequeueResponse = {
|
||||
|
||||
Reference in New Issue
Block a user