feat: add smoke tests, agent credit ledger, and player cashback page
Introduce admin smoke-test suite with API probes, agent credit transaction history, and player cashback records; fix SmokeTestModule DI and polish admin/player UI assets. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,8 +25,9 @@ function dec(value: string | number | null | undefined): number {
|
||||
export function snapshotFromAgentRow(
|
||||
row: Pick<
|
||||
AgentRow | AgentDetail | AgentSubAgentRow,
|
||||
'username' | 'creditLimit' | 'usedCredit' | 'availableCredit' | 'level'
|
||||
'username' | 'creditLimit' | 'usedCredit' | 'availableCredit'
|
||||
> & {
|
||||
level?: number;
|
||||
directPlayerLiability?: string;
|
||||
childAgentExposure?: string;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user