@deepdesk/deepdesk-sdk 17.1.7-beta.3 → 17.1.7-beta.5
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.
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.esm.js +8 -8
- package/dist/index.iife.js +34 -34
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2069,9 +2069,8 @@ declare class DeepdeskSDK {
|
|
|
2069
2069
|
isMounted: boolean;
|
|
2070
2070
|
instanceId: number;
|
|
2071
2071
|
private shouldRender;
|
|
2072
|
-
private ws;
|
|
2073
2072
|
store: Store;
|
|
2074
|
-
constructor({ deepdeskUrl, version, locale, token, fetch, productName, createCustomChannel,
|
|
2073
|
+
constructor({ deepdeskUrl, version, locale, token, fetch, productName, createCustomChannel, }: SDKOptions);
|
|
2075
2074
|
get state(): {
|
|
2076
2075
|
assistants: State$2;
|
|
2077
2076
|
auth: State$3;
|
package/dist/index.d.ts
CHANGED
|
@@ -2069,9 +2069,8 @@ declare class DeepdeskSDK {
|
|
|
2069
2069
|
isMounted: boolean;
|
|
2070
2070
|
instanceId: number;
|
|
2071
2071
|
private shouldRender;
|
|
2072
|
-
private ws;
|
|
2073
2072
|
store: Store;
|
|
2074
|
-
constructor({ deepdeskUrl, version, locale, token, fetch, productName, createCustomChannel,
|
|
2073
|
+
constructor({ deepdeskUrl, version, locale, token, fetch, productName, createCustomChannel, }: SDKOptions);
|
|
2075
2074
|
get state(): {
|
|
2076
2075
|
assistants: State$2;
|
|
2077
2076
|
auth: State$3;
|