@laplace.live/internal 1.1.111 → 1.1.113

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 +7 -7
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1782,7 +1782,7 @@ export declare namespace BilibiliInternal {
1782
1782
  guard: {
1783
1783
  level: number
1784
1784
  expired_str: string
1785
- } | undefined
1785
+ } | null
1786
1786
  uhead_frame: {
1787
1787
  id: number
1788
1788
  frame_img: string
@@ -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
- } | null
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
- } | null
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
- } | null
5263
+ }
5264
5264
  }
5265
5265
  /**
5266
5266
  * 普通弹幕事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.111",
3
+ "version": "1.1.113",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"