Skip to content

Commit 3d569be

Browse files
author
PureCloud Jenkins
committed
183.0.0
1 parent b7f93ff commit 3d569be

File tree

101 files changed

+2268
-979
lines changed

Some content is hidden

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

101 files changed

+2268
-979
lines changed

README.md

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

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/182.1.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/183.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/182.1.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/183.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

build/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ docs/getAlertingRule-example.txt
407407
docs/getAnalyticsActionsAggregatesJob-example.txt
408408
docs/getAnalyticsActionsAggregatesJobResults-example.txt
409409
docs/getAnalyticsBotflowReportingturns-example.txt
410+
docs/getAnalyticsBotflowSessions-example.txt
410411
docs/getAnalyticsBotsAggregatesJob-example.txt
411412
docs/getAnalyticsBotsAggregatesJobResults-example.txt
412413
docs/getAnalyticsConversationDetails-example.txt
@@ -1592,6 +1593,7 @@ docs/patchLanguageunderstandingDomain-example.txt
15921593
docs/patchLanguageunderstandingMinerDraft-example.txt
15931594
docs/patchLearningAssignment-example.txt
15941595
docs/patchLearningAssignmentReschedule-example.txt
1596+
docs/patchLearningModuleUserAssignments-example.txt
15951597
docs/patchLocation-example.txt
15961598
docs/patchMessagingSetting-example.txt
15971599
docs/patchMessagingSupportedcontentSupportedContentId-example.txt

build/APIData.json

Lines changed: 106 additions & 23 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
@@ -31,7 +31,7 @@ For direct use in a browser script:
3131

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/182.1.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/183.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/182.1.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/183.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

0 commit comments

Comments
 (0)