@factorialco/f0-react 1.239.1 → 1.239.3

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.
@@ -5385,8 +5385,8 @@ declare global {
5385
5385
 
5386
5386
  declare module "@tiptap/core" {
5387
5387
  interface Commands<ReturnType> {
5388
- liveCompanion: {
5389
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5388
+ aiBlock: {
5389
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5390
5390
  };
5391
5391
  }
5392
5392
  }
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
5394
5394
 
5395
5395
  declare module "@tiptap/core" {
5396
5396
  interface Commands<ReturnType> {
5397
- aiBlock: {
5398
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5397
+ liveCompanion: {
5398
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5399
5399
  };
5400
5400
  }
5401
5401
  }