Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed May 16, 2022
1 parent bd8de27 commit f40a1c2
Show file tree
Hide file tree
Showing 309 changed files with 3,943 additions and 637 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/9.0.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/9.0.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/9.0.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/9.0.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/9.0.0/purecloud-guest-chat-client.min.js"></script>
<script src="https://sdk-cdn.mypurecloud.com/javascript-guest/9.0.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/9.0.0/purecloud-guest-chat-client.min.js'], (platformClient) => {
requirejs(['https://sdk-cdn.mypurecloud.com/javascript-guest/amd/9.0.1/purecloud-guest-chat-client.min.js'], (platformClient) => {
console.log(platformClient);
});
</script>
Expand Down
8 changes: 4 additions & 4 deletions build/dist/node/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 9.0.0
* @version 9.0.1
*/
class ApiClient {
/**
Expand Down Expand Up @@ -858,7 +858,7 @@ class ApiClient {

// set header parameters
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
//request.set({ 'purecloud-sdk': '9.0.0' });
//request.set({ 'purecloud-sdk': '9.0.1' });

// set request timeout
request.timeout(this.timeout);
Expand Down Expand Up @@ -949,7 +949,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 9.0.0
* @version 9.0.1
*/

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

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 9.0.0
* @version 9.0.1
*/
class ApiClient {
/**
Expand Down Expand Up @@ -856,7 +856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form

// set header parameters
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
//request.set({ 'purecloud-sdk': '9.0.0' });
//request.set({ 'purecloud-sdk': '9.0.1' });

// set request timeout
request.timeout(this.timeout);
Expand Down Expand Up @@ -947,7 +947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 9.0.0
* @version 9.0.1
*/

/**
Expand Down Expand Up @@ -1316,7 +1316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 9.0.0
* @version 9.0.1
*/
class platformClient {
constructor() {
Expand Down
15 changes: 11 additions & 4 deletions build/dist/web-cjs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ Buffer.TYPED_ARRAY_SUPPORT = global$1.TYPED_ARRAY_SUPPORT !== undefined
? global$1.TYPED_ARRAY_SUPPORT
: true;

/*
* Export kMaxLength after typed array support is determined.
*/
kMaxLength();

function kMaxLength () {
return Buffer.TYPED_ARRAY_SUPPORT
? 0x7fffffff
Expand Down Expand Up @@ -346,6 +351,8 @@ Buffer.from = function (value, encodingOrOffset, length) {
if (Buffer.TYPED_ARRAY_SUPPORT) {
Buffer.prototype.__proto__ = Uint8Array.prototype;
Buffer.__proto__ = Uint8Array;
if (typeof Symbol !== 'undefined' && Symbol.species &&
Buffer[Symbol.species] === Buffer) ;
}

function assertSize (size) {
Expand Down Expand Up @@ -2247,7 +2254,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 9.0.0
* @version 9.0.1
*/
class ApiClient {
/**
Expand Down Expand Up @@ -2721,7 +2728,7 @@ class ApiClient {

// set header parameters
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
//request.set({ 'purecloud-sdk': '9.0.0' });
//request.set({ 'purecloud-sdk': '9.0.1' });

// set request timeout
request.timeout(this.timeout);
Expand Down Expand Up @@ -2812,7 +2819,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 9.0.0
* @version 9.0.1
*/

/**
Expand Down Expand Up @@ -3181,7 +3188,7 @@ class WebChatApi {
* </pre>
* </p>
* @module purecloud-guest-chat-client/index
* @version 9.0.0
* @version 9.0.1
*/
class platformClient {
constructor() {
Expand Down
15 changes: 11 additions & 4 deletions build/dist/web-cjs/purecloud-guest-chat-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -7664,6 +7664,11 @@ Buffer.TYPED_ARRAY_SUPPORT = global$1.TYPED_ARRAY_SUPPORT !== undefined
? global$1.TYPED_ARRAY_SUPPORT
: true;

/*
* Export kMaxLength after typed array support is determined.
*/
kMaxLength();

function kMaxLength () {
return Buffer.TYPED_ARRAY_SUPPORT
? 0x7fffffff
Expand Down Expand Up @@ -7755,6 +7760,8 @@ Buffer.from = function (value, encodingOrOffset, length) {
if (Buffer.TYPED_ARRAY_SUPPORT) {
Buffer.prototype.__proto__ = Uint8Array.prototype;
Buffer.__proto__ = Uint8Array;
if (typeof Symbol !== 'undefined' && Symbol.species &&
Buffer[Symbol.species] === Buffer) ;
}

function assertSize (size) {
Expand Down Expand Up @@ -9656,7 +9663,7 @@ class Configuration {

/**
* @module purecloud-guest-chat-client/ApiClient
* @version 9.0.0
* @version 9.0.1
*/
class ApiClient {
/**
Expand Down Expand Up @@ -10130,7 +10137,7 @@ class ApiClient {

// set header parameters
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
//request.set({ 'purecloud-sdk': '9.0.0' });
//request.set({ 'purecloud-sdk': '9.0.1' });

// set request timeout
request.timeout(this.timeout);
Expand Down Expand Up @@ -10221,7 +10228,7 @@ class WebChatApi {
/**
* WebChat service.
* @module purecloud-guest-chat-client/api/WebChatApi
* @version 9.0.0
* @version 9.0.1
*/

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


We are no longer using swagger-codegen for SDK code generation, we have switched over to using openapi-generator and due to this switch over, there may be some minor changes to the SDKs.

# Major Changes (0 changes)


Expand Down
2 changes: 1 addition & 1 deletion build/node_modules/@colors/colors/package.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/@dabh/diagnostics/package.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/@rollup/plugin-commonjs/package.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/@rollup/plugin-json/package.json

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

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

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/@rollup/pluginutils/package.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/@sinonjs/commons/package.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/@sinonjs/fake-timers/package.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/@sinonjs/samsam/package.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/@sinonjs/text-encoding/package.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/estree/package.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/package.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/resolve/package.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/@ungap/promise-all-settled/package.json

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

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

Loading

0 comments on commit f40a1c2

Please sign in to comment.