@laplace.live/internal 1.3.18 → 1.3.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
4
4
  "module": "src/index.d.ts",
5
5
  "exports": {
6
6
  ".": "./src/index.d.ts",
@@ -2032,7 +2032,10 @@ export declare namespace BilibiliInternal {
2032
2032
  }
2033
2033
  list: LiveGuardsV2List[]
2034
2034
  top3: LiveGuardsV2List[]
2035
- my_follow_info: {
2035
+ /**
2036
+ * 当前请求 API 的用户信息,为了保障隐私,workers 处理时会去掉此字段,因此标记为 optional
2037
+ */
2038
+ my_follow_info?: {
2036
2039
  accompany_days: number
2037
2040
  auto_renew: number
2038
2041
  renew_remind: {
@@ -2045,7 +2048,10 @@ export declare namespace BilibiliInternal {
2045
2048
  uinfo: LiveGuardsV2Uinfo
2046
2049
  expired_time: string
2047
2050
  }
2048
- guard_warn: {
2051
+ /**
2052
+ * 当前请求 API 的用户的大航海到期信息,为了保障隐私,workers 处理时会去掉此字段,因此标记为 optional
2053
+ */
2054
+ guard_warn?: {
2049
2055
  is_warn: number
2050
2056
  warn: string
2051
2057
  expired: number