fix: persist sms carrier and province
This commit is contained in:
@@ -350,6 +350,8 @@ export type SmsMessageRecord = {
|
||||
channelId?: string | null;
|
||||
messageId: string;
|
||||
phoneNumber: string;
|
||||
carrier?: string | null;
|
||||
province?: string | null;
|
||||
content: string;
|
||||
billingUnits: number;
|
||||
amountCents: number;
|
||||
|
||||
Reference in New Issue
Block a user