fx-spec-hub 0.0.26 → 0.0.28

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.
@@ -25616,8 +25616,12 @@
25616
25616
  "$ref": "#/components/schemas/models.AttachmentItem"
25617
25617
  }
25618
25618
  },
25619
+ "reason": {
25620
+ "description": "最终原因",
25621
+ "type": "string"
25622
+ },
25619
25623
  "remark": {
25620
- "description": "原因",
25624
+ "description": "备注",
25621
25625
  "type": "string"
25622
25626
  },
25623
25627
  "ticketNo": {
@@ -25659,6 +25663,10 @@
25659
25663
  "$ref": "#/components/schemas/models.AttachmentItem"
25660
25664
  }
25661
25665
  },
25666
+ "reason": {
25667
+ "description": "最终原因",
25668
+ "type": "string"
25669
+ },
25662
25670
  "remark": {
25663
25671
  "description": "审批意见",
25664
25672
  "type": "string"
@@ -25749,10 +25757,18 @@
25749
25757
  "description": "审批层级",
25750
25758
  "type": "integer"
25751
25759
  },
25760
+ "reason": {
25761
+ "description": "最终原因",
25762
+ "type": "string"
25763
+ },
25752
25764
  "remark": {
25753
25765
  "description": "审批意见",
25754
25766
  "type": "string"
25755
25767
  },
25768
+ "role": {
25769
+ "description": "审批角色 OPERATION / COMPLIANCE / SAFETY",
25770
+ "type": "string"
25771
+ },
25756
25772
  "status": {
25757
25773
  "description": "COMPLETED / PENDING / WAITING",
25758
25774
  "type": "string"
@@ -25848,6 +25864,10 @@
25848
25864
  "description": "当前审批层级",
25849
25865
  "type": "integer"
25850
25866
  },
25867
+ "finalReason": {
25868
+ "description": "最终审核原因",
25869
+ "type": "string"
25870
+ },
25851
25871
  "id": {
25852
25872
  "type": "integer"
25853
25873
  },
@@ -25985,6 +26005,9 @@
25985
26005
  "description": "workflow_instances 关联字段",
25986
26006
  "type": "integer"
25987
26007
  },
26008
+ "finalReason": {
26009
+ "type": "string"
26010
+ },
25988
26011
  "remark": {
25989
26012
  "type": "string"
25990
26013
  },
@@ -26151,6 +26174,9 @@
26151
26174
  "instanceId": {
26152
26175
  "type": "string"
26153
26176
  },
26177
+ "reason": {
26178
+ "type": "string"
26179
+ },
26154
26180
  "remark": {
26155
26181
  "type": "string"
26156
26182
  },
@@ -26273,8 +26299,14 @@
26273
26299
  "approverName": {
26274
26300
  "type": "string"
26275
26301
  },
26302
+ "attachments": {
26303
+ "type": "array",
26304
+ "items": {
26305
+ "type": "integer"
26306
+ }
26307
+ },
26276
26308
  "bizSubtype": {
26277
- "description": "PAUSE_WITHDRAW(暂停提现) / RESUME_WITHDRAW(恢复提现) / FUSE(熔断) / UNFUSE(撤销熔断) / STR_ALERT_HIT(STR命中) / STR_ALERT_MISS(STR未命中) / REVOKE_TRANSACTION(撤销交易)",
26309
+ "description": "PAUSE_WITHDRAW(暂停提现) ...",
26278
26310
  "type": "string"
26279
26311
  },
26280
26312
  "bizType": {
@@ -26295,6 +26327,9 @@
26295
26327
  "instanceId": {
26296
26328
  "type": "string"
26297
26329
  },
26330
+ "reason": {
26331
+ "type": "string"
26332
+ },
26298
26333
  "remark": {
26299
26334
  "type": "string"
26300
26335
  },
@@ -26482,6 +26517,17 @@
26482
26517
  "workflowInstanceId"
26483
26518
  ],
