@koredev/kore-web-sdk 10.2.1-rc.a5b9521 → 10.2.1-rc.e88f49d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -119,8 +119,9 @@ declare class chatWindow extends EventEmitter {
|
|
|
119
119
|
*
|
|
120
120
|
* @event chatWindow#apiFailure
|
|
121
121
|
* @type {Object}
|
|
122
|
-
* @property {String} type - type of error - XHRObj/JqueryXHR
|
|
122
|
+
* @property {String} type - type of error - XHRObj/JqueryXHR/socketError
|
|
123
123
|
* @property {Object} errObj - error object containing error details
|
|
124
|
+
* @property {Object} request - request details
|
|
124
125
|
*/
|
|
125
126
|
API_FAILURE: string;
|
|
126
127
|
};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@koredev/kore-web-sdk","version":"10.2.1-rc.
|
|
1
|
+
{"name":"@koredev/kore-web-sdk","version":"10.2.1-rc.e88f49d","description":"Kore.ai offers Bots SDKs as a set of platform-specific client libraries that provide a quick and convenient way to integrate Kore.ai Bots chat capability into custom applications","main":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","module":"dist/esm/exports.js","repository":{"type":"git","url":"git@github.com:Koredotcom/web-kore-sdk.git#v2/10.2.1"},"author":"Rajasekhar Balla","license":"MIT","bugs":{"url":"https://github.com/Koredotcom/web-kore-sdk/issues"},"homepage":"https://github.com/Koredotcom/web-kore-sdk#readme","sideEffects":["**/*.css","**/*.scss","src/exports/exports.js"]}
|