fx-spec-hub 0.0.20 → 0.0.21

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.
@@ -37439,6 +37439,13 @@
37439
37439
  "transferAmount"
37440
37440
  ],
37441
37441
  "properties": {
37442
+ "attachments": {
37443
+ "description": "附件 [{fileId,name,type}]",
37444
+ "type": "array",
37445
+ "items": {
37446
+ "$ref": "#/components/schemas/models.AttachmentItem"
37447
+ }
37448
+ },
37442
37449
  "fromAddress": {
37443
37450
  "description": "转出地址",
37444
37451
  "type": "string"
@@ -37447,6 +37454,10 @@
37447
37454
  "description": "网络(BTC等)",
37448
37455
  "type": "string"
37449
37456
  },
37457
+ "remark": {
37458
+ "description": "备注",
37459
+ "type": "string"
37460
+ },
37450
37461
  "toAddress": {
37451
37462
  "description": "转入地址",
37452
37463
  "type": "string"
@@ -39953,6 +39964,10 @@
39953
39964
  "tradeType": {
39954
39965
  "description": "交易类型",
39955
39966
  "type": "string"
39967
+ },
39968
+ "tx_id": {
39969
+ "description": "交易ID",
39970
+ "type": "integer"
39956
39971
  }
39957
39972
  }
39958
39973
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",