Skip to content

Commit 8a71bfa

Browse files
author
PureCloud Jenkins
committed
223.0.0
1 parent ce8de2a commit 8a71bfa

182 files changed

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

build/.openapi-generator/FILES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,9 @@ docs/getIntegrationsActionsCertificates-example.txt
10061006
docs/getIntegrationsActionsCertificatesTruststore-example.txt
10071007
docs/getIntegrationsActionsDrafts-example.txt
10081008
docs/getIntegrationsActionsFunctionsRuntimes-example.txt
1009+
docs/getIntegrationsBotconnectorBot-example.txt
1010+
docs/getIntegrationsBotconnectorBots-example.txt
1011+
docs/getIntegrationsBotconnectorBotsSummaries-example.txt
10091012
docs/getIntegrationsBotconnectorIntegrationIdBot-example.txt
10101013
docs/getIntegrationsBotconnectorIntegrationIdBotVersions-example.txt
10111014
docs/getIntegrationsBotconnectorIntegrationIdBots-example.txt
@@ -1512,6 +1515,7 @@ docs/getSpeechandtextanalyticsTopicsDialects-example.txt
15121515
docs/getSpeechandtextanalyticsTopicsGeneral-example.txt
15131516
docs/getSpeechandtextanalyticsTopicsGeneralStatus-example.txt
15141517
docs/getSpeechandtextanalyticsTopicsPublishjob-example.txt
1518+
docs/getSpeechandtextanalyticsTopicsTestphraseJob-example.txt
15151519
docs/getSpeechandtextanalyticsTranslationsLanguageConversation-example.txt
15161520
docs/getSpeechandtextanalyticsTranslationsLanguages-example.txt
15171521
docs/getStation-example.txt
@@ -2258,6 +2262,7 @@ docs/postConversationsKeyconfigurationsValidate-example.txt
22582262
docs/postConversationsMessageCommunicationMessages-example.txt
22592263
docs/postConversationsMessageCommunicationMessagesMedia-example.txt
22602264
docs/postConversationsMessageCommunicationMessagesMediaUploads-example.txt
2265+
docs/postConversationsMessageCommunicationSocialmediaMessages-example.txt
22612266
docs/postConversationsMessageCommunicationTyping-example.txt
22622267
docs/postConversationsMessageInboundOpenEvent-example.txt
22632268
docs/postConversationsMessageInboundOpenMessage-example.txt
@@ -2394,6 +2399,8 @@ docs/postIntegrationsActionExecute-example.txt
23942399
docs/postIntegrationsActionTest-example.txt
23952400
docs/postIntegrationsActions-example.txt
23962401
docs/postIntegrationsActionsDrafts-example.txt
2402+
docs/postIntegrationsBotconnectorsIncomingMessages-example.txt
2403+
docs/postIntegrationsBotconnectorsOutgoingMessages-example.txt
23972404
docs/postIntegrationsCredentials-example.txt
23982405
docs/postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs-example.txt
23992406
docs/postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs-example.txt
@@ -2622,6 +2629,8 @@ docs/postSocialmediaEscalationrules-example.txt
26222629
docs/postSocialmediaEscalationsMessages-example.txt
26232630
docs/postSocialmediaTopicDataingestionrulesFacebook-example.txt
26242631
docs/postSocialmediaTopicDataingestionrulesOpen-example.txt
2632+
docs/postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk-example.txt
2633+
docs/postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk-example.txt
26252634
docs/postSocialmediaTopicDataingestionrulesTwitter-example.txt
26262635
docs/postSocialmediaTopics-example.txt
26272636
docs/postSocialmediaTwitterHistoricalTweets-example.txt
@@ -2633,6 +2642,7 @@ docs/postSpeechandtextanalyticsProgramsPublishjobs-example.txt
26332642
docs/postSpeechandtextanalyticsSentimentfeedback-example.txt
26342643
docs/postSpeechandtextanalyticsTopics-example.txt
26352644
docs/postSpeechandtextanalyticsTopicsPublishjobs-example.txt
2645+
docs/postSpeechandtextanalyticsTopicsTestphraseJobs-example.txt
26362646
docs/postSpeechandtextanalyticsTranscriptsSearch-example.txt
26372647
docs/postSpeechandtextanalyticsTranscriptsSearch-example.txt
26382648
docs/postTaskmanagementWorkbins-example.txt

build/APIData.json

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

0 commit comments

Comments
 (0)