@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.
package/dist/f0.d.ts CHANGED
@@ -3410,8 +3410,8 @@ declare module "@tiptap/core" {
3410
3410
 
3411
3411
  declare module "@tiptap/core" {
3412
3412
  interface Commands<ReturnType> {
3413
- liveCompanion: {
3414
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3413
+ transcript: {
3414
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
3415
3415
  };
3416
3416
  }
3417
3417
  }
@@ -3419,8 +3419,8 @@ declare module "@tiptap/core" {
3419
3419
 
3420
3420
  declare module "@tiptap/core" {
3421
3421
  interface Commands<ReturnType> {
3422
- transcript: {
3423
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
3422
+ liveCompanion: {
3423
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3424
3424
  };
3425
3425
  }
3426
3426
  }