@factorialco/f0-react 1.317.2 → 1.318.1

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.
@@ -461,8 +461,8 @@ declare global {
461
461
 
462
462
  declare module "@tiptap/core" {
463
463
  interface Commands<ReturnType> {
464
- liveCompanion: {
465
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
464
+ aiBlock: {
465
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
466
466
  };
467
467
  }
468
468
  }
@@ -470,8 +470,8 @@ declare module "@tiptap/core" {
470
470
 
471
471
  declare module "@tiptap/core" {
472
472
  interface Commands<ReturnType> {
473
- aiBlock: {
474
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
473
+ liveCompanion: {
474
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
475
475
  };
476
476
  }
477
477
  }