@laplace.live/internal 1.1.109 → 1.1.111
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
|
+
} | undefined
|
|
1786
1786
|
uhead_frame: {
|
|
1787
1787
|
id: number
|
|
1788
1788
|
frame_img: string
|
|
@@ -1799,7 +1799,7 @@ export declare namespace BilibiliInternal {
|
|
|
1799
1799
|
risk_ctrl_info: {
|
|
1800
1800
|
name: string
|
|
1801
1801
|
face: string
|
|
1802
|
-
} | null
|
|
1802
|
+
} | null
|
|
1803
1803
|
origin_info: {
|
|
1804
1804
|
name: string
|
|
1805
1805
|
face: string
|