Skip to content

Commit

Permalink
13.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Dec 11, 2023
1 parent ed9c963 commit 05336dc
Show file tree
Hide file tree
Showing 313 changed files with 4,149 additions and 4,913 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.7.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.0/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.7.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.0/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.7.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.0/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.7.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.0/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 @@ -378,7 +378,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -1341,7 +1341,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.7.0
* @version 13.8.0
*/
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 @@ -376,7 +376,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form

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

/**
Expand Down Expand Up @@ -1339,7 +1339,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.7.0
* @version 13.8.0
*/
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 @@ -2255,7 +2255,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -3211,7 +3211,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.7.0
* @version 13.8.0
*/
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 @@ -7227,7 +7227,7 @@ class Configuration {

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

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




# Major Changes (0 changes)


# Minor Changes (0 changes)
# Minor Changes (1 change)

**Limit** (1 change)

* Enum value employee.engagement was added to property namespace


# Point Changes (0 changes)
Loading

0 comments on commit 05336dc

Please sign in to comment.