@athenaintel/react 0.10.27 → 0.10.28

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
@@ -1283,6 +1283,7 @@ export declare function useAppendToComposer(): (text: string, opts?: {
1283
1283
  */
1284
1284
  export declare function useAssetEmbed(assetId: string | null, options?: UseAssetEmbedOptions & {
1285
1285
  backendUrl: string;
1286
+ appUrl?: string;
1286
1287
  apiKey?: string;
1287
1288
  token?: string | null;
1288
1289
  }): UseAssetEmbedResult;