Skip to content

Commit

Permalink
192.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Apr 30, 2024
1 parent af7e7ff commit 6b361ca
Show file tree
Hide file tree
Showing 91 changed files with 542 additions and 751 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For direct use in a browser script:

```html
<!-- Include the CJS SDK -->
<script src="https://sdk-cdn.mypurecloud.com/javascript/192.1.0/purecloud-platform-client-v2.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript/192.2.0/purecloud-platform-client-v2.min.js"></script>

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

<script type="text/javascript">
// Obtain a reference to the platformClient object
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/192.1.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/192.2.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For direct use in a browser script:

```html
<!-- Include the CJS SDK -->
<script src="https://sdk-cdn.mypurecloud.com/javascript/192.1.0/purecloud-platform-client-v2.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript/192.2.0/purecloud-platform-client-v2.min.js"></script>

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

<script type="text/javascript">
// Obtain a reference to the platformClient object
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/192.1.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/192.2.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
Loading

0 comments on commit 6b361ca

Please sign in to comment.