@factorialco/f0-react 1.212.0 → 1.214.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.
@@ -5047,8 +5047,8 @@ declare global {
5047
5047
 
5048
5048
  declare module "@tiptap/core" {
5049
5049
  interface Commands<ReturnType> {
5050
- liveCompanion: {
5051
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5050
+ aiBlock: {
5051
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5052
5052
  };
5053
5053
  }
5054
5054
  }
@@ -5056,8 +5056,8 @@ declare module "@tiptap/core" {
5056
5056
 
5057
5057
  declare module "@tiptap/core" {
5058
5058
  interface Commands<ReturnType> {
5059
- aiBlock: {
5060
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5059
+ liveCompanion: {
5060
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5061
5061
  };
5062
5062
  }
5063
5063
  }