@uptiqai/widgets-sdk 1.131.0 → 1.133.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
@@ -483,6 +483,7 @@ declare type WidgetConfig = {
483
483
  agentExecutorVersion?: string;
484
484
  appId?: string;
485
485
  accountId?: string;
486
+ variables?: Record<string, string>;
486
487
  };
487
488
 
488
489
  export declare type WidgetsSdk = {