feat(chat): render role-bound payment guidance
Docker Image / Build and Push Docker Image (push) Successful in 5m2s
Docker Image / Build and Push Docker Image (push) Successful in 5m2s
This commit is contained in:
@@ -19,6 +19,7 @@ export interface OpenSubscriptionInput {
|
||||
returnTo?: AppSubscriptionReturnTo;
|
||||
replace?: boolean;
|
||||
analytics?: PaymentAnalyticsContext;
|
||||
chatActionId?: string;
|
||||
}
|
||||
|
||||
export interface StartMessageUnlockInput {
|
||||
@@ -44,4 +45,5 @@ export interface OpenSubscriptionForPendingUnlockInput {
|
||||
type: AppSubscriptionType;
|
||||
payChannel?: PayChannel;
|
||||
analytics?: PaymentAnalyticsContext;
|
||||
chatActionId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user