@laplace.live/internal 1.2.6 → 1.2.7

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 +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7301,6 +7301,12 @@ export declare namespace BilibiliInternal {
7301
7301
  * @example 1718132706
7302
7302
  */
7303
7303
  live_time?: number
7304
+ /**
7305
+ * 未知,只有在首次触发时会携带
7306
+ *
7307
+ * @example [50]
7308
+ */
7309
+ special_types?: number[]
7304
7310
  }
7305
7311
 
7306
7312
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"