Skip to content

Commit

Permalink
13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 31, 2024
1 parent 4b9ba31 commit 723f78c
Show file tree
Hide file tree
Showing 270 changed files with 9,184 additions and 49,814 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.2/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.9.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.8.2/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.9.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.8.2/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.9.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.8.2/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.9.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 @@ -381,7 +381,7 @@ class Configuration {

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

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

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 13.8.2
* @version 13.9.0
*/
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.2
* @version 13.9.0
*/

/**
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.2
* @version 13.9.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 @@ -2258,7 +2258,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -3214,7 +3214,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.2
* @version 13.9.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 @@ -7230,7 +7230,7 @@ class Configuration {

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

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



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

# Major Changes (0 changes)


# Minor Changes (0 changes)
# Minor Changes (2 changes)

**Limit** (2 changes)

* Enum value workforce.management.forecast was added to property namespace
* Enum value system was added to property namespace


# Point Changes (0 changes)
4 changes: 2 additions & 2 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ declare namespace Models {
"pageSize"?: number;
"pageNumber"?: number;
"total"?: number;
"lastUri"?: string;
"firstUri"?: string;
"selfUri"?: string;
"nextUri"?: string;
"previousUri"?: string;
"lastUri"?: string;
"selfUri"?: string;
"pageCount"?: number;
}

Expand Down
Loading

0 comments on commit 723f78c

Please sign in to comment.