Skip to content

Commit

Permalink
14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Aug 14, 2024
1 parent 6fe3003 commit a59dfaa
Show file tree
Hide file tree
Showing 129 changed files with 1,374 additions and 1,008 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/14.1.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/14.2.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/14.1.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/14.2.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/14.1.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/14.2.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/14.1.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/14.2.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 14.1.0
* @version 14.2.0
*/
class ApiClient {
/**
Expand Down Expand Up @@ -975,7 +975,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 14.1.0
* @version 14.2.0
*/

/**
Expand Down Expand Up @@ -1346,7 +1346,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 14.1.0
* @version 14.2.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 14.1.0
* @version 14.2.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 14.1.0
* @version 14.2.0
*/

/**
Expand Down Expand Up @@ -1344,7 +1344,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 14.1.0
* @version 14.2.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 14.1.0
* @version 14.2.0
*/
class ApiClient {
/**
Expand Down Expand Up @@ -2845,7 +2845,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 14.1.0
* @version 14.2.0
*/

/**
Expand Down Expand Up @@ -3216,7 +3216,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 14.1.0
* @version 14.2.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 14.1.0
* @version 14.2.0
*/
class ApiClient {
/**
Expand Down Expand Up @@ -7817,7 +7817,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 14.1.0
* @version 14.2.0
*/

/**
Expand Down Expand Up @@ -8188,7 +8188,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 14.1.0
* @version 14.2.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/14.1.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/14.2.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/14.1.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/14.2.0/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,4 +1,4 @@
Platform API version: 8165
Platform API version: 8336



Expand All @@ -10,7 +10,7 @@ Platform API version: 8165

**Limit** (1 change)

* Enum value social.media was added to property namespace
* Enum value internal.messaging 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;
"previousUri"?: string;
"lastUri"?: string;
"firstUri"?: string;
"selfUri"?: string;
"lastUri"?: string;
"nextUri"?: string;
"previousUri"?: string;
"pageCount"?: number;
}

Expand Down
57 changes: 30 additions & 27 deletions build/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/node_modules/@types/node/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions build/node_modules/@types/node/assert.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a59dfaa

Please sign in to comment.