Skip to content

Commit

Permalink
198.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jul 13, 2024
1 parent 3cef209 commit 858044c
Showing 106 changed files with 3,624 additions and 1,040 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ For direct use in a browser script:

```html
<!-- Include the CJS SDK -->
<script src="https://sdk-cdn.mypurecloud.com/javascript/197.0.0/purecloud-platform-client-v2.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript/198.0.0/purecloud-platform-client-v2.min.js"></script>

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

<script type="text/javascript">
// Obtain a reference to the platformClient object
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/197.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/198.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
11 changes: 10 additions & 1 deletion build/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1529,13 +1529,16 @@ docs/getWorkforcemanagementAdherenceExplanation-example.txt
docs/getWorkforcemanagementAdherenceExplanationsJob-example.txt
docs/getWorkforcemanagementAdherenceHistoricalBulkJob-example.txt
docs/getWorkforcemanagementAdherenceHistoricalJob-example.txt
docs/getWorkforcemanagementAdhocmodelingjob-example.txt
docs/getWorkforcemanagementAgentAdherenceExplanation-example.txt
docs/getWorkforcemanagementAgentManagementunit-example.txt
docs/getWorkforcemanagementAgentsMeManagementunit-example.txt
docs/getWorkforcemanagementBusinessunit-example.txt
docs/getWorkforcemanagementBusinessunitActivitycode-example.txt
docs/getWorkforcemanagementBusinessunitActivitycodes-example.txt
docs/getWorkforcemanagementBusinessunitActivityplan-example.txt
docs/getWorkforcemanagementBusinessunitActivityplanRunsJob-example.txt
docs/getWorkforcemanagementBusinessunitActivityplans-example.txt
docs/getWorkforcemanagementBusinessunitActivityplansJobs-example.txt
docs/getWorkforcemanagementBusinessunitIntradayPlanninggroups-example.txt
docs/getWorkforcemanagementBusinessunitManagementunits-example.txt
docs/getWorkforcemanagementBusinessunitPlanninggroup-example.txt
@@ -1653,6 +1656,7 @@ docs/patchConversationsEmailMessagesDraft-example.txt
docs/patchConversationsEmailParticipant-example.txt
docs/patchConversationsEmailParticipantAttributes-example.txt
docs/patchConversationsEmailParticipantCommunication-example.txt
docs/patchConversationsEmailParticipantParkingstate-example.txt
docs/patchConversationsMessage-example.txt
docs/patchConversationsMessageParticipant-example.txt
docs/patchConversationsMessageParticipantAttributes-example.txt
@@ -1767,6 +1771,7 @@ docs/patchWebchatGuestConversationMediarequest-example.txt
docs/patchWorkforcemanagementAgentAdherenceExplanation-example.txt
docs/patchWorkforcemanagementBusinessunit-example.txt
docs/patchWorkforcemanagementBusinessunitActivitycode-example.txt
docs/patchWorkforcemanagementBusinessunitActivityplan-example.txt
docs/patchWorkforcemanagementBusinessunitPlanninggroup-example.txt
docs/patchWorkforcemanagementBusinessunitSchedulingRun-example.txt
docs/patchWorkforcemanagementBusinessunitServicegoaltemplate-example.txt
@@ -2088,6 +2093,7 @@ docs/postJourneyActionmapsEstimatesJobs-example.txt
docs/postJourneyActiontemplates-example.txt
docs/postJourneyDeploymentActionevent-example.txt
docs/postJourneyDeploymentAppevents-example.txt
docs/postJourneyDeploymentWebevents-example.txt
docs/postJourneyFlowsPathsQuery-example.txt
docs/postJourneyOutcomes-example.txt
docs/postJourneyOutcomesAttributionsJobs-example.txt
@@ -2388,6 +2394,8 @@ docs/postWorkforcemanagementAgentsIntegrationsHrisQuery-example.txt
docs/postWorkforcemanagementAgentsMePossibleworkshifts-example.txt
docs/postWorkforcemanagementAgentschedulesMine-example.txt
docs/postWorkforcemanagementBusinessunitActivitycodes-example.txt
docs/postWorkforcemanagementBusinessunitActivityplanRunsJobs-example.txt
docs/postWorkforcemanagementBusinessunitActivityplans-example.txt
docs/postWorkforcemanagementBusinessunitAdherenceExplanationsQuery-example.txt
docs/postWorkforcemanagementBusinessunitAgentschedulesSearch-example.txt
docs/postWorkforcemanagementBusinessunitIntraday-example.txt
@@ -2593,6 +2601,7 @@ docs/putQualityCalibration-example.txt
docs/putQualityConversationEvaluation-example.txt
docs/putQualityForm-example.txt
docs/putQualityFormsEvaluation-example.txt
docs/putQualityFormsEvaluationPredictivescoringSettings-example.txt
docs/putQualityFormsSurvey-example.txt
docs/putQualitySurveysScorable-example.txt
docs/putRecordingCrossplatformMediaretentionpolicy-example.txt
230 changes: 210 additions & 20 deletions build/APIData.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ For direct use in a browser script:

```html
<!-- Include the CJS SDK -->
<script src="https://sdk-cdn.mypurecloud.com/javascript/197.0.0/purecloud-platform-client-v2.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript/198.0.0/purecloud-platform-client-v2.min.js"></script>

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

<script type="text/javascript">
// Obtain a reference to the platformClient object
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/197.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/198.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Loading

0 comments on commit 858044c

Please sign in to comment.