feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -71,6 +71,13 @@ export interface EventData {
|
||||
live_show?: {
|
||||
moderation_mode?: 'off' | 'manual' | 'trusted_only';
|
||||
};
|
||||
capabilities?: {
|
||||
ai_styling?: boolean;
|
||||
ai_styling_granted_by?: 'package' | 'addon' | null;
|
||||
ai_styling_required_feature?: string | null;
|
||||
ai_styling_addon_keys?: string[] | null;
|
||||
ai_styling_event_enabled?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface PackageData {
|
||||
|
||||
Reference in New Issue
Block a user