@uptiqai/widgets-sdk 1.94.0 → 1.95.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
@@ -469,7 +469,10 @@ declare type WidgetConfig = {
469
469
  serverUrl: string;
470
470
  agentId: string;
471
471
  widgetKey: string;
472
+ appWidgetKey?: string;
472
473
  agentExecutorVersion?: string;
474
+ appId?: string;
475
+ accountId?: string;
473
476
  };
474
477
 
475
478
  export declare type WidgetsSdk = {