@uptiqai/widgets-sdk 1.198.0 → 1.200.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
@@ -371,6 +371,7 @@ export declare type QueryPayload = {
371
371
  content: string;
372
372
  executionId?: string;
373
373
  files?: File[];
374
+ payload?: Record<string, unknown>;
374
375
  documents?: {
375
376
  signedUrl: string;
376
377
  fileName?: string;