update: 新增播客声音搜索 #1814, bump to 4.13.3

This commit is contained in:
binaryify
2023-10-11 11:31:28 +08:00
parent e439a537fa
commit 932095663a
6 changed files with 90 additions and 1 deletions

12
interface.d.ts vendored
View File

@ -1795,3 +1795,15 @@ export function get_userids(
nicknames: string
} & RequestBaseConfig,
): Promise<Response>
export function voicelist_list_search(
params: {
limit?: string | number
offset?: string | number
name?: string
displayStatus?: string
type?: string
voiceFeeType?: string | number
radioId?: string
} & RequestBaseConfig,
): Promise<Response>