Skip to content

Commit 62be555

Browse files
authored
Expose SCAPI Samples (#13)
* Expose SCAPI Samples - Add new server for hosting samples (SCAPI, Toolkit …) - Update most of the third-party librairies - Adapt configuration for having 2 agents using SCAPI - Update compatibility-versions.json file with 1.0.2 version * Rename WebContent sections for SCAPI * Change the label for SCAPI to « SCAPI Overview »
1 parent 93d5015 commit 62be555

19 files changed

Lines changed: 3317 additions & 5303 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ target/*
136136

137137
# UI assets
138138
ui-assets/wwe*
139-
140139
ui-assets/auth*
140+
ui-assets/samples*

compatibility-versions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"AgentApiSimulator": "1.0.1",
44
"WWE": "9.0.000.65.7169",
55
"AuthUi": "9.0.000.28.174"
6+
},
7+
{
8+
"AgentApiSimulator": "1.0.2",
9+
"WWE": "9.0.000.70.7976",
10+
"AuthUi": "9.0.000.30.186"
611
}
712
]

data/agents.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ JohnSmith:
44
lastName: Smith
55
userName: JohnSmith
66
employeeId: JohnSmith
7-
userProperties: []
7+
userProperties:
8+
- interaction-workspace:
9+
- workspace.web-content: "LocalSCAPISample"
810
tenantDBID: 0
911
tenant: ""
1012
password: JohnSmith
@@ -35,6 +37,7 @@ KateLondon:
3537
- views.NavigationBarRegion.ConnectRegion.order: MyChannelsView,MyCampaignsView,MyHistoryView,WorkbinsView,InteractionsSearchView,ContactDirectoryView
3638
- views.NavigationBarRegion.ConnectRegion.activate-order: MyChannelsView,MyCampaignsView,MyHistoryView,WorkbinsView,InteractionsSearchView,ContactDirectoryView
3739
- interaction.web-content: GenesysWikiSection
40+
- workspace.web-content: "LocalSCAPISample"
3841
- views.SideBarRegion.order: TeamCommunicatorView,NotificationsView,VoiceMailView,PerformanceTrackerView
3942
- GenesysWikiSection:
4043
- label: Genesys

data/cluster-options.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ CC-Total_Answered:
2626
warning-level-low: "4"
2727
worst-level-high: "20"
2828
worst-level-low: "0"
29-
ClickToDial2:
30-
label: Dial
31-
url: http://esx36-ip21-174.gws.genesys.com/sample/sample.html
32-
CustomAPI:
33-
label: API
34-
url: https://localhost:3000/sample/service-client-api/sample.html
29+
LocalSCAPISample:
30+
label: SCAPI Overview
31+
url: https://localhost:8080/scapi/sample.html
32+
RemoteSCAPISample:
33+
label: SCAPI Overview
34+
url: https://genesyspureengage.github.io/workspace-development-kit/wwe-service-client-api/api-overview/sample.html
3535
fav1:
3636
category: MAIL
3737
id: MAIL_5200
@@ -288,9 +288,6 @@ KPI-OutboundCalls:
288288
warning-level-low: "4"
289289
worst-level-high: "20"
290290
worst-level-low: "0"
291-
MyWikiSection:
292-
label: Wiki
293-
url: http://internalwiki.us.int.genesyslab.com/dev_teams/index.php/Workspace_Web_Edition_-_Test_Strategy
294291
rp1:
295292
attached-data.Comment: en
296293
display-name: English

0 commit comments

Comments
 (0)