Skip to content

Commit 872a2e0

Browse files
author
PureCloud Jenkins
committed
209.0.0
1 parent 71b72e2 commit 872a2e0

File tree

178 files changed

+10944
-4128
lines changed

Some content is hidden

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

178 files changed

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

build/.openapi-generator/FILES

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ docs/SearchApi.json
116116
docs/SearchApi.md
117117
docs/SettingsApi.json
118118
docs/SettingsApi.md
119+
docs/SocialMediaApi.json
120+
docs/SocialMediaApi.md
119121
docs/SpeechTextAnalyticsApi.json
120122
docs/SpeechTextAnalyticsApi.md
121123
docs/StationsApi.json
@@ -373,6 +375,10 @@ docs/deleteRoutingUtilizationTag-example.txt
373375
docs/deleteRoutingWrapupcode-example.txt
374376
docs/deleteScimUser-example.txt
375377
docs/deleteScimV2User-example.txt
378+
docs/deleteSocialmediaTopic-example.txt
379+
docs/deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
380+
docs/deleteSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
381+
docs/deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId-example.txt
376382
docs/deleteSpeechandtextanalyticsCategory-example.txt
377383
docs/deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId-example.txt
378384
docs/deleteSpeechandtextanalyticsProgram-example.txt
@@ -1368,6 +1374,17 @@ docs/getSearch-example.txt
13681374
docs/getSearchSuggest-example.txt
13691375
docs/getSearchSuggest-example.txt
13701376
docs/getSettingsExecutiondata-example.txt
1377+
docs/getSocialmediaTopic-example.txt
1378+
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
1379+
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion-example.txt
1380+
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions-example.txt
1381+
docs/getSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
1382+
docs/getSocialmediaTopicDataingestionrulesOpenOpenIdVersion-example.txt
1383+
docs/getSocialmediaTopicDataingestionrulesOpenOpenIdVersions-example.txt
1384+
docs/getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId-example.txt
1385+
docs/getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion-example.txt
1386+
docs/getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions-example.txt
1387+
docs/getSocialmediaTopics-example.txt
13711388
docs/getSpeechandtextanalyticsCategories-example.txt
13721389
docs/getSpeechandtextanalyticsCategory-example.txt
13731390
docs/getSpeechandtextanalyticsConversation-example.txt
@@ -1831,6 +1848,10 @@ docs/patchScimUser-example.txt
18311848
docs/patchScimV2Group-example.txt
18321849
docs/patchScimV2User-example.txt
18331850
docs/patchSettingsExecutiondata-example.txt
1851+
docs/patchSocialmediaTopic-example.txt
1852+
docs/patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
1853+
docs/patchSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
1854+
docs/patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId-example.txt
18341855
docs/patchSpeechandtextanalyticsSettings-example.txt
18351856
docs/patchTaskmanagementWorkbin-example.txt
18361857
docs/patchTaskmanagementWorkitem-example.txt
@@ -2419,6 +2440,10 @@ docs/postSearch-example.txt
24192440
docs/postSearch-example.txt
24202441
docs/postSearchSuggest-example.txt
24212442
docs/postSearchSuggest-example.txt
2443+
docs/postSocialmediaTopicDataingestionrulesFacebook-example.txt
2444+
docs/postSocialmediaTopicDataingestionrulesOpen-example.txt
2445+
docs/postSocialmediaTopicDataingestionrulesTwitter-example.txt
2446+
docs/postSocialmediaTopics-example.txt
24222447
docs/postSpeechandtextanalyticsCategories-example.txt
24232448
docs/postSpeechandtextanalyticsDictionaryfeedback-example.txt
24242449
docs/postSpeechandtextanalyticsPrograms-example.txt
@@ -2481,6 +2506,8 @@ docs/postUploadsLearningCoverart-example.txt
24812506
docs/postUploadsPublicassetsImages-example.txt
24822507
docs/postUploadsRecordings-example.txt
24832508
docs/postUploadsWorkforcemanagementHistoricaldataCsv-example.txt
2509+
docs/postUsageEventsAggregatesQuery-example.txt
2510+
docs/postUsageEventsQuery-example.txt
24842511
docs/postUsageQuery-example.txt
24852512
docs/postUsageSimplesearch-example.txt
24862513
docs/postUserExternalid-example.txt
@@ -2783,6 +2810,9 @@ docs/putScimGroup-example.txt
27832810
docs/putScimUser-example.txt
27842811
docs/putScimV2Group-example.txt
27852812
docs/putScimV2User-example.txt
2813+
docs/putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
2814+
docs/putSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
2815+
docs/putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId-example.txt
27862816
docs/putSpeechandtextanalyticsCategory-example.txt
27872817
docs/putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId-example.txt
27882818
docs/putSpeechandtextanalyticsProgram-example.txt
@@ -2901,6 +2931,7 @@ src/purecloud-platform-client-v2/api/ScreenRecordingApi.js
29012931
src/purecloud-platform-client-v2/api/ScriptsApi.js
29022932
src/purecloud-platform-client-v2/api/SearchApi.js
29032933
src/purecloud-platform-client-v2/api/SettingsApi.js
2934+
src/purecloud-platform-client-v2/api/SocialMediaApi.js
29042935
src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js
29052936
src/purecloud-platform-client-v2/api/StationsApi.js
29062937
src/purecloud-platform-client-v2/api/SuggestApi.js

0 commit comments

Comments
 (0)