Skip to content

Commit c7c9b72

Browse files
author
PureCloud Jenkins
committed
159.0.0
1 parent af6bbe7 commit c7c9b72

File tree

92 files changed

+1426
-786
lines changed

Some content is hidden

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

92 files changed

+1426
-786
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/158.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/159.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/158.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/159.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

build/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ docs/deleteIntegrationsCredential-example.txt
207207
docs/deleteJourneyActionmap-example.txt
208208
docs/deleteJourneyActiontemplate-example.txt
209209
docs/deleteJourneyOutcome-example.txt
210+
docs/deleteJourneyOutcomesPredictor-example.txt
210211
docs/deleteJourneySegment-example.txt
211212
docs/deleteKnowledgeKnowledgebase-example.txt
212213
docs/deleteKnowledgeKnowledgebaseCategory-example.txt
@@ -734,6 +735,8 @@ docs/getJourneyActiontemplate-example.txt
734735
docs/getJourneyActiontemplates-example.txt
735736
docs/getJourneyOutcome-example.txt
736737
docs/getJourneyOutcomes-example.txt
738+
docs/getJourneyOutcomesPredictor-example.txt
739+
docs/getJourneyOutcomesPredictors-example.txt
737740
docs/getJourneySegment-example.txt
738741
docs/getJourneySegments-example.txt
739742
docs/getJourneySession-example.txt
@@ -1648,6 +1651,7 @@ docs/postJourneyActionmaps-example.txt
16481651
docs/postJourneyActionmapsEstimatesJobs-example.txt
16491652
docs/postJourneyActiontemplates-example.txt
16501653
docs/postJourneyOutcomes-example.txt
1654+
docs/postJourneyOutcomesPredictors-example.txt
16511655
docs/postJourneySegments-example.txt
16521656
docs/postKnowledgeDocumentuploads-example.txt
16531657
docs/postKnowledgeDocumentuploads-example.txt

build/APIData.json

Lines changed: 66 additions & 13 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/158.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/159.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/158.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/159.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

0 commit comments

Comments
 (0)