fx-spec-hub 0.0.31 → 0.0.32
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.
- package/dist/data/admin-backend-api.json +276 -4
- package/package.json +1 -1
|
@@ -191,6 +191,9 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"name": "ComplianceDashboard"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "TicketDashboard"
|
|
194
197
|
}
|
|
195
198
|
],
|
|
196
199
|
"paths": {
|
|
@@ -25561,15 +25564,105 @@
|
|
|
25561
25564
|
}
|
|
25562
25565
|
}
|
|
25563
25566
|
},
|
|
25564
|
-
"/api/v1/compliance/
|
|
25567
|
+
"/api/v1/compliance/data/refresh-time": {
|
|
25565
25568
|
"post": {
|
|
25566
|
-
"summary": "
|
|
25569
|
+
"summary": "看板更新时间",
|
|
25567
25570
|
"deprecated": false,
|
|
25568
|
-
"description": "
|
|
25571
|
+
"description": "获取合规数据看板和工单看板的最近刷新时间",
|
|
25569
25572
|
"tags": [
|
|
25570
25573
|
"ComplianceDashboard"
|
|
25571
25574
|
],
|
|
25572
25575
|
"parameters": [],
|
|
25576
|
+
"responses": {
|
|
25577
|
+
"200": {
|
|
25578
|
+
"description": "OK",
|
|
25579
|
+
"content": {
|
|
25580
|
+
"*/*": {
|
|
25581
|
+
"schema": {
|
|
25582
|
+
"allOf": [
|
|
25583
|
+
{
|
|
25584
|
+
"$ref": "#/components/schemas/response.Response"
|
|
25585
|
+
},
|
|
25586
|
+
{
|
|
25587
|
+
"type": "object",
|
|
25588
|
+
"properties": {
|
|
25589
|
+
"data": {
|
|
25590
|
+
"$ref": "#/components/schemas/models.DashboardRefreshTimeResp"
|
|
25591
|
+
}
|
|
25592
|
+
}
|
|
25593
|
+
}
|
|
25594
|
+
]
|
|
25595
|
+
}
|
|
25596
|
+
}
|
|
25597
|
+
},
|
|
25598
|
+
"headers": {}
|
|
25599
|
+
}
|
|
25600
|
+
},
|
|
25601
|
+
"security": [],
|
|
25602
|
+
"X-Type": {
|
|
25603
|
+
"type": "BUS"
|
|
25604
|
+
}
|
|
25605
|
+
}
|
|
25606
|
+
},
|
|
25607
|
+
"/api/v1/compliance/ticket/module/cdd-edd": {
|
|
25608
|
+
"post": {
|
|
25609
|
+
"summary": "CDD&EDD 模块统计",
|
|
25610
|
+
"deprecated": false,
|
|
25611
|
+
"description": "获取 CDD&EDD 模块工单统计(总数、审核中、审核通过、审核拒绝、通过率)",
|
|
25612
|
+
"tags": [
|
|
25613
|
+
"TicketDashboard"
|
|
25614
|
+
],
|
|
25615
|
+
"parameters": [],
|
|
25616
|
+
"requestBody": {
|
|
25617
|
+
"content": {
|
|
25618
|
+
"application/json": {
|
|
25619
|
+
"schema": {
|
|
25620
|
+
"$ref": "#/components/schemas/models.TicketDashboardReq"
|
|
25621
|
+
}
|
|
25622
|
+
}
|
|
25623
|
+
},
|
|
25624
|
+
"required": true
|
|
25625
|
+
},
|
|
25626
|
+
"responses": {
|
|
25627
|
+
"200": {
|
|
25628
|
+
"description": "OK",
|
|
25629
|
+
"content": {
|
|
25630
|
+
"*/*": {
|
|
25631
|
+
"schema": {
|
|
25632
|
+
"allOf": [
|
|
25633
|
+
{
|
|
25634
|
+
"$ref": "#/components/schemas/response.Response"
|
|
25635
|
+
},
|
|
25636
|
+
{
|
|
25637
|
+
"type": "object",
|
|
25638
|
+
"properties": {
|
|
25639
|
+
"data": {
|
|
25640
|
+
"$ref": "#/components/schemas/models.TicketModuleItem"
|
|
25641
|
+
}
|
|
25642
|
+
}
|
|
25643
|
+
}
|
|
25644
|
+
]
|
|
25645
|
+
}
|
|
25646
|
+
}
|
|
25647
|
+
},
|
|
25648
|
+
"headers": {}
|
|
25649
|
+
}
|
|
25650
|
+
},
|
|
25651
|
+
"security": [],
|
|
25652
|
+
"X-Type": {
|
|
25653
|
+
"type": "BUS"
|
|
25654
|
+
}
|
|
25655
|
+
}
|
|
25656
|
+
},
|
|
25657
|
+
"/api/v1/compliance/ticket/module/name-screening": {
|
|
25658
|
+
"post": {
|
|
25659
|
+
"summary": "Name Screening 模块统计",
|
|
25660
|
+
"deprecated": false,
|
|
25661
|
+
"description": "获取 Name Screening 模块工单统计(总数、审核中、审核通过、审核拒绝、通过率)",
|
|
25662
|
+
"tags": [
|
|
25663
|
+
"TicketDashboard"
|
|
25664
|
+
],
|
|
25665
|
+
"parameters": [],
|
|
25573
25666
|
"requestBody": {
|
|
25574
25667
|
"content": {
|
|
25575
25668
|
"application/json": {
|
|
@@ -25594,7 +25687,157 @@
|
|
|
25594
25687
|
"type": "object",
|
|
25595
25688
|
"properties": {
|
|
25596
25689
|
"data": {
|
|
25597
|
-
"$ref": "#/components/schemas/models.
|
|
25690
|
+
"$ref": "#/components/schemas/models.TicketModuleItem"
|
|
25691
|
+
}
|
|
25692
|
+
}
|
|
25693
|
+
}
|
|
25694
|
+
]
|
|
25695
|
+
}
|
|
25696
|
+
}
|
|
25697
|
+
},
|
|
25698
|
+
"headers": {}
|
|
25699
|
+
}
|
|
25700
|
+
},
|
|
25701
|
+
"security": [],
|
|
25702
|
+
"X-Type": {
|
|
25703
|
+
"type": "BUS"
|
|
25704
|
+
}
|
|
25705
|
+
}
|
|
25706
|
+
},
|
|
25707
|
+
"/api/v1/compliance/ticket/module/others": {
|
|
25708
|
+
"post": {
|
|
25709
|
+
"summary": "其他模块统计",
|
|
25710
|
+
"deprecated": false,
|
|
25711
|
+
"description": "获取 STR Rule Alert、VA Screening、Access Control 三个模块的工单统计",
|
|
25712
|
+
"tags": [
|
|
25713
|
+
"TicketDashboard"
|
|
25714
|
+
],
|
|
25715
|
+
"parameters": [],
|
|
25716
|
+
"requestBody": {
|
|
25717
|
+
"content": {
|
|
25718
|
+
"application/json": {
|
|
25719
|
+
"schema": {
|
|
25720
|
+
"$ref": "#/components/schemas/models.TicketDashboardReq"
|
|
25721
|
+
}
|
|
25722
|
+
}
|
|
25723
|
+
},
|
|
25724
|
+
"required": true
|
|
25725
|
+
},
|
|
25726
|
+
"responses": {
|
|
25727
|
+
"200": {
|
|
25728
|
+
"description": "OK",
|
|
25729
|
+
"content": {
|
|
25730
|
+
"*/*": {
|
|
25731
|
+
"schema": {
|
|
25732
|
+
"allOf": [
|
|
25733
|
+
{
|
|
25734
|
+
"$ref": "#/components/schemas/response.Response"
|
|
25735
|
+
},
|
|
25736
|
+
{
|
|
25737
|
+
"type": "object",
|
|
25738
|
+
"properties": {
|
|
25739
|
+
"data": {
|
|
25740
|
+
"$ref": "#/components/schemas/models.TicketModuleListResp"
|
|
25741
|
+
}
|
|
25742
|
+
}
|
|
25743
|
+
}
|
|
25744
|
+
]
|
|
25745
|
+
}
|
|
25746
|
+
}
|
|
25747
|
+
},
|
|
25748
|
+
"headers": {}
|
|
25749
|
+
}
|
|
25750
|
+
},
|
|
25751
|
+
"security": [],
|
|
25752
|
+
"X-Type": {
|
|
25753
|
+
"type": "BUS"
|
|
25754
|
+
}
|
|
25755
|
+
}
|
|
25756
|
+
},
|
|
25757
|
+
"/api/v1/compliance/ticket/module/pi": {
|
|
25758
|
+
"post": {
|
|
25759
|
+
"summary": "PI 模块统计",
|
|
25760
|
+
"deprecated": false,
|
|
25761
|
+
"description": "获取 PI 模块工单统计(总数、审核中、审核通过、审核拒绝、通过率)",
|
|
25762
|
+
"tags": [
|
|
25763
|
+
"TicketDashboard"
|
|
25764
|
+
],
|
|
25765
|
+
"parameters": [],
|
|
25766
|
+
"requestBody": {
|
|
25767
|
+
"content": {
|
|
25768
|
+
"application/json": {
|
|
25769
|
+
"schema": {
|
|
25770
|
+
"$ref": "#/components/schemas/models.TicketDashboardReq"
|
|
25771
|
+
}
|
|
25772
|
+
}
|
|
25773
|
+
},
|
|
25774
|
+
"required": true
|
|
25775
|
+
},
|
|
25776
|
+
"responses": {
|
|
25777
|
+
"200": {
|
|
25778
|
+
"description": "OK",
|
|
25779
|
+
"content": {
|
|
25780
|
+
"*/*": {
|
|
25781
|
+
"schema": {
|
|
25782
|
+
"allOf": [
|
|
25783
|
+
{
|
|
25784
|
+
"$ref": "#/components/schemas/response.Response"
|
|
25785
|
+
},
|
|
25786
|
+
{
|
|
25787
|
+
"type": "object",
|
|
25788
|
+
"properties": {
|
|
25789
|
+
"data": {
|
|
25790
|
+
"$ref": "#/components/schemas/models.TicketModuleItem"
|
|
25791
|
+
}
|
|
25792
|
+
}
|
|
25793
|
+
}
|
|
25794
|
+
]
|
|
25795
|
+
}
|
|
25796
|
+
}
|
|
25797
|
+
},
|
|
25798
|
+
"headers": {}
|
|
25799
|
+
}
|
|
25800
|
+
},
|
|
25801
|
+
"security": [],
|
|
25802
|
+
"X-Type": {
|
|
25803
|
+
"type": "BUS"
|
|
25804
|
+
}
|
|
25805
|
+
}
|
|
25806
|
+
},
|
|
25807
|
+
"/api/v1/compliance/ticket/summary": {
|
|
25808
|
+
"post": {
|
|
25809
|
+
"summary": "工单汇总",
|
|
25810
|
+
"deprecated": false,
|
|
25811
|
+
"description": "获取今日待处理总数、今日已处理总数、整体处理比例",
|
|
25812
|
+
"tags": [
|
|
25813
|
+
"TicketDashboard"
|
|
25814
|
+
],
|
|
25815
|
+
"parameters": [],
|
|
25816
|
+
"requestBody": {
|
|
25817
|
+
"content": {
|
|
25818
|
+
"application/json": {
|
|
25819
|
+
"schema": {
|
|
25820
|
+
"$ref": "#/components/schemas/models.TicketDashboardReq"
|
|
25821
|
+
}
|
|
25822
|
+
}
|
|
25823
|
+
},
|
|
25824
|
+
"required": true
|
|
25825
|
+
},
|
|
25826
|
+
"responses": {
|
|
25827
|
+
"200": {
|
|
25828
|
+
"description": "OK",
|
|
25829
|
+
"content": {
|
|
25830
|
+
"*/*": {
|
|
25831
|
+
"schema": {
|
|
25832
|
+
"allOf": [
|
|
25833
|
+
{
|
|
25834
|
+
"$ref": "#/components/schemas/response.Response"
|
|
25835
|
+
},
|
|
25836
|
+
{
|
|
25837
|
+
"type": "object",
|
|
25838
|
+
"properties": {
|
|
25839
|
+
"data": {
|
|
25840
|
+
"$ref": "#/components/schemas/models.TicketDashboardSummaryResp"
|
|
25598
25841
|
}
|
|
25599
25842
|
}
|
|
25600
25843
|
}
|
|
@@ -25637,6 +25880,31 @@
|
|
|
25637
25880
|
},
|
|
25638
25881
|
"components": {
|
|
25639
25882
|
"schemas": {
|
|
25883
|
+
"models.DashboardRefreshTimeResp": {
|
|
25884
|
+
"type": "object",
|
|
25885
|
+
"properties": {
|
|
25886
|
+
"dataRefreshedAt": {
|
|
25887
|
+
"description": "合规数据看板最近刷新时间(UTC),前端按需转 HKT 展示",
|
|
25888
|
+
"type": "string"
|
|
25889
|
+
},
|
|
25890
|
+
"ticketRefreshedAt": {
|
|
25891
|
+
"description": "工单看板最近刷新时间(UTC),前端按需转 HKT 展示",
|
|
25892
|
+
"type": "string"
|
|
25893
|
+
}
|
|
25894
|
+
}
|
|
25895
|
+
},
|
|
25896
|
+
"models.TicketModuleListResp": {
|
|
25897
|
+
"type": "object",
|
|
25898
|
+
"properties": {
|
|
25899
|
+
"modules": {
|
|
25900
|
+
"description": "模块列表",
|
|
25901
|
+
"type": "array",
|
|
25902
|
+
"items": {
|
|
25903
|
+
"$ref": "#/components/schemas/models.TicketModuleItem"
|
|
25904
|
+
}
|
|
25905
|
+
}
|
|
25906
|
+
}
|
|
25907
|
+
},
|
|
25640
25908
|
"models.TicketModuleItem": {
|
|
25641
25909
|
"type": "object",
|
|
25642
25910
|
"properties": {
|
|
@@ -25690,6 +25958,10 @@
|
|
|
25690
25958
|
"models.TicketDashboardReq": {
|
|
25691
25959
|
"type": "object",
|
|
25692
25960
|
"properties": {
|
|
25961
|
+
"customerType": {
|
|
25962
|
+
"description": "客户类型: ALL / PERSONAL / CORPORATE,默认 ALL",
|
|
25963
|
+
"type": "string"
|
|
25964
|
+
},
|
|
25693
25965
|
"datePreset": {
|
|
25694
25966
|
"description": "today / last_7_days / last_30_days / custom",
|
|
25695
25967
|
"type": "string"
|