@factorialco/f0-react 1.239.2 → 1.239.4

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.
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
5394
5394
 
5395
5395
  declare module "@tiptap/core" {
5396
5396
  interface Commands<ReturnType> {
5397
- liveCompanion: {
5398
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5397
+ transcript: {
5398
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5399
5399
  };
5400
5400
  }
5401
5401
  }
@@ -5403,8 +5403,8 @@ declare module "@tiptap/core" {
5403
5403
 
5404
5404
  declare module "@tiptap/core" {
5405
5405
  interface Commands<ReturnType> {
5406
- transcript: {
5407
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5406
+ liveCompanion: {
5407
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5408
5408
  };
5409
5409
  }
5410
5410
  }