Skip to content

Commit 858044c

Browse files
author
PureCloud Jenkins
committed
198.0.0
1 parent 3cef209 commit 858044c

File tree

106 files changed

+3624
-1040
lines changed

Some content is hidden

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

106 files changed

+3624
-1040
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/197.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/198.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/197.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/198.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

build/.openapi-generator/FILES

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,13 +1529,16 @@ docs/getWorkforcemanagementAdherenceExplanation-example.txt
15291529
docs/getWorkforcemanagementAdherenceExplanationsJob-example.txt
15301530
docs/getWorkforcemanagementAdherenceHistoricalBulkJob-example.txt
15311531
docs/getWorkforcemanagementAdherenceHistoricalJob-example.txt
1532-
docs/getWorkforcemanagementAdhocmodelingjob-example.txt
15331532
docs/getWorkforcemanagementAgentAdherenceExplanation-example.txt
15341533
docs/getWorkforcemanagementAgentManagementunit-example.txt
15351534
docs/getWorkforcemanagementAgentsMeManagementunit-example.txt
15361535
docs/getWorkforcemanagementBusinessunit-example.txt
15371536
docs/getWorkforcemanagementBusinessunitActivitycode-example.txt
15381537
docs/getWorkforcemanagementBusinessunitActivitycodes-example.txt
1538+
docs/getWorkforcemanagementBusinessunitActivityplan-example.txt
1539+
docs/getWorkforcemanagementBusinessunitActivityplanRunsJob-example.txt
1540+
docs/getWorkforcemanagementBusinessunitActivityplans-example.txt
1541+
docs/getWorkforcemanagementBusinessunitActivityplansJobs-example.txt
15391542
docs/getWorkforcemanagementBusinessunitIntradayPlanninggroups-example.txt
15401543
docs/getWorkforcemanagementBusinessunitManagementunits-example.txt
15411544
docs/getWorkforcemanagementBusinessunitPlanninggroup-example.txt
@@ -1653,6 +1656,7 @@ docs/patchConversationsEmailMessagesDraft-example.txt
16531656
docs/patchConversationsEmailParticipant-example.txt
16541657
docs/patchConversationsEmailParticipantAttributes-example.txt
16551658
docs/patchConversationsEmailParticipantCommunication-example.txt
1659+
docs/patchConversationsEmailParticipantParkingstate-example.txt
16561660
docs/patchConversationsMessage-example.txt
16571661
docs/patchConversationsMessageParticipant-example.txt
16581662
docs/patchConversationsMessageParticipantAttributes-example.txt
@@ -1767,6 +1771,7 @@ docs/patchWebchatGuestConversationMediarequest-example.txt
17671771
docs/patchWorkforcemanagementAgentAdherenceExplanation-example.txt
17681772
docs/patchWorkforcemanagementBusinessunit-example.txt
17691773
docs/patchWorkforcemanagementBusinessunitActivitycode-example.txt
1774+
docs/patchWorkforcemanagementBusinessunitActivityplan-example.txt
17701775
docs/patchWorkforcemanagementBusinessunitPlanninggroup-example.txt
17711776
docs/patchWorkforcemanagementBusinessunitSchedulingRun-example.txt
17721777
docs/patchWorkforcemanagementBusinessunitServicegoaltemplate-example.txt
@@ -2088,6 +2093,7 @@ docs/postJourneyActionmapsEstimatesJobs-example.txt
20882093
docs/postJourneyActiontemplates-example.txt
20892094
docs/postJourneyDeploymentActionevent-example.txt
20902095
docs/postJourneyDeploymentAppevents-example.txt
2096+
docs/postJourneyDeploymentWebevents-example.txt
20912097
docs/postJourneyFlowsPathsQuery-example.txt
20922098
docs/postJourneyOutcomes-example.txt
20932099
docs/postJourneyOutcomesAttributionsJobs-example.txt
@@ -2388,6 +2394,8 @@ docs/postWorkforcemanagementAgentsIntegrationsHrisQuery-example.txt
23882394
docs/postWorkforcemanagementAgentsMePossibleworkshifts-example.txt
23892395
docs/postWorkforcemanagementAgentschedulesMine-example.txt
23902396
docs/postWorkforcemanagementBusinessunitActivitycodes-example.txt
2397+
docs/postWorkforcemanagementBusinessunitActivityplanRunsJobs-example.txt
2398+
docs/postWorkforcemanagementBusinessunitActivityplans-example.txt
23912399
docs/postWorkforcemanagementBusinessunitAdherenceExplanationsQuery-example.txt
23922400
docs/postWorkforcemanagementBusinessunitAgentschedulesSearch-example.txt
23932401
docs/postWorkforcemanagementBusinessunitIntraday-example.txt
@@ -2593,6 +2601,7 @@ docs/putQualityCalibration-example.txt
25932601
docs/putQualityConversationEvaluation-example.txt
25942602
docs/putQualityForm-example.txt
25952603
docs/putQualityFormsEvaluation-example.txt
2604+
docs/putQualityFormsEvaluationPredictivescoringSettings-example.txt
25962605
docs/putQualityFormsSurvey-example.txt
25972606
docs/putQualitySurveysScorable-example.txt
25982607
docs/putRecordingCrossplatformMediaretentionpolicy-example.txt

build/APIData.json

Lines changed: 210 additions & 20 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/197.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/198.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/197.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/198.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

0 commit comments

Comments
 (0)