@laplace.live/internal 1.2.2 → 1.2.4

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 +8 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4474,8 +4474,13 @@ export declare namespace BilibiliInternal {
4474
4474
  pre_end_time: number
4475
4475
  is_booked: number
4476
4476
  act_desc: string
4477
- /** 抽奖列表,通常只有一个,打包的会有多个,例如 VR */
4478
- lottery_list: CollectionLotteryList[]
4477
+ /** 抽奖列表
4478
+ *
4479
+ * 通常只有一个,打包的会有多个,例如 VR
4480
+ *
4481
+ * 在某些极端情况下,可以为 null😅,例如 collections/267
4482
+ */
4483
+ lottery_list: CollectionLotteryList[] | null
4479
4484
  share_info: {
4480
4485
  main_title: string
4481
4486
  sub_title: string
@@ -5758,6 +5763,7 @@ export declare namespace BilibiliInternal {
5758
5763
  dm_icon_key: string
5759
5764
  }
5760
5765
  business: number
5766
+ new_style: number
5761
5767
  icon_list: string[]
5762
5768
  max_delay_time: number
5763
5769
  /** ie. 1680586909839989500 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"