@laplace.live/internal 1.1.112 → 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 +10 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5212,7 +5212,7 @@ export declare namespace BilibiliInternal {
|
|
|
5212
5212
|
* 已知无:
|
|
5213
5213
|
* - `SEND_GIFT`
|
|
5214
5214
|
*/
|
|
5215
|
-
guard
|
|
5215
|
+
guard?: {
|
|
5216
5216
|
/**
|
|
5217
5217
|
* ie. `'2025-02-01 23:59:59'`
|
|
5218
5218
|
*/
|
|
@@ -5224,7 +5224,7 @@ export declare namespace BilibiliInternal {
|
|
|
5224
5224
|
* 3: 舰长
|
|
5225
5225
|
*/
|
|
5226
5226
|
level: number
|
|
5227
|
-
}
|
|
5227
|
+
}
|
|
5228
5228
|
/**
|
|
5229
5229
|
* 在某些特殊事件中会返回对应的头像框,目前已知返回:
|
|
5230
5230
|
*
|
|
@@ -5236,7 +5236,7 @@ export declare namespace BilibiliInternal {
|
|
|
5236
5236
|
* - `SEND_GIFT`
|
|
5237
5237
|
* - `SUPER_CHAT_MESSAGE`
|
|
5238
5238
|
*/
|
|
5239
|
-
uhead_frame
|
|
5239
|
+
uhead_frame?: {
|
|
5240
5240
|
/**
|
|
5241
5241
|
* @example `https://i0.hdslb.com/bfs/live/484a499a5b0091991e32c2fd6f0968503e95ce36.png`
|
|
5242
5242
|
*/
|
|
@@ -5245,7 +5245,7 @@ export declare namespace BilibiliInternal {
|
|
|
5245
5245
|
* @example 1750
|
|
5246
5246
|
*/
|
|
5247
5247
|
id: number
|
|
5248
|
-
}
|
|
5248
|
+
}
|
|
5249
5249
|
/**
|
|
5250
5250
|
* 舰队指挥官对象,并非所有事件都有
|
|
5251
5251
|
*
|
|
@@ -5258,9 +5258,9 @@ export declare namespace BilibiliInternal {
|
|
|
5258
5258
|
* - `SEND_GIFT`
|
|
5259
5259
|
* - `ONLINE_RANK_V2`
|
|
5260
5260
|
*/
|
|
5261
|
-
guard_leader
|
|
5261
|
+
guard_leader?: {
|
|
5262
5262
|
is_guard_leader: boolean
|
|
5263
|
-
}
|
|
5263
|
+
}
|
|
5264
5264
|
}
|
|
5265
5265
|
/**
|
|
5266
5266
|
* 普通弹幕事件
|
|
@@ -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'
|