Skip to content

Commit e7ba435

Browse files
author
PureCloud Jenkins
committed
167.0.0
1 parent 33c31f5 commit e7ba435

File tree

93 files changed

+6035
-2109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+6035
-2109
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For direct use in a browser script:
2727

2828
```html
2929
<!-- Include the CJS SDK -->
30-
<script src="https://sdk-cdn.mypurecloud.com/javascript/166.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/167.0.0/purecloud-platform-client-v2.min.js"></script>
3131

3232
<script type="text/javascript">
3333
// Obtain a reference to the platformClient object
@@ -44,7 +44,7 @@ For direct use in a browser script:
4444

4545
<script type="text/javascript">
4646
// Obtain a reference to the platformClient object
47-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/166.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/167.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

build/.openapi-generator/FILES

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ docs/deleteTelephonyProvidersEdgesCertificateauthority-example.txt
320320
docs/deleteTelephonyProvidersEdgesDidpool-example.txt
321321
docs/deleteTelephonyProvidersEdgesEdgegroup-example.txt
322322
docs/deleteTelephonyProvidersEdgesExtensionpool-example.txt
323-
docs/deleteTelephonyProvidersEdgesOutboundroute-example.txt
324323
docs/deleteTelephonyProvidersEdgesPhone-example.txt
325324
docs/deleteTelephonyProvidersEdgesPhonebasesetting-example.txt
326325
docs/deleteTelephonyProvidersEdgesSite-example.txt
@@ -631,6 +630,14 @@ docs/getFlowsMilestonesDivisionviews-example.txt
631630
docs/getFlowsOutcome-example.txt
632631
docs/getFlowsOutcomes-example.txt
633632
docs/getFlowsOutcomesDivisionviews-example.txt
633+
docs/getGamificationInsights-example.txt
634+
docs/getGamificationInsightsDetails-example.txt
635+
docs/getGamificationInsightsGroupsTrends-example.txt
636+
docs/getGamificationInsightsGroupsTrendsAll-example.txt
637+
docs/getGamificationInsightsMembers-example.txt
638+
docs/getGamificationInsightsTrends-example.txt
639+
docs/getGamificationInsightsUserDetails-example.txt
640+
docs/getGamificationInsightsUserTrends-example.txt
634641
docs/getGamificationLeaderboard-example.txt
635642
docs/getGamificationLeaderboardAll-example.txt
636643
docs/getGamificationLeaderboardAllBestpoints-example.txt
@@ -1661,6 +1668,8 @@ docs/postGamificationProfileMembersValidate-example.txt
16611668
docs/postGamificationProfileMetricLink-example.txt
16621669
docs/postGamificationProfileMetrics-example.txt
16631670
docs/postGamificationProfiles-example.txt
1671+
docs/postGamificationProfilesUserQuery-example.txt
1672+
docs/postGamificationProfilesUsersMeQuery-example.txt
16641673
docs/postGdprRequests-example.txt
16651674
docs/postGreetings-example.txt
16661675
docs/postGroupGreetings-example.txt
@@ -1866,7 +1875,6 @@ docs/postTelephonyProvidersEdgesCertificateauthorities-example.txt
18661875
docs/postTelephonyProvidersEdgesDidpools-example.txt
18671876
docs/postTelephonyProvidersEdgesEdgegroups-example.txt
18681877
docs/postTelephonyProvidersEdgesExtensionpools-example.txt
1869-
docs/postTelephonyProvidersEdgesOutboundroutes-example.txt
18701878
docs/postTelephonyProvidersEdgesPhoneReboot-example.txt
18711879
docs/postTelephonyProvidersEdgesPhonebasesettings-example.txt
18721880
docs/postTelephonyProvidersEdgesPhones-example.txt
@@ -2134,7 +2142,6 @@ docs/putTelephonyProvidersEdgesDidpool-example.txt
21342142
docs/putTelephonyProvidersEdgesEdgegroup-example.txt
21352143
docs/putTelephonyProvidersEdgesEdgegroupEdgetrunkbase-example.txt
21362144
docs/putTelephonyProvidersEdgesExtensionpool-example.txt
2137-
docs/putTelephonyProvidersEdgesOutboundroute-example.txt
21382145
docs/putTelephonyProvidersEdgesPhone-example.txt
21392146
docs/putTelephonyProvidersEdgesPhonebasesetting-example.txt
21402147
docs/putTelephonyProvidersEdgesSite-example.txt

build/APIData.json

Lines changed: 388 additions & 49 deletions
Large diffs are not rendered by default.

build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For direct use in a browser script:
2727

2828
```html
2929
<!-- Include the CJS SDK -->
30-
<script src="https://sdk-cdn.mypurecloud.com/javascript/166.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/167.0.0/purecloud-platform-client-v2.min.js"></script>
3131

3232
<script type="text/javascript">
3333
// Obtain a reference to the platformClient object
@@ -44,7 +44,7 @@ For direct use in a browser script:
4444

4545
<script type="text/javascript">
4646
// Obtain a reference to the platformClient object
47-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/166.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/167.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

0 commit comments

Comments
 (0)