1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type PuzzleGridSize = 3 | 4;
|
||||
export type PuzzleGridSize = 3 | 4 | 5 | 6 | 7;
|
||||
|
||||
export interface PuzzleCellPosition {
|
||||
row: number;
|
||||
|
||||
@@ -23,6 +23,10 @@ export interface PuzzleWorkSummary {
|
||||
remixCount?: number;
|
||||
likeCount?: number;
|
||||
recentPlayCount7d?: number;
|
||||
pointIncentiveTotalHalfPoints?: number;
|
||||
pointIncentiveClaimedPoints?: number;
|
||||
pointIncentiveTotalPoints?: number;
|
||||
pointIncentiveClaimablePoints?: number;
|
||||
publishReady: boolean;
|
||||
levels?: PuzzleDraftLevel[];
|
||||
}
|
||||
|
||||
@@ -64,7 +64,8 @@ export type ProfileWalletLedgerEntry = {
|
||||
| 'points_recharge'
|
||||
| 'asset_operation_consume'
|
||||
| 'asset_operation_refund'
|
||||
| 'redeem_code_reward';
|
||||
| 'redeem_code_reward'
|
||||
| 'puzzle_author_incentive_claim';
|
||||
createdAt: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user