fix(chat): apply unlocked voice audio url
This commit is contained in:
@@ -11,6 +11,7 @@ export const UnlockPrivateReasonSchema = stringOrEmpty;
|
||||
export const UnlockPrivateResponseSchema = z.object({
|
||||
unlocked: booleanOrFalse,
|
||||
content: stringOrEmpty,
|
||||
audioUrl: stringOrEmpty,
|
||||
reason: UnlockPrivateReasonSchema,
|
||||
creditBalance: numberOrZero,
|
||||
creditsCharged: numberOrZero,
|
||||
|
||||
Reference in New Issue
Block a user