Skip to content

Commit

Permalink
13.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Feb 20, 2024
1 parent abf4fb3 commit 4b9ba31
Show file tree
Hide file tree
Showing 55 changed files with 2,135 additions and 3,380 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-guest/13.8.1/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.2/purecloud-guest-chat-client.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-guest/amd/13.8.1/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.2/purecloud-guest-chat-client.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-guest/13.8.1/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.2/purecloud-guest-chat-client.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-guest/amd/13.8.1/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.2/purecloud-guest-chat-client.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
6 changes: 3 additions & 3 deletions build/dist/node/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 13.8.1
* @version 13.8.2
*/
class ApiClient {
/**
Expand Down Expand Up @@ -975,7 +975,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 13.8.1
* @version 13.8.2
*/

/**
Expand Down Expand Up @@ -1344,7 +1344,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.1
* @version 13.8.2
*/
class platformClient {
constructor() {
Expand Down
6 changes: 3 additions & 3 deletions build/dist/web-amd/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 13.8.1
* @version 13.8.2
*/
class ApiClient {
/**
Expand Down Expand Up @@ -973,7 +973,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 13.8.1
* @version 13.8.2
*/

/**
Expand Down Expand Up @@ -1342,7 +1342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.1
* @version 13.8.2
*/
class platformClient {
constructor() {
Expand Down
6 changes: 3 additions & 3 deletions build/dist/web-cjs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 13.8.1
* @version 13.8.2
*/
class ApiClient {
/**
Expand Down Expand Up @@ -2845,7 +2845,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 13.8.1
* @version 13.8.2
*/

/**
Expand Down Expand Up @@ -3214,7 +3214,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.1
* @version 13.8.2
*/
class platformClient {
constructor() {
Expand Down
6 changes: 3 additions & 3 deletions build/dist/web-cjs/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -7230,7 +7230,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 13.8.1
* @version 13.8.2
*/
class ApiClient {
/**
Expand Down Expand Up @@ -7817,7 +7817,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 13.8.1
* @version 13.8.2
*/

/**
Expand Down Expand Up @@ -8186,7 +8186,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.1
* @version 13.8.2
*/
class platformClient {
constructor() {
Expand Down
4 changes: 2 additions & 2 deletions build/docs/index.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-guest/13.8.1/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.2/purecloud-guest-chat-client.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-guest/amd/13.8.1/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.2/purecloud-guest-chat-client.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
4 changes: 2 additions & 2 deletions build/docs/releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Platform API version: 7660

Platform API version: 7756


Testing a Python SDK build issue. No changes to the SDK disregard

# Major Changes (0 changes)

Expand Down
Loading

0 comments on commit 4b9ba31

Please sign in to comment.