@uptiqai/widgets-sdk 1.53.0 → 1.54.0

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.d.ts CHANGED
@@ -242,6 +242,7 @@ declare type WidgetConfig = {
242
242
  serverUrl: string;
243
243
  agentId: string;
244
244
  widgetKey: string;
245
+ agentExecutorVersion?: string;
245
246
  };
246
247
 
247
248
  export declare type WidgetsSdk = {