Skip to content

Commit 2526e19

Browse files
author
PureCloud Jenkins
committed
226.0.0
1 parent 19d9a42 commit 2526e19

File tree

184 files changed

+2106
-1036
lines changed

Some content is hidden

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

184 files changed

+2106
-1036
lines changed

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@225.0.0
9+
Documentation version purecloud-platform-client-v2@226.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/225.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/226.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/225.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/226.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

build/.openapi-generator/FILES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,6 @@ docs/getWorkforcemanagementCalendarDataIcs-example.txt
18201820
docs/getWorkforcemanagementCalendarUrlIcs-example.txt
18211821
docs/getWorkforcemanagementHistoricaldataBulkRemoveJob-example.txt
18221822
docs/getWorkforcemanagementHistoricaldataBulkRemoveJobs-example.txt
1823-
docs/getWorkforcemanagementHistoricaldataDeletejob-example.txt
18241823
docs/getWorkforcemanagementHistoricaldataImportstatus-example.txt
18251824
docs/getWorkforcemanagementHistoricaldataImportstatusJobId-example.txt
18261825
docs/getWorkforcemanagementIntegrationsHris-example.txt
@@ -2240,9 +2239,11 @@ docs/postConversationParticipantDigits-example.txt
22402239
docs/postConversationParticipantInternalmessagesUsersCommunications-example.txt
22412240
docs/postConversationParticipantReplace-example.txt
22422241
docs/postConversationParticipantReplaceAgent-example.txt
2242+
docs/postConversationParticipantReplaceContactExternal-example.txt
22432243
docs/postConversationParticipantReplaceExternal-example.txt
22442244
docs/postConversationParticipantReplaceQueue-example.txt
22452245
docs/postConversationParticipantSecureivrsessions-example.txt
2246+
docs/postConversationParticipantTransfer-example.txt
22462247
docs/postConversationRecordingAnnotations-example.txt
22472248
docs/postConversationSuggestionEngagement-example.txt
22482249
docs/postConversationSuggestionsFeedback-example.txt
@@ -2253,10 +2254,12 @@ docs/postConversationsCallParticipantCoach-example.txt
22532254
docs/postConversationsCallParticipantCommunicationWrapup-example.txt
22542255
docs/postConversationsCallParticipantConsult-example.txt
22552256
docs/postConversationsCallParticipantConsultAgent-example.txt
2257+
docs/postConversationsCallParticipantConsultContactExternal-example.txt
22562258
docs/postConversationsCallParticipantConsultExternal-example.txt
22572259
docs/postConversationsCallParticipantConsultQueue-example.txt
22582260
docs/postConversationsCallParticipantMonitor-example.txt
22592261
docs/postConversationsCallParticipantReplace-example.txt
2262+
docs/postConversationsCallParticipantVoiceConsult-example.txt
22602263
docs/postConversationsCallParticipants-example.txt
22612264
docs/postConversationsCallbackParticipantCommunicationWrapup-example.txt
22622265
docs/postConversationsCallbackParticipantReplace-example.txt
@@ -2813,7 +2816,6 @@ docs/postWorkforcemanagementBusinessunitWorkplanbids-example.txt
28132816
docs/postWorkforcemanagementBusinessunits-example.txt
28142817
docs/postWorkforcemanagementCalendarUrlIcs-example.txt
28152818
docs/postWorkforcemanagementHistoricaldataBulkRemoveJobs-example.txt
2816-
docs/postWorkforcemanagementHistoricaldataDeletejob-example.txt
28172819
docs/postWorkforcemanagementHistoricaldataValidate-example.txt
28182820
docs/postWorkforcemanagementIntegrationsHriTimeofftypesJobs-example.txt
28192821
docs/postWorkforcemanagementManagementunitAgentsWorkplansQuery-example.txt

build/APIData.json

Lines changed: 101 additions & 16 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@225.0.0
9+
Documentation version purecloud-platform-client-v2@226.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/225.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/226.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/225.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/226.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

0 commit comments

Comments
 (0)