feat(api): Add new subscription properties and locale support for deduction ratios and reset cycles

This commit is contained in:
web@ppanel
2024-12-29 16:18:21 +07:00
parent a93db4eb9f
commit fec80f592d
29 changed files with 976 additions and 431 deletions
+4
View File
@@ -323,6 +323,10 @@ declare namespace API {
show: boolean;
sell: boolean;
sort: number;
deduction_ratio: number;
purchase_with_discount: boolean;
reset_cycle: number;
renewal_reset: boolean;
created_at: number;
updated_at: number;
};
+4
View File
@@ -471,6 +471,10 @@ declare namespace API {
show: boolean;
sell: boolean;
sort: number;
deduction_ratio: number;
purchase_with_discount: boolean;
reset_cycle: number;
renewal_reset: boolean;
created_at: number;
updated_at: number;
};