Skip to content

Commit 6201d8d

Browse files
author
PureCloud Jenkins
committed
218.0.0
1 parent 789bda0 commit 6201d8d

File tree

181 files changed

+6307
-2380
lines changed

Some content is hidden

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

181 files changed

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

build/.openapi-generator/FILES

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ docs/deleteConversationsMessagesCachedmediaCachedMediaItemId-example.txt
211211
docs/deleteConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
212212
docs/deleteConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
213213
docs/deleteConversationsMessagingIntegrationsOpenIntegrationId-example.txt
214+
docs/deleteConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
214215
docs/deleteConversationsMessagingIntegrationsWhatsappIntegrationId-example.txt
215216
docs/deleteConversationsMessagingSetting-example.txt
216217
docs/deleteConversationsMessagingSettingsDefault-example.txt
@@ -379,6 +380,8 @@ docs/deleteRoutingUtilizationTag-example.txt
379380
docs/deleteRoutingWrapupcode-example.txt
380381
docs/deleteScimUser-example.txt
381382
docs/deleteScimV2User-example.txt
383+
docs/deleteSocialmediaEscalationrule-example.txt
384+
docs/deleteSocialmediaMessage-example.txt
382385
docs/deleteSocialmediaTopic-example.txt
383386
docs/deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
384387
docs/deleteSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
@@ -719,13 +722,17 @@ docs/getConversationsMessagingFacebookPermissions-example.txt
719722
docs/getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId-example.txt
720723
docs/getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId-example.txt
721724
docs/getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId-example.txt
725+
docs/getConversationsMessagingIntegrationTwitterOauthSettings-example.txt
722726
docs/getConversationsMessagingIntegrations-example.txt
723727
docs/getConversationsMessagingIntegrationsFacebook-example.txt
724728
docs/getConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
725729
docs/getConversationsMessagingIntegrationsInstagram-example.txt
726730
docs/getConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
727731
docs/getConversationsMessagingIntegrationsOpen-example.txt
728732
docs/getConversationsMessagingIntegrationsOpenIntegrationId-example.txt
733+
docs/getConversationsMessagingIntegrationsTwitter-example.txt
734+
docs/getConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
735+
docs/getConversationsMessagingIntegrationsTwitterOauthSettings-example.txt
729736
docs/getConversationsMessagingIntegrationsWhatsapp-example.txt
730737
docs/getConversationsMessagingIntegrationsWhatsappIntegrationId-example.txt
731738
docs/getConversationsMessagingSetting-example.txt
@@ -767,6 +774,8 @@ docs/getExternalcontactsContactNote-example.txt
767774
docs/getExternalcontactsContactNotes-example.txt
768775
docs/getExternalcontactsContactUnresolved-example.txt
769776
docs/getExternalcontactsContacts-example.txt
777+
docs/getExternalcontactsContactsExport-example.txt
778+
docs/getExternalcontactsContactsExports-example.txt
770779
docs/getExternalcontactsContactsSchema-example.txt
771780
docs/getExternalcontactsContactsSchemaVersion-example.txt
772781
docs/getExternalcontactsContactsSchemaVersions-example.txt
@@ -1137,9 +1146,7 @@ docs/getOrganizationsLimitsChangerequests-example.txt
11371146
docs/getOrganizationsLimitsDocs-example.txt
11381147
docs/getOrganizationsLimitsDocsFreetrial-example.txt
11391148
docs/getOrganizationsLimitsNamespace-example.txt
1140-
docs/getOrganizationsLimitsNamespaceCounts-example.txt
11411149
docs/getOrganizationsLimitsNamespaceDefaults-example.txt
1142-
docs/getOrganizationsLimitsNamespaceLimitCounts-example.txt
11431150
docs/getOrganizationsLimitsNamespaces-example.txt
11441151
docs/getOrganizationsMe-example.txt
11451152
docs/getOrganizationsWhitelist-example.txt
@@ -1405,7 +1412,14 @@ docs/getSearch-example.txt
14051412
docs/getSearchSuggest-example.txt
14061413
docs/getSearchSuggest-example.txt
14071414
docs/getSettingsExecutiondata-example.txt
1415+
docs/getSocialmediaAnalyticsAggregatesJob-example.txt
1416+
docs/getSocialmediaAnalyticsAggregatesJobResults-example.txt
1417+
docs/getSocialmediaAnalyticsMessagesJob-example.txt
1418+
docs/getSocialmediaAnalyticsMessagesJobResults-example.txt
1419+
docs/getSocialmediaEscalationrule-example.txt
1420+
docs/getSocialmediaEscalationrules-example.txt
14081421
docs/getSocialmediaTopic-example.txt
1422+
docs/getSocialmediaTopicDataingestionrules-example.txt
14091423
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
14101424
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion-example.txt
14111425
docs/getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions-example.txt
@@ -1827,6 +1841,7 @@ docs/patchConversationsMessageParticipantCommunication-example.txt
18271841
docs/patchConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
18281842
docs/patchConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
18291843
docs/patchConversationsMessagingIntegrationsOpenIntegrationId-example.txt
1844+
docs/patchConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
18301845
docs/patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId-example.txt
18311846
docs/patchConversationsMessagingIntegrationsWhatsappIntegrationId-example.txt
18321847
docs/patchConversationsMessagingSetting-example.txt
@@ -2179,6 +2194,7 @@ docs/postConversationsMessagesInboundOpen-example.txt
21792194
docs/postConversationsMessagingIntegrationsFacebook-example.txt
21802195
docs/postConversationsMessagingIntegrationsInstagram-example.txt
21812196
docs/postConversationsMessagingIntegrationsOpen-example.txt
2197+
docs/postConversationsMessagingIntegrationsTwitter-example.txt
21822198
docs/postConversationsMessagingIntegrationsWhatsapp-example.txt
21832199
docs/postConversationsMessagingIntegrationsWhatsappEmbeddedsignup-example.txt
21842200
docs/postConversationsMessagingSettings-example.txt
@@ -2187,6 +2203,7 @@ docs/postConversationsParticipantsAttributesSearch-example.txt
21872203
docs/postConversationsParticipantsAttributesSearch-example.txt
21882204
docs/postConversationsScreenshareParticipantCommunicationWrapup-example.txt
21892205
docs/postConversationsSocialParticipantCommunicationWrapup-example.txt
2206+
docs/postConversationsVideoAgentconferenceCommunication-example.txt
21902207
docs/postConversationsVideoParticipantCommunicationWrapup-example.txt
21912208
docs/postConversationsVideosMeetings-example.txt
21922209
docs/postDataprivacyMaskingrules-example.txt
@@ -2225,6 +2242,7 @@ docs/postExternalcontactsBulkRelationshipsUpdate-example.txt
22252242
docs/postExternalcontactsContactNotes-example.txt
22262243
docs/postExternalcontactsContactPromotion-example.txt
22272244
docs/postExternalcontactsContacts-example.txt
2245+
docs/postExternalcontactsContactsExports-example.txt
22282246
docs/postExternalcontactsContactsSchemas-example.txt
22292247
docs/postExternalcontactsExternalsources-example.txt
22302248
docs/postExternalcontactsIdentifierlookup-example.txt
@@ -2509,10 +2527,15 @@ docs/postSearch-example.txt
25092527
docs/postSearch-example.txt
25102528
docs/postSearchSuggest-example.txt
25112529
docs/postSearchSuggest-example.txt
2530+
docs/postSocialmediaAnalyticsAggregatesJobs-example.txt
2531+
docs/postSocialmediaAnalyticsMessagesJobs-example.txt
2532+
docs/postSocialmediaEscalationrules-example.txt
2533+
docs/postSocialmediaEscalationsMessages-example.txt
25122534
docs/postSocialmediaTopicDataingestionrulesFacebook-example.txt
25132535
docs/postSocialmediaTopicDataingestionrulesOpen-example.txt
25142536
docs/postSocialmediaTopicDataingestionrulesTwitter-example.txt
25152537
docs/postSocialmediaTopics-example.txt
2538+
docs/postSocialmediaTwitterHistoricalTweets-example.txt
25162539
docs/postSpeechandtextanalyticsCategories-example.txt
25172540
docs/postSpeechandtextanalyticsDictionaryfeedback-example.txt
25182541
docs/postSpeechandtextanalyticsPrograms-example.txt
@@ -2891,6 +2914,7 @@ docs/putScimGroup-example.txt
28912914
docs/putScimUser-example.txt
28922915
docs/putScimV2Group-example.txt
28932916
docs/putScimV2User-example.txt
2917+
docs/putSocialmediaEscalationrule-example.txt
28942918
docs/putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId-example.txt
28952919
docs/putSocialmediaTopicDataingestionrulesOpenOpenId-example.txt
28962920
docs/putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId-example.txt

0 commit comments

Comments
 (0)