@helpai/elements 0.54.1 → 0.54.3

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as Asset, B as BlocksConfig, C as ConnectionConfig, a as ConnectionConfigPartial, H as HandshakeResponse, L as Link, S as ServerConfig, b as SiteConfig, W as WidgetConfig, c as WidgetConfigPartial, d as WidgetSettings, e as WidgetSettingsPartial } from './deployment-oSJ2nv2G.js';
1
+ export { A as Asset, B as BlocksConfig, C as ConnectionConfig, a as ConnectionConfigPartial, H as HandshakeResponse, L as Link, S as ServerConfig, b as SiteConfig, W as WidgetConfig, c as WidgetConfigPartial, d as WidgetSettings, e as WidgetSettingsPartial } from './deployment-C0db2AMV.js';
2
2
  import 'zod';
3
3
 
4
4
  /**
@@ -82,7 +82,7 @@ type StringsOverride = LocaleStrings | Partial<Record<string, LocaleStrings>>;
82
82
  * reconciled with the server's copy on each `connect()`.
83
83
  *
84
84
  * Everything EXCEPT `visitorId` is namespaced as
85
- * `${brand.cssPrefix}.${widgetId}.${deploymentId}.${field}` (the deployment id
85
+ * `${brand.cssPrefix}.${widgetId}.${aiAgentDeploymentId}.${field}` (the deployment id
86
86
  * is dropped when absent) so two widgets — or two AI agent deployments — keep
87
87
  * their state cleanly separated; pointing a widget at a different
88
88
  * `aiAgentDeploymentId` starts from fresh conversation / prefs / panel state.