@deepdesk/deepdesk-sdk 18.2.1-beta.12 → 18.2.1-beta.13

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/index.d.mts CHANGED
@@ -1951,10 +1951,6 @@ interface SDKEventMap {
1951
1951
  selectionAfter: SelectionRange;
1952
1952
  };
1953
1953
  cues: LegacyCue[];
1954
- replace: {
1955
- text: string;
1956
- replace: SelectionRange;
1957
- };
1958
1954
  'select-image': {
1959
1955
  suggestion: TextSuggestion;
1960
1956
  };
package/dist/index.d.ts CHANGED
@@ -1951,10 +1951,6 @@ interface SDKEventMap {
1951
1951
  selectionAfter: SelectionRange;
1952
1952
  };
1953
1953
  cues: LegacyCue[];
1954
- replace: {
1955
- text: string;
1956
- replace: SelectionRange;
1957
- };
1958
1954
  'select-image': {
1959
1955
  suggestion: TextSuggestion;
1960
1956
  };