@factorialco/f0-react 1.242.0 → 1.242.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.
@@ -5437,8 +5437,8 @@ declare module "@tiptap/core" {
5437
5437
 
5438
5438
  declare module "@tiptap/core" {
5439
5439
  interface Commands<ReturnType> {
5440
- transcript: {
5441
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5440
+ liveCompanion: {
5441
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5442
5442
  };
5443
5443
  }
5444
5444
  }
@@ -5446,8 +5446,8 @@ declare module "@tiptap/core" {
5446
5446
 
5447
5447
  declare module "@tiptap/core" {
5448
5448
  interface Commands<ReturnType> {
5449
- liveCompanion: {
5450
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5449
+ transcript: {
5450
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5451
5451
  };
5452
5452
  }
5453
5453
  }