Skip to content

Commit 2e3480e

Browse files
author
PureCloud Jenkins
committed
244.0.0
1 parent a771483 commit 2e3480e

188 files changed

Lines changed: 1925 additions & 714 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A JavaScript library to interface with the Genesys Cloud Platform API. View the
66
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
77
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
88

9-
Documentation version purecloud-platform-client-v2@243.0.0
9+
Documentation version purecloud-platform-client-v2@244.0.0
1010

1111
## Preview APIs
1212

@@ -29,7 +29,7 @@ For direct use in a browser script:
2929

3030
```html
3131
<!-- Include the CJS SDK -->
32-
<script src="https://sdk-cdn.mypurecloud.com/javascript/243.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/244.0.0/purecloud-platform-client-v2.min.js"></script>
3333

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

4747
<script type="text/javascript">
4848
// Obtain a reference to the platformClient object
49-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/243.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/244.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

build/.openapi-generator/FILES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ docs/deleteConversation-example.txt
242242
docs/deleteConversationParticipantCode-example.txt
243243
docs/deleteConversationParticipantFlaggedreason-example.txt
244244
docs/deleteConversationRecordingAnnotation-example.txt
245+
docs/deleteConversationsCallParticipantCommunicationPostflowaction-example.txt
245246
docs/deleteConversationsCallParticipantConsult-example.txt
246247
docs/deleteConversationsEmailMessagesDraftAttachment-example.txt
247248
docs/deleteConversationsMessagesCachedmediaCachedMediaItemId-example.txt
@@ -1410,6 +1411,7 @@ docs/getQualityForms-example.txt
14101411
docs/getQualityFormsEvaluation-example.txt
14111412
docs/getQualityFormsEvaluationVersions-example.txt
14121413
docs/getQualityFormsEvaluations-example.txt
1414+
docs/getQualityFormsEvaluationsBulk-example.txt
14131415
docs/getQualityFormsEvaluationsBulkContexts-example.txt
14141416
docs/getQualityFormsSurvey-example.txt
14151417
docs/getQualityFormsSurveyVersions-example.txt
@@ -1994,6 +1996,7 @@ docs/patchConversationsCallConference-example.txt
19941996
docs/patchConversationsCallParticipant-example.txt
19951997
docs/patchConversationsCallParticipantAttributes-example.txt
19961998
docs/patchConversationsCallParticipantCommunication-example.txt
1999+
docs/patchConversationsCallParticipantCommunicationPostflowaction-example.txt
19972000
docs/patchConversationsCallParticipantConsult-example.txt
19982001
docs/patchConversationsCallParticipantUserUserId-example.txt
19992002
docs/patchConversationsCallback-example.txt
@@ -2730,13 +2733,15 @@ docs/postQualityConversationEvaluations-example.txt
27302733
docs/postQualityConversationsAuditsQuery-example.txt
27312734
docs/postQualityEvaluationsAggregatesQueryMe-example.txt
27322735
docs/postQualityEvaluationsScoring-example.txt
2736+
docs/postQualityEvaluationsSearch-example.txt
27332737
docs/postQualityForms-example.txt
27342738
docs/postQualityFormsEvaluations-example.txt
27352739
docs/postQualityFormsSurveys-example.txt
27362740
docs/postQualityProgramAgentscoringrules-example.txt
27372741
docs/postQualityPublishedforms-example.txt
27382742
docs/postQualityPublishedformsEvaluations-example.txt
27392743
docs/postQualityPublishedformsSurveys-example.txt
2744+
docs/postQualitySurveys-example.txt
27402745
docs/postQualitySurveysScoring-example.txt
27412746
docs/postRecordingBatchrequests-example.txt
27422747
docs/postRecordingCrossplatformMediaretentionpolicies-example.txt

build/APIData.json

Lines changed: 130 additions & 7 deletions
Large diffs are not rendered by default.

build/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A JavaScript library to interface with the Genesys Cloud Platform API. View the
66
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
77
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
88

9-
Documentation version purecloud-platform-client-v2@243.0.0
9+
Documentation version purecloud-platform-client-v2@244.0.0
1010

1111
## Preview APIs
1212

@@ -29,7 +29,7 @@ For direct use in a browser script:
2929

3030
```html
3131
<!-- Include the CJS SDK -->
32-
<script src="https://sdk-cdn.mypurecloud.com/javascript/243.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/244.0.0/purecloud-platform-client-v2.min.js"></script>
3333

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

4747
<script type="text/javascript">
4848
// Obtain a reference to the platformClient object
49-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/243.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/244.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

0 commit comments

Comments
 (0)