@laplace.live/internal 1.1.107 → 1.1.109

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 +22 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1799,7 +1799,7 @@ export declare namespace BilibiliInternal {
1799
1799
  risk_ctrl_info: {
1800
1800
  name: string
1801
1801
  face: string
1802
- } | null
1802
+ } | null | undefined
1803
1803
  origin_info: {
1804
1804
  name: string
1805
1805
  face: string
@@ -7249,6 +7249,27 @@ export declare namespace BilibiliInternal {
7249
7249
  }
7250
7250
  }
7251
7251
 
7252
+ /**
7253
+ * 直播间实时基本信息更新
7254
+ *
7255
+ * 以前出现过的信息,曾经不再推送此消息,Jul 5, 2025 发现又开始推了😅
7256
+ *
7257
+ * @since Jul 5, 2025
7258
+ */
7259
+ export interface ROOM_REAL_TIME_MESSAGE_UPDATE_V2 {
7260
+ cmd: 'ROOM_REAL_TIME_MESSAGE_UPDATE_V2'
7261
+ data: {
7262
+ /** 粉丝数 */
7263
+ fans: number
7264
+ /** 粉丝团人数 */
7265
+ fans_club: number
7266
+ /** 未知,通常为 -1 */
7267
+ red_notice: number
7268
+ /** 直播间号 */
7269
+ roomid: number
7270
+ }
7271
+ }
7272
+
7252
7273
  /**
7253
7274
  * 开播事件
7254
7275
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.107",
3
+ "version": "1.1.109",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"