@laplace.live/internal 1.2.47 → 1.2.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -549,6 +549,7 @@ export declare namespace LaplaceInternal {
|
|
|
549
549
|
* - `?pageSize=100` — items per page (1–500, default 100)
|
|
550
550
|
* - `?all=true` — return all rows without pagination
|
|
551
551
|
* - `?tags=1,2,3` — filter to users who have all listed tag IDs (AND)
|
|
552
|
+
* - `?search=keyword` — filter by UID (exact) or username (case-insensitive partial match)
|
|
552
553
|
*/
|
|
553
554
|
export interface ListBilibiliUsers {
|
|
554
555
|
data: ListBilibiliUsersItem[]
|