fx-spec-hub 0.0.20 → 0.0.22

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.
@@ -25105,6 +25105,65 @@
25105
25105
  "security": []
25106
25106
  }
25107
25107
  },
25108
+ "/api/v1/ticket/logsByBizId": {
25109
+ "post": {
25110
+ "summary": "根据业务ID查询审批日志",
25111
+ "deprecated": false,
25112
+ "description": "根据 bizId 查询所有关联工单的审批日志,按业务类型分组返回",
25113
+ "tags": [
25114
+ "Ticket"
25115
+ ],
25116
+ "parameters": [],
25117
+ "requestBody": {
25118
+ "content": {
25119
+ "application/json": {
25120
+ "schema": {
25121
+ "type": "object",
25122
+ "properties": {
25123
+ "bizId": {
25124
+ "type": "string"
25125
+ }
25126
+ }
25127
+ }
25128
+ }
25129
+ },
25130
+ "required": true
25131
+ },
25132
+ "responses": {
25133
+ "200": {
25134
+ "description": "OK",
25135
+ "content": {
25136
+ "application/json": {
25137
+ "schema": {
25138
+ "allOf": [
25139
+ {
25140
+ "$ref": "#/components/schemas/response.Response"
25141
+ },
25142
+ {
25143
+ "type": "object",
25144
+ "properties": {
25145
+ "data": {
25146
+ "type": "object",
25147
+ "additionalProperties": {
25148
+ "type": "array",
25149
+ "items": {
25150
+ "$ref": "#/components/schemas/types.ApprovalLog"
25151
+ }
25152
+ },
25153
+ "properties": {}
25154
+ }
25155
+ }
25156
+ }
25157
+ ]
25158
+ }
25159
+ }
25160
+ },
25161
+ "headers": {}
25162
+ }
25163
+ },
25164
+ "security": []
25165
+ }
25166
+ },
25108
25167
  "/api/v1/cms": {
25109
25168
  "get": {
25110
25169
  "summary": "获取数据",
@@ -33456,11 +33515,22 @@
33456
33515
  "dto.SysRoleDeleteReq": {
33457
33516
  "type": "object",
33458
33517
  "properties": {
33518
+ "attachments": {
33519
+ "description": "工单附件",
33520
+ "type": "array",
33521
+ "items": {
33522
+ "$ref": "#/components/schemas/models.AttachmentItem"
33523
+ }
33524
+ },
33459
33525
  "ids": {
33460
33526
  "type": "array",
33461
33527
  "items": {
33462
33528
  "type": "integer"
33463
33529
  }
33530
+ },
33531
+ "remark": {
33532
+ "description": "工单备注",
33533
+ "type": "string"
33464
33534
  }
33465
33535
  }
33466
33536
  },
@@ -33470,6 +33540,13 @@
33470
33540
  "admin": {
33471
33541
  "type": "boolean"
33472
33542
  },
33543
+ "attachments": {
33544
+ "description": "工单附件",
33545
+ "type": "array",
33546
+ "items": {
33547
+ "$ref": "#/components/schemas/models.AttachmentItem"
33548
+ }
33549
+ },
33473
33550
  "createBy": {
33474
33551
  "type": "integer"
33475
33552
  },
@@ -33539,6 +33616,13 @@
33539
33616
  "admin": {
33540
33617
  "type": "boolean"
33541
33618
  },
33619
+ "attachments": {
33620
+ "description": "工单附件",
33621
+ "type": "array",
33622
+ "items": {
33623
+ "$ref": "#/components/schemas/models.AttachmentItem"
33624
+ }
33625
+ },
33542
33626
  "createBy": {
33543
33627
  "type": "integer"
33544
33628
  },
@@ -33657,6 +33741,13 @@
33657
33741
  "dto.SysUserUpdateReq": {
33658
33742
  "type": "object",
33659
33743
  "properties": {
33744
+ "attachments": {
33745
+ "description": "工单附件",
33746
+ "type": "array",
33747
+ "items": {
33748
+ "$ref": "#/components/schemas/models.AttachmentItem"
33749
+ }
33750
+ },
33660
33751
  "avatar": {
33661
33752
  "type": "string"
33662
33753
  },
@@ -34347,6 +34438,13 @@
34347
34438
  "accountID": {
34348
34439
  "type": "string"
34349
34440
  },
34441
+ "attachments": {
34442
+ "description": "附件",
34443
+ "type": "array",
34444
+ "items": {
34445
+ "$ref": "#/components/schemas/models.AttachmentItem"
34446
+ }
34447
+ },
34350
34448
  "auditor": {
34351
34449
  "type": "string"
34352
34450
  },
@@ -34859,6 +34957,13 @@
34859
34957
  "accountID": {
34860
34958
  "type": "string"
34861
34959
  },
34960
+ "attachments": {
34961
+ "description": "附件",
34962
+ "type": "array",
34963
+ "items": {
34964
+ "$ref": "#/components/schemas/models.AttachmentItem"
34965
+ }
34966
+ },
34862
34967
  "auditor": {
34863
34968
  "type": "string"
34864
34969
  },
@@ -34874,6 +34979,10 @@
34874
34979
  "remark": {
34875
34980
  "type": "string"
34876
34981
  },
34982
+ "source": {
34983
+ "description": "来源渠道: CDD=客户更新, PI=专业投资者更新",
34984
+ "type": "string"
34985
+ },
34877
34986
  "userID": {
34878
34987
  "type": "string"
34879
34988
  }
@@ -35140,6 +35249,13 @@
35140
35249
  "accountID": {
35141
35250
  "type": "string"
35142
35251
  },
35252
+ "attachments": {
35253
+ "description": "附件",
35254
+ "type": "array",
35255
+ "items": {
35256
+ "$ref": "#/components/schemas/models.AttachmentItem"
35257
+ }
35258
+ },
35143
35259
  "auditor": {
35144
35260
  "type": "string"
35145
35261
  },
@@ -35168,6 +35284,13 @@
35168
35284
  "accountID": {
35169
35285
  "type": "string"
35170
35286
  },
35287
+ "attachments": {
35288
+ "description": "附件",
35289
+ "type": "array",
35290
+ "items": {
35291
+ "$ref": "#/components/schemas/models.AttachmentItem"
35292
+ }
35293
+ },
35171
35294
  "auditor": {
35172
35295
  "type": "string"
35173
35296
  },
@@ -35196,6 +35319,13 @@
35196
35319
  "accountID": {
35197
35320
  "type": "string"
35198
35321
  },
35322
+ "attachments": {
35323
+ "description": "附件",
35324
+ "type": "array",
35325
+ "items": {
35326
+ "$ref": "#/components/schemas/models.AttachmentItem"
35327
+ }
35328
+ },
35199
35329
  "auditor": {
35200
35330
  "type": "string"
35201
35331
  },
@@ -36490,6 +36620,13 @@
36490
36620
  "normalGasUsage"
36491
36621
  ],
36492
36622
  "properties": {
36623
+ "attachments": {
36624
+ "description": "附件 [{fileId,name,type}]",
36625
+ "type": "array",
36626
+ "items": {
36627
+ "$ref": "#/components/schemas/models.AttachmentItem"
36628
+ }
36629
+ },
36493
36630
  "gasUsageLimit": {
36494
36631
  "description": "Gas消耗上限",
36495
36632
  "type": "string"
@@ -36501,6 +36638,10 @@
36501
36638
  "normalGasUsage": {
36502
36639
  "description": "普通Gas消耗",
36503
36640
  "type": "string"
36641
+ },
36642
+ "remark": {
36643
+ "description": "备注",
36644
+ "type": "string"
36504
36645
  }
36505
36646
  }
36506
36647
  },
@@ -36561,9 +36702,23 @@
36561
36702
  "kycInfo": {
36562
36703
  "$ref": "#/components/schemas/models.KYCInfo"
36563
36704
  },
36705
+ "logs": {
36706
+ "description": "工单审批日志",
36707
+ "type": "array",
36708
+ "items": {
36709
+ "$ref": "#/components/schemas/models.ApprovalLogDTO"
36710
+ }
36711
+ },
36564
36712
  "piInfo": {
36565
36713
  "$ref": "#/components/schemas/models.PIInfo"
36566
36714
  },
36715
+ "progress": {
36716
+ "description": "工单审批进度",
36717
+ "type": "array",
36718
+ "items": {
36719
+ "$ref": "#/components/schemas/models.ApprovalProgressItem"
36720
+ }
36721
+ },
36567
36722
  "smInfo": {
36568
36723
  "type": "array",
36569
36724
  "items": {
@@ -36958,6 +37113,13 @@
36958
37113
  "description": "accountID",
36959
37114
  "type": "string"
36960
37115
  },
37116
+ "allSymbols": {
37117
+ "description": "可选: 所有支持的币种列表",
37118
+ "type": "array",
37119
+ "items": {
37120
+ "type": "string"
37121
+ }
37122
+ },
36961
37123
  "userId": {
36962
37124
  "description": "用户ID",
36963
37125
  "type": "string"
@@ -36967,10 +37129,18 @@
36967
37129
  "models.GetUserStatusResp": {
36968
37130
  "type": "object",
36969
37131
  "properties": {
37132
+ "depositPending": {
37133
+ "description": "充值限制工单审核中",
37134
+ "type": "boolean"
37135
+ },
36970
37136
  "depositStatus": {
36971
37137
  "description": "充值状态: 冻结/限制",
36972
37138
  "type": "string"
36973
37139
  },
37140
+ "loginPending": {
37141
+ "description": "登陆限制工单审核中",
37142
+ "type": "boolean"
37143
+ },
36974
37144
  "loginStatus": {
36975
37145
  "description": "登陆状态: 正常/限制",
36976
37146
  "type": "string"
@@ -36986,6 +37156,10 @@
36986
37156
  "description": "交易状态: 部分冻结/修改",
36987
37157
  "type": "string"
36988
37158
  },
37159
+ "withdrawPending": {
37160
+ "description": "提现限制工单审核中",
37161
+ "type": "boolean"
37162
+ },
36989
37163
  "withdrawStatus": {
36990
37164
  "description": "提现状态: 冻结/限制",
36991
37165
  "type": "string"
@@ -37439,6 +37613,13 @@
37439
37613
  "transferAmount"
37440
37614
  ],
37441
37615
  "properties": {
37616
+ "attachments": {
37617
+ "description": "附件 [{fileId,name,type}]",
37618
+ "type": "array",
37619
+ "items": {
37620
+ "$ref": "#/components/schemas/models.AttachmentItem"
37621
+ }
37622
+ },
37442
37623
  "fromAddress": {
37443
37624
  "description": "转出地址",
37444
37625
  "type": "string"
@@ -37447,6 +37628,10 @@
37447
37628
  "description": "网络(BTC等)",
37448
37629
  "type": "string"
37449
37630
  },
37631
+ "remark": {
37632
+ "description": "备注",
37633
+ "type": "string"
37634
+ },
37450
37635
  "toAddress": {
37451
37636
  "description": "转入地址",
37452
37637
  "type": "string"
@@ -37552,6 +37737,13 @@
37552
37737
  "threshold"
37553
37738
  ],
37554
37739
  "properties": {
37740
+ "attachments": {
37741
+ "description": "附件",
37742
+ "type": "array",
37743
+ "items": {
37744
+ "$ref": "#/components/schemas/models.AttachmentItem"
37745
+ }
37746
+ },
37555
37747
  "coinType": {
37556
37748
  "description": "币种",
37557
37749
  "type": "string"
@@ -37564,6 +37756,10 @@
37564
37756
  "description": "网络",
37565
37757
  "type": "string"
37566
37758
  },
37759
+ "remark": {
37760
+ "description": "备注",
37761
+ "type": "string"
37762
+ },
37567
37763
  "threshold": {
37568
37764
  "description": "大额交易阈值",
37569
37765
  "type": "string"
@@ -38501,6 +38697,13 @@
38501
38697
  "accountID": {
38502
38698
  "type": "string"
38503
38699
  },
38700
+ "attachments": {
38701
+ "description": "附件",
38702
+ "type": "array",
38703
+ "items": {
38704
+ "$ref": "#/components/schemas/models.AttachmentItem"
38705
+ }
38706
+ },
38504
38707
  "auditor": {
38505
38708
  "type": "string"
38506
38709
  },
@@ -38510,6 +38713,10 @@
38510
38713
  "remark": {
38511
38714
  "type": "string"
38512
38715
  },
38716
+ "source": {
38717
+ "description": "来源渠道: CDD=客户更新, PI=专业投资者更新",
38718
+ "type": "string"
38719
+ },
38513
38720
  "userID": {
38514
38721
  "type": "string"
38515
38722
  }
@@ -39953,6 +40160,10 @@
39953
40160
  "tradeType": {
39954
40161
  "description": "交易类型",
39955
40162
  "type": "string"
40163
+ },
40164
+ "txId": {
40165
+ "description": "交易ID",
40166
+ "type": "integer"
39956
40167
  }
39957
40168
  }
39958
40169
  },
@@ -40023,7 +40234,7 @@
40023
40234
  "description": "交易哈希",
40024
40235
  "type": "string"
40025
40236
  },
40026
- "tx_id": {
40237
+ "txId": {
40027
40238
  "description": "交易ID",
40028
40239
  "type": "integer"
40029
40240
  },
@@ -40043,6 +40254,10 @@
40043
40254
  "type": "string"
40044
40255
  }
40045
40256
  },
40257
+ "status": {
40258
+ "description": "状态: NORMAL/FROZEN/BLOCK/PENDING",
40259
+ "type": "string"
40260
+ },
40046
40261
  "symbol": {
40047
40262
  "description": "交易对,如果是\"ALL\"表示所有交易对",
40048
40263
  "type": "string"
@@ -40642,6 +40857,13 @@
40642
40857
  "description": "用户ID",
40643
40858
  "type": "string"
40644
40859
  },
40860
+ "attachments": {
40861
+ "description": "工单附件",
40862
+ "type": "array",
40863
+ "items": {
40864
+ "$ref": "#/components/schemas/models.AttachmentItem"
40865
+ }
40866
+ },
40645
40867
  "remark": {
40646
40868
  "description": "操作原因",
40647
40869
  "type": "string"
@@ -40768,12 +40990,19 @@
40768
40990
  "type": "string"
40769
40991
  },
40770
40992
  "allSymbols": {
40771
- "description": "可选: 所有支持的币种列表,用于计算 ALL 权限交集和全量互补",
40993
+ "description": "可选: 所有支持的币种列表",
40772
40994
  "type": "array",
40773
40995
  "items": {
40774
40996
  "type": "string"
40775
40997
  }
40776
40998
  },
40999
+ "attachments": {
41000
+ "description": "工单附件",
41001
+ "type": "array",
41002
+ "items": {
41003
+ "$ref": "#/components/schemas/models.AttachmentItem"
41004
+ }
41005
+ },
40777
41006
  "remark": {
40778
41007
  "description": "操作原因",
40779
41008
  "type": "string"
@@ -42315,6 +42544,17 @@
42315
42544
  "amount": {
42316
42545
  "description": "设置地址数量",
42317
42546
  "type": "string"
42547
+ },
42548
+ "attachments": {
42549
+ "description": "附件",
42550
+ "type": "array",
42551
+ "items": {
42552
+ "$ref": "#/components/schemas/models.AttachmentItem"
42553
+ }
42554
+ },
42555
+ "remark": {
42556
+ "description": "备注",
42557
+ "type": "string"
42318
42558
  }
42319
42559
  }
42320
42560
  },
@@ -43496,6 +43736,13 @@
43496
43736
  "templateCode"
43497
43737
  ],
43498
43738
  "properties": {
43739
+ "attachments": {
43740
+ "description": "附件",
43741
+ "type": "array",
43742
+ "items": {
43743
+ "$ref": "#/components/schemas/models.AttachmentItem"
43744
+ }
43745
+ },
43499
43746
  "emailMsgTemplateItems": {
43500
43747
  "description": "email多语言内容",
43501
43748
  "type": "array",
@@ -43540,6 +43787,11 @@
43540
43787
  "type": "string"
43541
43788
  }
43542
43789
  },
43790
+ "remark": {
43791
+ "description": "备注",
43792
+ "type": "string",
43793
+ "maxLength": 100
43794
+ },
43543
43795
  "sendTime": {
43544
43796
  "description": "发送时间",
43545
43797
  "type": "integer"
@@ -44238,6 +44490,13 @@
44238
44490
  "networkType"
44239
44491
  ],
44240
44492
  "properties": {
44493
+ "attachments": {
44494
+ "description": "附件",
44495
+ "type": "array",
44496
+ "items": {
44497
+ "$ref": "#/components/schemas/models.AttachmentItem"
44498
+ }
44499
+ },
44241
44500
  "autoCollection": {
44242
44501
  "description": "自动归集:true-开启,false-关闭",
44243
44502
  "type": "string"
@@ -44257,6 +44516,10 @@
44257
44516
  "networkType": {
44258
44517
  "description": "网络类型",
44259
44518
  "type": "string"
44519
+ },
44520
+ "remark": {
44521
+ "description": "备注",
44522
+ "type": "string"
44260
44523
  }
44261
44524
  }
44262
44525
  },
@@ -44301,10 +44564,22 @@
44301
44564
  "userId"
44302
44565
  ],
44303
44566
  "properties": {
44567
+ "attachments": {
44568
+ "description": "附件",
44569
+ "type": "array",
44570
+ "items": {
44571
+ "$ref": "#/components/schemas/models.AttachmentItem"
44572
+ }
44573
+ },
44304
44574
  "deviceId": {
44305
44575
  "description": "设备ID",
44306
44576
  "type": "string"
44307
44577
  },
44578
+ "remark": {
44579
+ "description": "备注",
44580
+ "type": "string",
44581
+ "maxLength": 100
44582
+ },
44308
44583
  "userId": {
44309
44584
  "description": "用户ID",
44310
44585
  "type": "string"
@@ -44318,10 +44593,22 @@
44318
44593
  "userId"
44319
44594
  ],
44320
44595
  "properties": {
44596
+ "attachments": {
44597
+ "description": "附件",
44598
+ "type": "array",
44599
+ "items": {
44600
+ "$ref": "#/components/schemas/models.AttachmentItem"
44601
+ }
44602
+ },
44321
44603
  "credentialId": {
44322
44604
  "description": "Credential ID(密钥ID)",
44323
44605
  "type": "string"
44324
44606
  },
44607
+ "remark": {
44608
+ "description": "备注",
44609
+ "type": "string",
44610
+ "maxLength": 100
44611
+ },
44325
44612
  "userId": {
44326
44613
  "description": "用户ID",
44327
44614
  "type": "string"
@@ -44404,6 +44691,13 @@
44404
44691
  "userId"
44405
44692
  ],
44406
44693
  "properties": {
44694
+ "attachments": {
44695
+ "description": "工单附件",
44696
+ "type": "array",
44697
+ "items": {
44698
+ "$ref": "#/components/schemas/models.AttachmentItem"
44699
+ }
44700
+ },
44407
44701
  "remark": {
44408
44702
  "description": "操作原因",
44409
44703
  "type": "string"
@@ -45162,6 +45456,13 @@
45162
45456
  "templateName"
45163
45457
  ],
45164
45458
  "properties": {
45459
+ "attachments": {
45460
+ "description": "附件",
45461
+ "type": "array",
45462
+ "items": {
45463
+ "$ref": "#/components/schemas/models.AttachmentItem"
45464
+ }
45465
+ },
45165
45466
  "emailMsgTemplateItems": {
45166
45467
  "description": "email 多语言内容项",
45167
45468
  "type": "array",
@@ -45195,6 +45496,11 @@
45195
45496
  "$ref": "#/components/schemas/models.MsgTemplateItem"
45196
45497
  }
45197
45498
  },
45499
+ "remark": {
45500
+ "description": "备注",
45501
+ "type": "string",
45502
+ "maxLength": 100
45503
+ },
45198
45504
  "smsMsgTemplateItems": {
45199
45505
  "description": "sms 多语言内容项",
45200
45506
  "type": "array",
@@ -46046,10 +46352,15 @@
46046
46352
  "models.DeleteApiKeyReq": {
46047
46353
  "type": "object",
46048
46354
  "required": [
46355
+ "accountId",
46049
46356
  "id",
46050
46357
  "remark"
46051
46358
  ],
46052
46359
  "properties": {
46360
+ "accountId": {
46361
+ "description": "账号ID",
46362
+ "type": "string"
46363
+ },
46053
46364
  "attachments": {
46054
46365
  "description": "附件 [{fileId,name,type}]",
46055
46366
  "type": "array",
@@ -46541,20 +46852,60 @@
46541
46852
  "types.ApprovalAction": {
46542
46853
  "type": "string",
46543
46854
  "enum": [
46544
- "APPROVE",
46545
- "REJECT"
46855
+ "SUBMITTED",
46856
+ "PENDING",
46857
+ "APPROVED",
46858
+ "REJECTED",
46859
+ "RETURNED",
46860
+ "CANCELED",
46861
+ "APPROVED",
46862
+ "REJECTED",
46863
+ "RETURNED",
46864
+ "SUBMITTED",
46865
+ "CANCELED",
46866
+ "SUPPLEMENT"
46546
46867
  ],
46547
46868
  "x-enum-comments": {
46548
- "ActionApprove": "通过",
46549
- "ActionReject": "拒绝"
46869
+ "ActionApprove": "审批通过",
46870
+ "ActionCancel": "撤销/取消",
46871
+ "ActionReject": "审批拒绝",
46872
+ "ActionReturn": "审批退回",
46873
+ "ActionSubmit": "提交/发起",
46874
+ "ActionSupplement": "补充依据",
46875
+ "StatusApproved": "已通过",
46876
+ "StatusCanceled": "已取消",
46877
+ "StatusPending": "处理中(审批进行中)",
46878
+ "StatusRejected": "已拒绝",
46879
+ "StatusReturned": "已退回",
46880
+ "StatusSubmitted": "待审核(刚提交)"
46550
46881
  },
46551
46882
  "x-enum-descriptions": [
46552
- "通过",
46553
- "拒绝"
46883
+ "待审核(刚提交)",
46884
+ "处理中(审批进行中)",
46885
+ "已通过",
46886
+ "已拒绝",
46887
+ "已退回",
46888
+ "已取消",
46889
+ "审批通过",
46890
+ "审批拒绝",
46891
+ "审批退回",
46892
+ "提交/发起",
46893
+ "撤销/取消",
46894
+ "补充依据"
46554
46895
  ],
46555
46896
  "x-enum-varnames": [
46897
+ "StatusSubmitted",
46898
+ "StatusPending",
46899
+ "StatusApproved",
46900
+ "StatusRejected",
46901
+ "StatusReturned",
46902
+ "StatusCanceled",
46556
46903
  "ActionApprove",
46557
- "ActionReject"
46904
+ "ActionReject",
46905
+ "ActionReturn",
46906
+ "ActionSubmit",
46907
+ "ActionCancel",
46908
+ "ActionSupplement"
46558
46909
  ]
46559
46910
  },
46560
46911
  "types.ApprovalLog": {
@@ -46563,13 +46914,23 @@
46563
46914
  "action": {
46564
46915
  "$ref": "#/components/schemas/types.ApprovalAction"
46565
46916
  },
46566
- "approver": {
46917
+ "approverId": {
46567
46918
  "type": "string"
46568
46919
  },
46569
- "approverId": {
46920
+ "approverName": {
46570
46921
  "type": "string"
46571
46922
  },
46572
- "comment": {
46923
+ "attachments": {
46924
+ "type": "array",
46925
+ "items": {
46926
+ "type": "integer"
46927
+ }
46928
+ },
46929
+ "bizSubtype": {
46930
+ "description": "PAUSE_WITHDRAW(暂停提现) / RESUME_WITHDRAW(恢复提现) / FUSE(熔断) / UNFUSE(撤销熔断) / STR_ALERT_HIT(STR命中) / STR_ALERT_MISS(STR未命中) / REVOKE_TRANSACTION(撤销交易)",
46931
+ "type": "string"
46932
+ },
46933
+ "bizType": {
46573
46934
  "type": "string"
46574
46935
  },
46575
46936
  "createdAt": {
@@ -46581,6 +46942,12 @@
46581
46942
  "instanceId": {
46582
46943
  "type": "string"
46583
46944
  },
46945
+ "level": {
46946
+ "type": "integer"
46947
+ },
46948
+ "remark": {
46949
+ "type": "string"
46950
+ },
46584
46951
  "role": {
46585
46952
  "type": "string"
46586
46953
  }
@@ -47332,6 +47699,13 @@
47332
47699
  "txId"
47333
47700
  ],
47334
47701
  "properties": {
47702
+ "attachments": {
47703
+ "description": "附件 [{fileId,name,type}]",
47704
+ "type": "array",
47705
+ "items": {
47706
+ "$ref": "#/components/schemas/models.AttachmentItem"
47707
+ }
47708
+ },
47335
47709
  "remark": {
47336
47710
  "description": "撤销原因",
47337
47711
  "type": "string"
@@ -47510,6 +47884,14 @@
47510
47884
  },
47511
47885
  "ticket": {
47512
47886
  "$ref": "#/components/schemas/models.TicketResponse"
47887
+ },
47888
+ "variables": {
47889
+ "description": "业务变量",
47890
+ "type": "object",
47891
+ "additionalProperties": {
47892
+ "type": "string"
47893
+ },
47894
+ "properties": {}
47513
47895
  }
47514
47896
  }
47515
47897
  },
@@ -47528,6 +47910,9 @@
47528
47910
  "createdAt": {
47529
47911
  "type": "integer"
47530
47912
  },
47913
+ "creator": {
47914
+ "type": "string"
47915
+ },
47531
47916
  "currentLevel": {
47532
47917
  "description": "workflow_instances 关联字段",
47533
47918
  "type": "integer"
@@ -47650,6 +48035,9 @@
47650
48035
  "models.TicketResponse": {
47651
48036
  "type": "object",
47652
48037
  "properties": {
48038
+ "accountId": {
48039
+ "type": "string"
48040
+ },
47653
48041
  "attachments": {
47654
48042
  "description": "补充材料 [{fileId,name,type}]",
47655
48043
  "type": "array",
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.22",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",