@laplace.live/internal 1.1.113 → 1.1.114
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 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6426,6 +6426,8 @@ export declare namespace BilibiliInternal {
|
|
|
6426
6426
|
|
|
6427
6427
|
/**
|
|
6428
6428
|
* MVP,守护系列事件
|
|
6429
|
+
*
|
|
6430
|
+
* @deprecated no longer used by bilibili 😅
|
|
6429
6431
|
*/
|
|
6430
6432
|
export interface USER_VIRTUAL_MVP {
|
|
6431
6433
|
cmd: 'USER_VIRTUAL_MVP'
|
|
@@ -7198,6 +7200,8 @@ export declare namespace BilibiliInternal {
|
|
|
7198
7200
|
|
|
7199
7201
|
/**
|
|
7200
7202
|
* 高能用户列表
|
|
7203
|
+
*
|
|
7204
|
+
* @deprecated use `ONLINE_RANK_V3` instead
|
|
7201
7205
|
*/
|
|
7202
7206
|
export interface ONLINE_RANK_V2 {
|
|
7203
7207
|
cmd: 'ONLINE_RANK_V2'
|