Skip to content

Commit ce8de2a

Browse files
author
PureCloud Jenkins
committed
222.0.0
1 parent b90a0ee commit ce8de2a

183 files changed

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

build/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,9 @@ docs/getConversationsMessagesCachedmedia-example.txt
751751
docs/getConversationsMessagesCachedmediaCachedMediaItemId-example.txt
752752
docs/getConversationsMessagingFacebookApp-example.txt
753753
docs/getConversationsMessagingFacebookPermissions-example.txt
754+
docs/getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId-example.txt
754755
docs/getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId-example.txt
756+
docs/getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId-example.txt
755757
docs/getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId-example.txt
756758
docs/getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId-example.txt
757759
docs/getConversationsMessagingIntegrationTwitterOauthSettings-example.txt
@@ -2853,7 +2855,9 @@ docs/putConversationsEmailMessagesDraft-example.txt
28532855
docs/putConversationsEmailRecordingstate-example.txt
28542856
docs/putConversationsKeyconfiguration-example.txt
28552857
docs/putConversationsMessageRecordingstate-example.txt
2858+
docs/putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId-example.txt
28562859
docs/putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId-example.txt
2860+
docs/putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId-example.txt
28572861
docs/putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId-example.txt
28582862
docs/putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId-example.txt
28592863
docs/putConversationsMessagingSettingsDefault-example.txt

build/APIData.json

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

0 commit comments

Comments
 (0)