Files
lislgosms/docs/contracts/admin-sms-records-r11.json
T

82 lines
2.2 KiB
JSON

{
"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-list__header",
".admin-sms-record-group-title",
".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",
"查看发送详情",
"分片",
"发送详情",
"通道发送与回执",
"分片补偿审计"
]
}