@laplace.live/internal 1.1.103 → 1.1.105

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.
Files changed (2) hide show
  1. package/index.d.ts +32 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3402,7 +3402,18 @@ export declare namespace BilibiliInternal {
3402
3402
  is_latest_100honour: number
3403
3403
  }
3404
3404
  is_followed: boolean
3405
+ /**
3406
+ * @example `bfs/space/dbba57ab872ccd22940d8c812a22655c309c852f.png`
3407
+ */
3405
3408
  top_photo: string
3409
+ /**
3410
+ * @since 2025-06-18
3411
+ */
3412
+ top_photo_v2: {
3413
+ l_200h_img: string
3414
+ l_img: string
3415
+ sid: number
3416
+ }
3406
3417
  theme: {}
3407
3418
  sys_notice: {}
3408
3419
  live_room: {
@@ -5131,7 +5142,9 @@ export declare namespace BilibiliInternal {
5131
5142
  uid: number
5132
5143
  base: {
5133
5144
  /**
5134
- * 匿名时此处打码
5145
+ * 匿名时此处 **通常** 会被打码,下列事件包含 UINFO 时此处没打码,完整行为需更多调查
5146
+ *
5147
+ * - `ONLINE_RANK_V2` 没打码
5135
5148
  */
5136
5149
  name: string
5137
5150
  face: string
@@ -6263,6 +6276,24 @@ export declare namespace BilibiliInternal {
6263
6276
  score?: number
6264
6277
  }
6265
6278
 
6279
+ /**
6280
+ * 互动事件 V2
6281
+ *
6282
+ * 基于 protobuf 协议,只有某些特定的直播间内会出现
6283
+ *
6284
+ * @since Jul 2, 2025
6285
+ */
6286
+ export interface INTERACT_WORD_V2 {
6287
+ cmd: 'INTERACT_WORD_V2'
6288
+ data: {
6289
+ dmscore: number
6290
+ /**
6291
+ * @example `CIqA0wQSD+eIhueCuOmjnuacuuWktCIBASgBMPj69ws4z8KfwwZAxL2grv0yYgB47fygnMm5xKcYmgEAsgFoCIqA0wQSXQoP54iG54K46aOe5py65aS0EkpodHRwczovL2kyLmhkc2xiLmNvbS9iZnMvZmFjZS8xYzQ0MmY2ZGU2MjBhMThhYjllZDY0YjJmNjljYWM3ZTMzMjhkMTAwLmpwZyIAMgC6AQA=`
6292
+ */
6293
+ pb: string
6294
+ }
6295
+ }
6296
+
6266
6297
  /**
6267
6298
  * 醒目留言
6268
6299
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.103",
3
+ "version": "1.1.105",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"