Skip to content

Commit

Permalink
13.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jan 25, 2024
1 parent 05336dc commit de0cf2c
Show file tree
Hide file tree
Showing 155 changed files with 5,465 additions and 3,269 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.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.1/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.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.1/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.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/13.8.1/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.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/13.8.1/purecloud-guest-chat-client.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
9 changes: 6 additions & 3 deletions build/dist/node/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ var PureCloudRegionHosts = {
ap_south_1: 'aps1.pure.cloud',
us_east_2: 'use2.us-gov-pure.cloud',
sa_east_1: 'sae1.pure.cloud',
me_central_1: 'mec1.pure.cloud',
ap_northeast_3: 'apne3.pure.cloud',
eu_central_2: 'euc2.pure.cloud',
};

const logLevels = {
Expand Down Expand Up @@ -378,7 +381,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -1341,7 +1344,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.0
* @version 13.8.1
*/
class platformClient {
constructor() {
Expand Down
9 changes: 6 additions & 3 deletions build/dist/web-amd/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ define(['axios'], (function (axios) { 'use strict';
ap_south_1: 'aps1.pure.cloud',
us_east_2: 'use2.us-gov-pure.cloud',
sa_east_1: 'sae1.pure.cloud',
me_central_1: 'mec1.pure.cloud',
ap_northeast_3: 'apne3.pure.cloud',
eu_central_2: 'euc2.pure.cloud',
};

const logLevels = {
Expand Down Expand Up @@ -376,7 +379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form

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

/**
Expand Down Expand Up @@ -1339,7 +1342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.0
* @version 13.8.1
*/
class platformClient {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion build/dist/web-amd/purecloud-guest-chat-client.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions build/dist/web-cjs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ var PureCloudRegionHosts = {
ap_south_1: 'aps1.pure.cloud',
us_east_2: 'use2.us-gov-pure.cloud',
sa_east_1: 'sae1.pure.cloud',
me_central_1: 'mec1.pure.cloud',
ap_northeast_3: 'apne3.pure.cloud',
eu_central_2: 'euc2.pure.cloud',
};

var global$1 = (typeof global !== "undefined" ? global :
Expand Down Expand Up @@ -2255,7 +2258,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -3211,7 +3214,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.0
* @version 13.8.1
*/
class platformClient {
constructor() {
Expand Down
9 changes: 6 additions & 3 deletions build/dist/web-cjs/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4991,6 +4991,9 @@ var PureCloudRegionHosts = {
ap_south_1: 'aps1.pure.cloud',
us_east_2: 'use2.us-gov-pure.cloud',
sa_east_1: 'sae1.pure.cloud',
me_central_1: 'mec1.pure.cloud',
ap_northeast_3: 'apne3.pure.cloud',
eu_central_2: 'euc2.pure.cloud',
};

var global$1 = (typeof global !== "undefined" ? global :
Expand Down Expand Up @@ -7227,7 +7230,7 @@ class Configuration {

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

/**
Expand Down Expand Up @@ -8183,7 +8186,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 13.8.0
* @version 13.8.1
*/
class platformClient {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion build/dist/web-cjs/purecloud-guest-chat-client.min.js

Large diffs are not rendered by default.

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




# Major Changes (0 changes)


# Minor Changes (1 change)

**Limit** (1 change)

* Enum value employee.engagement was added to property namespace
# Minor Changes (0 changes)


# Point Changes (0 changes)
68 changes: 28 additions & 40 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.

2 changes: 1 addition & 1 deletion build/node_modules/@types/node/buffer.d.ts

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

Loading

0 comments on commit de0cf2c

Please sign in to comment.