fx-spec-hub 0.0.19 → 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
  },
@@ -44186,7 +44201,10 @@
44186
44201
  "properties": {
44187
44202
  "attachments": {
44188
44203
  "description": "附件 [{fileId,name,type}]",
44189
- "type": "string"
44204
+ "type": "array",
44205
+ "items": {
44206
+ "$ref": "#/components/schemas/models.AttachmentItem"
44207
+ }
44190
44208
  },
44191
44209
  "coinType": {
44192
44210
  "description": "币种:所有/具体币种(如ETH)",
@@ -44853,6 +44871,13 @@
44853
44871
  "requestId"
44854
44872
  ],
44855
44873
  "properties": {
44874
+ "attachments": {
44875
+ "description": "附件 [{fileId,name,type}]",
44876
+ "type": "array",
44877
+ "items": {
44878
+ "$ref": "#/components/schemas/models.AttachmentItem"
44879
+ }
44880
+ },
44856
44881
  "hotAddressList": {
44857
44882
  "description": "热地址列表",
44858
44883
  "type": "array",
@@ -44888,7 +44913,10 @@
44888
44913
  "properties": {
44889
44914
  "attachments": {
44890
44915
  "description": "附件 [{fileId,name,type}]",
44891
- "type": "string"
44916
+ "type": "array",
44917
+ "items": {
44918
+ "$ref": "#/components/schemas/models.AttachmentItem"
44919
+ }
44892
44920
  },
44893
44921
  "publicKey": {
44894
44922
  "description": "公钥",
@@ -46039,7 +46067,10 @@
46039
46067
  "properties": {
46040
46068
  "attachments": {
46041
46069
  "description": "附件 [{fileId,name,type}]",
46042
- "type": "string"
46070
+ "type": "array",
46071
+ "items": {
46072
+ "$ref": "#/components/schemas/models.AttachmentItem"
46073
+ }
46043
46074
  },
46044
46075
  "id": {
46045
46076
  "description": "API密钥ID",
@@ -47376,7 +47407,10 @@
47376
47407
  },
47377
47408
  "attachments": {
47378
47409
  "description": "审核附件 [{fileId,name,type}]",
47379
- "type": "string"
47410
+ "type": "array",
47411
+ "items": {
47412
+ "$ref": "#/components/schemas/models.AttachmentItem"
47413
+ }
47380
47414
  },
47381
47415
  "createdAt": {
47382
47416
  "type": "integer"
@@ -47633,7 +47667,10 @@
47633
47667
  "properties": {
47634
47668
  "attachments": {
47635
47669
  "description": "补充材料 [{fileId,name,type}]",
47636
- "type": "string"
47670
+ "type": "array",
47671
+ "items": {
47672
+ "$ref": "#/components/schemas/models.AttachmentItem"
47673
+ }
47637
47674
  },
47638
47675
  "bizCategory": {
47639
47676
  "type": "string"
@@ -47809,7 +47846,10 @@
47809
47846
  "properties": {
47810
47847
  "attachments": {
47811
47848
  "description": "附件 [{fileId,name,type}]",
47812
- "type": "string"
47849
+ "type": "array",
47850
+ "items": {
47851
+ "$ref": "#/components/schemas/models.AttachmentItem"
47852
+ }
47813
47853
  },
47814
47854
  "remark": {
47815
47855
  "description": "说明",
@@ -47830,7 +47870,10 @@
47830
47870
  "properties": {
47831
47871
  "attachments": {
47832
47872
  "description": "审核附件 [{fileId,name,type}]",
47833
- "type": "string"
47873
+ "type": "array",
47874
+ "items": {
47875
+ "$ref": "#/components/schemas/models.AttachmentItem"
47876
+ }
47834
47877
  },
47835
47878
  "remark": {
47836
47879
  "description": "审批意见",
@@ -47879,7 +47922,10 @@
47879
47922
  },
47880
47923
  "attachments": {
47881
47924
  "description": "审核附件 [{fileId,name,type}]",
47882
- "type": "string"
47925
+ "type": "array",
47926
+ "items": {
47927
+ "$ref": "#/components/schemas/models.AttachmentItem"
47928
+ }
47883
47929
  },
47884
47930
  "remark": {
47885
47931
  "description": "原因",
@@ -47919,6 +47965,10 @@
47919
47965
  "models.WithdrawStatusItem": {
47920
47966
  "type": "object",
47921
47967
  "properties": {
47968
+ "auditStatus": {
47969
+ "description": "审核状态:PENDING(审核中) / 空(无审核)",
47970
+ "type": "string"
47971
+ },
47922
47972
  "coinType": {
47923
47973
  "description": "币种",
47924
47974
  "type": "string"
@@ -47926,6 +47976,27 @@
47926
47976
  "status": {
47927
47977
  "description": "true(启用)/false(暂停)",
47928
47978
  "type": "string"
47979
+ },
47980
+ "ticketNo": {
47981
+ "description": "关联工单号(审核中时有值)",
47982
+ "type": "string"
47983
+ }
47984
+ }
47985
+ },
47986
+ "models.AttachmentItem": {
47987
+ "type": "object",
47988
+ "properties": {
47989
+ "fileId": {
47990
+ "description": "文件ID",
47991
+ "type": "string"
47992
+ },
47993
+ "name": {
47994
+ "description": "文件名",
47995
+ "type": "string"
47996
+ },
47997
+ "type": {
47998
+ "description": "文件类型 如 image/png",
47999
+ "type": "string"
47929
48000
  }
47930
48001
  }
47931
48002
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",