@magemetrics/ai 0.0.55 → 0.0.56
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/react/ai.js +2701 -2693
- package/dist/react/index.d.ts +2 -3
- package/dist/web-component/web-component.es.js +17245 -17547
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -44,7 +44,6 @@ declare const ChatInput_2: React.FC<{
|
|
|
44
44
|
|
|
45
45
|
export declare const ChatLayoutProvider: default_2.FC<{
|
|
46
46
|
children: default_2.ReactNode;
|
|
47
|
-
mobileBreakpoint?: string;
|
|
48
47
|
}>;
|
|
49
48
|
|
|
50
49
|
export declare const ChatMessages: React.FC<React.ComponentProps<typeof ChatMessages_2>>;
|
|
@@ -768,7 +767,7 @@ declare type InfiniteDataTableUIProps = {
|
|
|
768
767
|
explainability: FrontendReportExplainability | null | undefined;
|
|
769
768
|
isOpened: boolean;
|
|
770
769
|
setIsOpened: (opened: boolean) => void;
|
|
771
|
-
hasNextPage
|
|
770
|
+
hasNextPage: boolean | undefined;
|
|
772
771
|
fetchNextPage: () => Promise<unknown>;
|
|
773
772
|
isFetchingNextPage: boolean;
|
|
774
773
|
isFetching: boolean;
|
|
@@ -4013,7 +4012,7 @@ declare type StartOptions = DisplayControlProps & {
|
|
|
4013
4012
|
};
|
|
4014
4013
|
|
|
4015
4014
|
declare type ToRemove = Simplify<{
|
|
4016
|
-
header: "sp-access-token"
|
|
4015
|
+
header: "sp-access-token";
|
|
4017
4016
|
}>;
|
|
4018
4017
|
|
|
4019
4018
|
export declare const useCreateFlow: (options?: UseMutationOptions<{
|