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:
@@ -1,5 +1,6 @@
|
||||
import { DEFAULT_CHARACTER_ID } from "@/data/constants/character";
|
||||
import type { PrivateAlbum } from "@/data/schemas/private-zone";
|
||||
import type { PaymentGuidance } from "@/data/schemas/chat";
|
||||
|
||||
export interface PrivateZoneUnlockPaywallRequest {
|
||||
albumId: string;
|
||||
@@ -7,6 +8,7 @@ export interface PrivateZoneUnlockPaywallRequest {
|
||||
requiredCredits: number;
|
||||
currentCredits: number;
|
||||
shortfallCredits: number;
|
||||
paymentGuidance?: PaymentGuidance | null;
|
||||
}
|
||||
|
||||
export interface PrivateZoneState {
|
||||
|
||||
Reference in New Issue
Block a user