tanya-chatbot 0.1.0 → 0.1.1
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/tanya-chatbot.es.js
CHANGED
|
@@ -3538,7 +3538,10 @@ const Qo = async () => {
|
|
|
3538
3538
|
fetchPolicy: "cache-and-network"
|
|
3539
3539
|
}
|
|
3540
3540
|
}
|
|
3541
|
-
}), ya = () =>
|
|
3541
|
+
}), ya = (t) => {
|
|
3542
|
+
const { tanyaConfig: e } = t, { clientID: r, host: n, organizationID: o, shortCode: a, siteId: i } = e;
|
|
3543
|
+
return console.log(e, "tanyaConfig"), sessionStorage.setItem("Host", n), sessionStorage.setItem("SiteId", i), sessionStorage.setItem("pubCfg", r), sessionStorage.setItem("envRef", a), sessionStorage.setItem("orgRef", o), /* @__PURE__ */ l(tn, { client: ea, children: /* @__PURE__ */ l(un, { children: /* @__PURE__ */ l(So, {}) }) });
|
|
3544
|
+
};
|
|
3542
3545
|
export {
|
|
3543
3546
|
ya as TanyaChatbot,
|
|
3544
3547
|
pa as TanyaChatbotProvider
|