@factorialco/f0-react 1.287.0 → 1.288.0

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.
@@ -6172,8 +6172,8 @@ declare module "gridstack" {
6172
6172
 
6173
6173
  declare module "@tiptap/core" {
6174
6174
  interface Commands<ReturnType> {
6175
- liveCompanion: {
6176
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
6175
+ aiBlock: {
6176
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
6177
6177
  };
6178
6178
  }
6179
6179
  }
@@ -6181,8 +6181,8 @@ declare module "@tiptap/core" {
6181
6181
 
6182
6182
  declare module "@tiptap/core" {
6183
6183
  interface Commands<ReturnType> {
6184
- transcript: {
6185
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
6184
+ liveCompanion: {
6185
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
6186
6186
  };
6187
6187
  }
6188
6188
  }
@@ -6190,8 +6190,8 @@ declare module "@tiptap/core" {
6190
6190
 
6191
6191
  declare module "@tiptap/core" {
6192
6192
  interface Commands<ReturnType> {
6193
- aiBlock: {
6194
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
6193
+ transcript: {
6194
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
6195
6195
  };
6196
6196
  }
6197
6197
  }