@laplace.live/internal 1.1.111 → 1.1.112
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 +2 -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
|
-
} |
|
|
1785
|
+
} | null
|
|
1786
1786
|
uhead_frame: {
|
|
1787
1787
|
id: number
|
|
1788
1788
|
frame_img: string
|
|
@@ -5224,7 +5224,7 @@ export declare namespace BilibiliInternal {
|
|
|
5224
5224
|
* 3: 舰长
|
|
5225
5225
|
*/
|
|
5226
5226
|
level: number
|
|
5227
|
-
} | null
|
|
5227
|
+
} | undefined | null
|
|
5228
5228
|
/**
|
|
5229
5229
|
* 在某些特殊事件中会返回对应的头像框,目前已知返回:
|
|
5230
5230
|
*
|