@laplace.live/internal 1.2.8 → 1.2.9

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 +16 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5627,6 +5627,22 @@ export declare namespace BilibiliInternal {
5627
5627
  show_reply?: boolean
5628
5628
  reply_mid?: number
5629
5629
  reply_uname?: string
5630
+ reply_uname_color?: string
5631
+ /** 被回复用户是否是神秘人 */
5632
+ reply_is_mystery?: boolean
5633
+ /** 未知 */
5634
+ reply_type_enum?: number
5635
+ /** 未知 */
5636
+ hit_combo?: number
5637
+ /** 未知 */
5638
+ esports_jump_url?: string
5639
+ /**
5640
+ * 是否是跨房弹幕
5641
+ *
5642
+ * @since Sep 20, 2025
5643
+ */
5644
+ is_mirror?: boolean
5645
+ is_collaboration_member?: boolean
5630
5646
  }
5631
5647
 
5632
5648
  /** Item of `ExtraMeta` */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"