@uptiqai/widgets-sdk 1.100.0 → 1.102.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
@@ -281,6 +281,11 @@ export declare type QueryPayload = {
281
281
  content: string;
282
282
  executionId?: string;
283
283
  files?: File[];
284
+ documents?: {
285
+ signedUrl: string;
286
+ fileName?: string;
287
+ mimeType?: string;
288
+ }[];
284
289
  };
285
290
 
286
291
  declare type SdkAgentGuardrailMessage = {