Skip to content

Commit e2e69a9

Browse files
author
PureCloud Jenkins
committed
170.0.0
1 parent 310ce18 commit e2e69a9

File tree

108 files changed

+5911
-4755
lines changed

Some content is hidden

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

108 files changed

+5911
-4755
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ A JavaScript library to interface with the Genesys Cloud Platform API. View the
1010
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
1111
[![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)
1212

13+
## Preview API's
14+
15+
**Warning:** Preview API's are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview API's see [here](https://developer.genesys.cloud/platform/preview-apis)
16+
1317
## CommonJS
1418

1519
For node.js via [NPM](https://www.npmjs.com/package/purecloud-platform-client-v2):
@@ -27,7 +31,7 @@ For direct use in a browser script:
2731

2832
```html
2933
<!-- Include the CJS SDK -->
30-
<script src="https://sdk-cdn.mypurecloud.com/javascript/169.1.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/170.0.0/purecloud-platform-client-v2.min.js"></script>
3135

3236
<script type="text/javascript">
3337
// Obtain a reference to the platformClient object
@@ -44,7 +48,7 @@ For direct use in a browser script:
4448

4549
<script type="text/javascript">
4650
// Obtain a reference to the platformClient object
47-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/169.1.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/170.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4852
console.log(platformClient);
4953
});
5054
</script>
@@ -393,12 +397,10 @@ agent = new HttpsProxyAgent({
393397
client.setProxyAgent(agent)
394398
```
395399

396-
397400
## Versioning
398401

399402
The SDK's version is incremented according to the [Semantic Versioning Specification](https://semver.org/). The decision to increment version numbers is determined by [diffing the Platform API's swagger](https://github.com/purecloudlabs/platform-client-sdk-common/blob/master/modules/swaggerDiff.js) for automated builds, and optionally forcing a version bump when a build is triggered manually (e.g. releasing a bugfix).
400403

401-
402404
## Support
403405

404406
This package is intended to be forwards compatible with v2 of Genesys Cloud's Platform API. While the general policy for the API is not to introduce breaking changes, there are certain additions and changes to the API that cause breaking changes for the SDK, often due to the way the API is expressed in its swagger definition. Because of this, the SDK can have a major version bump while the API remains at major version 2. While the SDK is intended to be forward compatible, patches will only be released to the latest version. For these reasons, it is strongly recommended that all applications using this SDK are kept up to date and use the latest version of the SDK.

build/.openapi-generator/FILES

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ docs/deleteConversationRecordingAnnotation-example.txt
173173
docs/deleteConversationsCallParticipantConsult-example.txt
174174
docs/deleteConversationsEmailMessagesDraftAttachment-example.txt
175175
docs/deleteConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
176+
docs/deleteConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
176177
docs/deleteConversationsMessagingIntegrationsLineIntegrationId-example.txt
177178
docs/deleteConversationsMessagingIntegrationsOpenIntegrationId-example.txt
178179
docs/deleteConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
@@ -596,6 +597,8 @@ docs/getConversationsMessagingFacebookApp-example.txt
596597
docs/getConversationsMessagingIntegrations-example.txt
597598
docs/getConversationsMessagingIntegrationsFacebook-example.txt
598599
docs/getConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
600+
docs/getConversationsMessagingIntegrationsInstagram-example.txt
601+
docs/getConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
599602
docs/getConversationsMessagingIntegrationsLine-example.txt
600603
docs/getConversationsMessagingIntegrationsLineIntegrationId-example.txt
601604
docs/getConversationsMessagingIntegrationsOpen-example.txt
@@ -815,7 +818,6 @@ docs/getJourneyActiontarget-example.txt
815818
docs/getJourneyActiontargets-example.txt
816819
docs/getJourneyActiontemplate-example.txt
817820
docs/getJourneyActiontemplates-example.txt
818-
docs/getJourneyCustomerCustomerIdSessions-example.txt
819821
docs/getJourneyOutcome-example.txt
820822
docs/getJourneyOutcomes-example.txt
821823
docs/getJourneyOutcomesAttributionsJob-example.txt
@@ -1324,6 +1326,8 @@ docs/getUsersDevelopmentActivities-example.txt
13241326
docs/getUsersDevelopmentActivitiesMe-example.txt
13251327
docs/getUsersDevelopmentActivity-example.txt
13261328
docs/getUsersMe-example.txt
1329+
docs/getUsersPresenceBulk-example.txt
1330+
docs/getUsersPresencesPurecloudBulk-example.txt
13271331
docs/getUsersSearch-example.txt
13281332
docs/getUsersSearch-example.txt
13291333
docs/getVoicemailGroupMailbox-example.txt
@@ -1473,6 +1477,7 @@ docs/patchConversationsMessageParticipant-example.txt
14731477
docs/patchConversationsMessageParticipantAttributes-example.txt
14741478
docs/patchConversationsMessageParticipantCommunication-example.txt
14751479
docs/patchConversationsMessagingIntegrationsFacebookIntegrationId-example.txt
1480+
docs/patchConversationsMessagingIntegrationsInstagramIntegrationId-example.txt
14761481
docs/patchConversationsMessagingIntegrationsOpenIntegrationId-example.txt
14771482
docs/patchConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
14781483
docs/patchConversationsMessagingIntegrationsWhatsappIntegrationId-example.txt
@@ -1696,12 +1701,18 @@ docs/postConversationDisconnect-example.txt
16961701
docs/postConversationParticipantCallbacks-example.txt
16971702
docs/postConversationParticipantDigits-example.txt
16981703
docs/postConversationParticipantReplace-example.txt
1704+
docs/postConversationParticipantReplaceAgent-example.txt
1705+
docs/postConversationParticipantReplaceExternal-example.txt
1706+
docs/postConversationParticipantReplaceQueue-example.txt
16991707
docs/postConversationParticipantSecureivrsessions-example.txt
17001708
docs/postConversationRecordingAnnotations-example.txt
17011709
docs/postConversationsCall-example.txt
17021710
docs/postConversationsCallParticipantCoach-example.txt
17031711
docs/postConversationsCallParticipantCommunicationWrapup-example.txt
17041712
docs/postConversationsCallParticipantConsult-example.txt
1713+
docs/postConversationsCallParticipantConsultAgent-example.txt
1714+
docs/postConversationsCallParticipantConsultExternal-example.txt
1715+
docs/postConversationsCallParticipantConsultQueue-example.txt
17051716
docs/postConversationsCallParticipantMonitor-example.txt
17061717
docs/postConversationsCallParticipantReplace-example.txt
17071718
docs/postConversationsCallParticipants-example.txt
@@ -1739,6 +1750,7 @@ docs/postConversationsMessages-example.txt
17391750
docs/postConversationsMessagesAgentless-example.txt
17401751
docs/postConversationsMessagesInboundOpen-example.txt
17411752
docs/postConversationsMessagingIntegrationsFacebook-example.txt
1753+
docs/postConversationsMessagingIntegrationsInstagram-example.txt
17421754
docs/postConversationsMessagingIntegrationsLine-example.txt
17431755
docs/postConversationsMessagingIntegrationsOpen-example.txt
17441756
docs/postConversationsMessagingIntegrationsTwitter-example.txt
@@ -2230,6 +2242,7 @@ docs/putIntegrationsBotconnectorIntegrationIdBots-example.txt
22302242
docs/putIntegrationsCredential-example.txt
22312243
docs/putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings-example.txt
22322244
docs/putIntegrationsSpeechTtsSettings-example.txt
2245+
docs/putIntegrationsUnifiedcommunicationThirdpartypresences-example.txt
22332246
docs/putLanguageunderstandingDomainVersion-example.txt
22342247
docs/putLearningModule-example.txt
22352248
docs/putLearningModuleRule-example.txt

0 commit comments

Comments
 (0)