@laplace.live/internal 1.1.95 → 1.1.96
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 +15 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7616,7 +7616,7 @@ export declare namespace BilibiliInternal {
|
|
|
7616
7616
|
}
|
|
7617
7617
|
|
|
7618
7618
|
/**
|
|
7619
|
-
*
|
|
7619
|
+
* 进入直播间事件
|
|
7620
7620
|
*/
|
|
7621
7621
|
export interface LIVE_OPEN_PLATFORM_LIVE_ROOM_ENTER {
|
|
7622
7622
|
cmd: 'LIVE_OPEN_PLATFORM_LIVE_ROOM_ENTER'
|
|
@@ -7664,6 +7664,20 @@ export declare namespace BilibiliInternal {
|
|
|
7664
7664
|
room_id: number
|
|
7665
7665
|
}
|
|
7666
7666
|
}
|
|
7667
|
+
|
|
7668
|
+
/**
|
|
7669
|
+
* 消息推送结束通知事件
|
|
7670
|
+
*/
|
|
7671
|
+
export interface LIVE_OPEN_PLATFORM_INTERACTION_END {
|
|
7672
|
+
cmd: 'LIVE_OPEN_PLATFORM_INTERACTION_END'
|
|
7673
|
+
data: {
|
|
7674
|
+
game_id: string
|
|
7675
|
+
/**
|
|
7676
|
+
* @example `1714113037`
|
|
7677
|
+
*/
|
|
7678
|
+
timestamp: number
|
|
7679
|
+
}
|
|
7680
|
+
}
|
|
7667
7681
|
}
|
|
7668
7682
|
}
|
|
7669
7683
|
}
|