@deepdesk/deepdesk-sdk 10.10.2 → 10.10.3-beta.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.
package/dist/index.d.mts CHANGED
@@ -1513,6 +1513,7 @@ declare const styles$e: {
1513
1513
  readonly "actions": string;
1514
1514
  readonly "actionsWrapper": string;
1515
1515
  readonly "actionsBar": string;
1516
+ readonly "hasShortKeys": string;
1516
1517
  readonly "actionButton": string;
1517
1518
  readonly "actionShortcut": string;
1518
1519
  readonly "actionShortcutFixKerning": string;
@@ -2199,6 +2200,7 @@ type PlatformConfig = {
2199
2200
  declare function fetchPlatformConfig(accountOrigin: string): Promise<PlatformConfig>;
2200
2201
 
2201
2202
  declare function escapeHTML(text: string): string;
2203
+ declare function isHTML(input: string): boolean;
2202
2204
 
2203
2205
  interface TargetFileOptions {
2204
2206
  /**
@@ -2244,4 +2246,4 @@ declare function waitForElementVisibilityChange(element: HTMLElement, callback:
2244
2246
  type CSSModule = Record<string, string>;
2245
2247
  declare function useStyles<TStyles extends CSSModule>(componentName: string, defaultStyles: TStyles): TStyles;
2246
2248
 
2247
- export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
2249
+ export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isHTML, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
package/dist/index.d.ts CHANGED
@@ -1513,6 +1513,7 @@ declare const styles$e: {
1513
1513
  readonly "actions": string;
1514
1514
  readonly "actionsWrapper": string;
1515
1515
  readonly "actionsBar": string;
1516
+ readonly "hasShortKeys": string;
1516
1517
  readonly "actionButton": string;
1517
1518
  readonly "actionShortcut": string;
1518
1519
  readonly "actionShortcutFixKerning": string;
@@ -2199,6 +2200,7 @@ type PlatformConfig = {
2199
2200
  declare function fetchPlatformConfig(accountOrigin: string): Promise<PlatformConfig>;
2200
2201
 
2201
2202
  declare function escapeHTML(text: string): string;
2203
+ declare function isHTML(input: string): boolean;
2202
2204
 
2203
2205
  interface TargetFileOptions {
2204
2206
  /**
@@ -2244,4 +2246,4 @@ declare function waitForElementVisibilityChange(element: HTMLElement, callback:
2244
2246
  type CSSModule = Record<string, string>;
2245
2247
  declare function useStyles<TStyles extends CSSModule>(componentName: string, defaultStyles: TStyles): TStyles;
2246
2248
 
2247
- export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
2249
+ export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isHTML, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };