@laplace.live/internal 1.2.16 → 1.2.18
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 +4 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -304,6 +304,8 @@ export declare namespace LaplaceInternal {
|
|
|
304
304
|
roomId: number
|
|
305
305
|
/** 短房间号 */
|
|
306
306
|
shortRoomId: number
|
|
307
|
+
/** 用户名 */
|
|
308
|
+
username: string | null
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
/**
|
|
@@ -473,7 +475,7 @@ export declare namespace LaplaceInternal {
|
|
|
473
475
|
|
|
474
476
|
/**
|
|
475
477
|
* 用户信息
|
|
476
|
-
* @link /
|
|
478
|
+
* @link /laplace/bilibili-user/:uid
|
|
477
479
|
*/
|
|
478
480
|
export interface BilibiliUser {
|
|
479
481
|
/** 对应 UID */
|
|
@@ -487,6 +489,7 @@ export declare namespace LaplaceInternal {
|
|
|
487
489
|
guild: string
|
|
488
490
|
room: number
|
|
489
491
|
liveFansCount: number
|
|
492
|
+
liveFansMedal: string | null
|
|
490
493
|
avatar: string | null
|
|
491
494
|
/** 2024-12-15T03:44:13.788Z */
|
|
492
495
|
updatedAt: string
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laplace.live/internal",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.18",
|
|
4
4
|
"module": "index.d.ts",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@types/bun": "latest"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"typescript": "^5.9.
|
|
9
|
+
"typescript": "^5.9.3"
|
|
10
10
|
},
|
|
11
11
|
"license": "AGPL-3.0",
|
|
12
12
|
"scripts": {
|