@factorialco/f0-react 2.36.0 → 2.37.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.
@@ -849,9 +849,9 @@ declare namespace Calendar {
849
849
 
850
850
  declare module "@tiptap/core" {
851
851
  interface Commands<ReturnType> {
852
- enhanceHighlight: {
853
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
854
- clearEnhanceHighlight: () => ReturnType;
852
+ aiBlock: {
853
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
854
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
855
855
  };
856
856
  }
857
857
  }
@@ -859,9 +859,9 @@ declare module "@tiptap/core" {
859
859
 
860
860
  declare module "@tiptap/core" {
861
861
  interface Commands<ReturnType> {
862
- aiBlock: {
863
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
864
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
862
+ enhanceHighlight: {
863
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
864
+ clearEnhanceHighlight: () => ReturnType;
865
865
  };
866
866
  }
867
867
  }