✨ feat: Added the option to restore subscription, and updated the relevant description and confirmation information.
This commit is contained in:
+4
-4
@@ -2004,10 +2004,6 @@ declare namespace API {
|
||||
id: number;
|
||||
};
|
||||
|
||||
type StopUserSubscribeRequest = {
|
||||
user_subscribe_id: number;
|
||||
};
|
||||
|
||||
type StripePayment = {
|
||||
method: string;
|
||||
client_secret: string;
|
||||
@@ -2167,6 +2163,10 @@ declare namespace API {
|
||||
enable: boolean;
|
||||
};
|
||||
|
||||
type ToggleUserSubscribeStatusRequest = {
|
||||
user_subscribe_id: number;
|
||||
};
|
||||
|
||||
type TosConfig = {
|
||||
tos_content: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user