@laplace.live/internal 1.2.13 → 1.2.15

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 +15 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5682,7 +5682,7 @@ export declare namespace BilibiliInternal {
5682
5682
  emots: { [key: string]: ExtraMetaEmoteItem }
5683
5683
  is_audited: boolean
5684
5684
  /**
5685
- * 弹幕唯一识别 id,用于举报
5685
+ * 弹幕唯一识别 id,用于举报、弹幕回复
5686
5686
  */
5687
5687
  id_str: string
5688
5688
  show_reply?: boolean
@@ -5991,7 +5991,11 @@ export declare namespace BilibiliInternal {
5991
5991
  pay_info: {
5992
5992
  /** 流水号,`'2412152205251792198695335'` */
5993
5993
  payflow_id: string
5994
- /** 价格,金瓜子数量,真实货币需要 / 1000 */
5994
+ /**
5995
+ * 价格,金瓜子数量,真实货币需要 / 1000
5996
+ *
5997
+ * 这里给的直接就是单价 * 数量
5998
+ */
5995
5999
  price: number
5996
6000
  /** 大航海数量 */
5997
6001
  num: number
@@ -6012,6 +6016,7 @@ export declare namespace BilibiliInternal {
6012
6016
  *
6013
6017
  * @example 397
6014
6018
  *
6019
+ * - 0: 无特效
6015
6020
  * - 397: 舰长
6016
6021
  * - 398: 提督
6017
6022
  * - 399: 总督
@@ -6058,7 +6063,14 @@ export declare namespace BilibiliInternal {
6058
6063
  is_group: number
6059
6064
  /** 未知,通常为 0 */
6060
6065
  is_show: number
6061
- /** 未知,通常为 0 */
6066
+ /**
6067
+ * 来源,通常为 0
6068
+ *
6069
+ * - 0: 通常为0
6070
+ * - 2: 特殊活动赠送额外大航海天数时为 2
6071
+ *
6072
+ * @example 0
6073
+ */
6062
6074
  source: number
6063
6075
  /** 未知,通常为 0 */
6064
6076
  svga_block: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"