@laplace.live/internal 1.3.15 → 1.3.17

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.15",
3
+ "version": "1.3.17",
4
4
  "module": "src/index.d.ts",
5
5
  "exports": {
6
6
  ".": "./src/index.d.ts",
@@ -387,7 +387,11 @@ export declare namespace BilibiliInternal {
387
387
  background: string
388
388
  description: string
389
389
  live_status: 0 | 1
390
- /** 直播开始时间戳 */
390
+ /**
391
+ * 直播开始时间戳
392
+ *
393
+ * @example 1779087141
394
+ */
391
395
  live_start_time: number
392
396
  live_screen_type: number
393
397
  lock_status: number
@@ -137,6 +137,10 @@ export declare namespace Danmakus {
137
137
  price: number
138
138
  ct: string
139
139
  count: number
140
+ /**
141
+ * 如存在,这条弹幕由用户补充上传,非本站直接采集,内容和时间可能存在偏差,本站不保证准确性。
142
+ */
143
+ uploadAccountId?: number
140
144
  }
141
145
 
142
146
  /** Extra props for live item */