feat: add phone frequency controls and modularize codebase
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"version": "R11",
|
||||
"stableEntry": "src/apps/admin/AdminSmsRecordsPage.tsx",
|
||||
"stableExport": "AdminSmsRecordsPage",
|
||||
"maxStableEntryLines": 220,
|
||||
"modules": {
|
||||
"src/apps/admin/sms-records/SmsRecordFilter.tsx": ["SmsRecordFilter"],
|
||||
"src/apps/admin/sms-records/SmsRecordList.tsx": ["SmsRecordList"],
|
||||
"src/apps/admin/sms-records/SendDetailModal.tsx": ["SendDetailModal"],
|
||||
"src/apps/admin/sms-records/smsRecordModel.ts": [
|
||||
"getDate",
|
||||
"getTime",
|
||||
"getClock",
|
||||
"getRecordStatus",
|
||||
"getRecordStatusLabel",
|
||||
"getReceiptNotice",
|
||||
"getCarrierLabel",
|
||||
"buildRouteRows",
|
||||
"downloadCsv",
|
||||
"defaultSmsRecordDateRange"
|
||||
]
|
||||
},
|
||||
"apiCalls": {
|
||||
"src/apps/admin/AdminSmsRecordsPage.tsx": [
|
||||
"listOperationMessages",
|
||||
"listTenants",
|
||||
"listEnterpriseApplicationOptions",
|
||||
"listMessageSegmentAudits",
|
||||
"exportOperationMessages"
|
||||
]
|
||||
},
|
||||
"styleFile": "src/apps/admin/sms-records/AdminSmsRecordsPage.css",
|
||||
"styleImport": "./sms-records/AdminSmsRecordsPage.css",
|
||||
"pageStyleSelectors": [
|
||||
".admin-sms-records-page",
|
||||
".admin-sms-record-filter",
|
||||
".admin-sms-record-table-card",
|
||||
".admin-sms-record-toolbar",
|
||||
".admin-sms-record-list",
|
||||
".admin-sms-record-card",
|
||||
".admin-sms-record-status",
|
||||
".admin-sms-record-detail-link",
|
||||
".admin-sms-send-detail",
|
||||
".admin-sms-detail-overview",
|
||||
".admin-sms-detail-notice",
|
||||
".admin-sms-detail-content",
|
||||
".admin-sms-detail-status-grid",
|
||||
".admin-sms-detail-failure",
|
||||
".admin-sms-segment-list",
|
||||
".admin-sms-segment-card",
|
||||
".admin-sms-route-list"
|
||||
],
|
||||
"sharedSelectorsKeptGlobal": [
|
||||
".muted"
|
||||
],
|
||||
"sharedSelectorsKeptInComponents": [
|
||||
".template-modal-title",
|
||||
".ui-table__empty"
|
||||
],
|
||||
"interactionLabels": [
|
||||
"企业",
|
||||
"应用",
|
||||
"提交日期",
|
||||
"手机号码",
|
||||
"运营商",
|
||||
"短信内容",
|
||||
"通道名称",
|
||||
"发送状态",
|
||||
"查询",
|
||||
"重置",
|
||||
"导出CSV",
|
||||
"查看发送详情",
|
||||
"发送详情",
|
||||
"通道发送与回执",
|
||||
"分片补偿审计"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user