@factorialco/f0-react 1.251.0 → 1.251.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.
@@ -5629,8 +5629,8 @@ declare global {
5629
5629
 
5630
5630
  declare module "@tiptap/core" {
5631
5631
  interface Commands<ReturnType> {
5632
- aiBlock: {
5633
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5632
+ liveCompanion: {
5633
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5634
5634
  };
5635
5635
  }
5636
5636
  }
@@ -5638,8 +5638,8 @@ declare module "@tiptap/core" {
5638
5638
 
5639
5639
  declare module "@tiptap/core" {
5640
5640
  interface Commands<ReturnType> {
5641
- liveCompanion: {
5642
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5641
+ transcript: {
5642
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5643
5643
  };
5644
5644
  }
5645
5645
  }
@@ -5647,8 +5647,8 @@ declare module "@tiptap/core" {
5647
5647
 
5648
5648
  declare module "@tiptap/core" {
5649
5649
  interface Commands<ReturnType> {
5650
- transcript: {
5651
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5650
+ aiBlock: {
5651
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5652
5652
  };
5653
5653
  }
5654
5654
  }