26484
26519
  "properties": {
26520
+ "attachments": {
26521
+ "description": "审核附件",
26522
+ "type": "array",
26523
+ "items": {
26524
+ "type": "integer"
26525
+ }
26526
+ },
26527
+ "reason": {
26528
+ "description": "最终原因",
26529
+ "type": "string"
26530
+ },
26485
26531
  "remark": {
26486
26532
  "description": "拒绝原因",
26487
26533
  "type": "string"
@@ -26586,6 +26632,17 @@
26586
26632
  "workflowInstanceId"
26587
26633
  ],
26588
26634
  "properties": {
26635
+ "attachments": {
26636
+ "description": "审核附件",
26637
+ "type": "array",
26638
+ "items": {
26639
+ "type": "integer"
26640
+ }
26641
+ },
26642
+ "reason": {
26643
+ "description": "最终审核原因",
26644
+ "type": "string"
26645
+ },
26589
26646
  "remark": {
26590
26647
  "description": "审批意见",
26591
26648
  "type": "string"
@@ -26983,6 +27040,9 @@
26983
27040
  "level": {
26984
27041
  "type": "integer"
26985
27042
  },
27043
+ "reason": {
27044
+ "type": "string"
27045
+ },
26986
27046
  "remark": {
26987
27047
  "type": "string"
26988
27048
  },
@@ -27342,8 +27402,17 @@
27342
27402
  "models.AuditStrScreeningRequest": {
27343
27403
  "type": "object",
27344
27404
  "properties": {
27405
+ "attachments": {
27406
+ "type": "array",
27407
+ "items": {
27408
+ "$ref": "#/components/schemas/models.AttachmentItem"
27409
+ }
27410
+ },
27345
27411
  "id": {
27346
- "type": "integer"
27412
+ "type": "string",
27413
+ "examples": [
27414
+ "0"
27415
+ ]
27347
27416
  },
27348
27417
  "remark": {
27349
27418
  "type": "string"
@@ -27351,6 +27420,9 @@
27351
27420
  "status": {
27352
27421
  "description": "STR_ALERT_HIT, STR_ALERT_MISS",
27353
27422
  "type": "string"
27423
+ },
27424
+ "ticketNo": {
27425
+ "type": "string"
27354
27426
  }
27355
27427
  }
27356
27428
  },
@@ -28594,6 +28666,10 @@
28594
28666
  "description": "审核状态",
28595
28667
  "type": "string"
28596
28668
  },
28669
+ "ticketNo": {
28670
+ "description": "工单编号",
28671
+ "type": "string"
28672
+ },
28597
28673
  "type": {
28598
28674
  "description": "订单类型",
28599
28675
  "type": "string"
@@ -29194,10 +29270,15 @@
29194
29270
  "models.LoginFreezeReq": {
29195
29271
  "type": "object",
29196
29272
  "required": [
29273
+ "accountId",
29197
29274
  "remark",
29198
29275
  "userId"
29199
29276
  ],
29200
29277
  "properties": {
29278
+ "accountId": {
29279
+ "description": "accountId",
29280
+ "type": "string"
29281
+ },
29201
29282
  "attachments": {
29202
29283
  "description": "工单附件",
29203
29284
  "type": "array",
@@ -35218,19 +35299,9 @@
35218
35299
  "accountID": {
35219
35300
  "type": "string"
35220
35301
  },
35221
- "attachments": {
35222
- "description": "附件",
35223
- "type": "array",
35224
- "items": {
35225
- "$ref": "#/components/schemas/models.AttachmentItem"
35226
- }
35227
- },
35228
35302
  "auditor": {
35229
35303
  "type": "string"
35230
35304
  },
35231
- "bizType": {
35232
- "type": "string"
35233
- },
35234
35305
  "kycID": {
35235
35306
  "type": "integer"
35236
35307
  },
@@ -42459,12 +42530,10 @@
42459
42530
  "type": "object",
42460
42531
  "properties": {
42461
42532
  "code": {
42462
- "description": "errcode",
42463
- "allOf": [
42464
- {
42465
- "$ref": "#/components/schemas/errcode.Code"
42466
- }
42467
- ]
42533
+ "type": "string"
42534
+ },
42535
+ "codeNum": {
42536
+ "type": "integer"
42468
42537
  },
42469
42538
  "msg": {
42470
42539
  "type": "string"
@@ -1,10 +1,10 @@
1
1
  VITE_OTEL_EXPORTER_OTLP_ENDPOINT =
2
2
  VITE_SENTRY_DSN =
3
3
 
4
- VITE_ACCESS_CONTROL_ALLOW_ORIGIN=https://www.894568.xyz
5
- VITE_APP_BASE_URL=https://api-admin.finex-pre.xyz
6
- VITE_APP_CMS_URL=https://cms.finex-pre.xyz/api
7
- VITE_APP_MOCK_URL=https://api-admin.finex-pre.xyz
8
- VITE_APP_TPS_URL =
9
- VITE_APP_CPU_URL =
10
- VITE_APP_GRAFANA_URL = https://grafana.finex-pre.xyz/d/eeet5hhf3xszkc/cpu-memory
4
+ VITE_ACCESS_CONTROL_ALLOW_ORIGIN=https://www-admin.finex-pre.com
5
+ VITE_APP_BASE_URL=https://api-admin.finex-pre.com
6
+ VITE_APP_CMS_URL=https://cms.finex-pre.com/api
7
+ VITE_APP_MOCK_URL=https://api-admin.finex-pre.com
8
+ VITE_APP_TPS_URL=
9
+ VITE_APP_CPU_URL=
10
+ VITE_APP_GRAFANA_URL=https://grafana.finex-pre.com/d/eeet5hhf3xszkc/cpu-memory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",