bstp-agent-widget 0.2.117 → 0.2.119
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/angular.cjs +35 -35
- package/dist/angular.css +1 -1
- package/dist/angular.mjs +5427 -4916
- package/dist/element.cjs +35 -35
- package/dist/element.css +1 -1
- package/dist/element.mjs +5428 -4917
- package/dist/index.cjs +35 -35
- package/dist/index.mjs +5421 -4908
- package/dist/shadow.cjs +35 -35
- package/dist/shadow.css +1 -1
- package/dist/shadow.mjs +5421 -4910
- package/dist/styles.css +1 -1
- package/dist/styles.layer.css +1 -1
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/internal/api/genai.service.d.mts +11 -0
- package/dist/types/internal/api/genai.service.d.ts +11 -0
- package/dist/types/internal/api/rest.service.d.mts +2 -1
- package/dist/types/internal/api/rest.service.d.ts +2 -1
- package/dist/types/internal/components/{AgentChat/AgentChatFab/AgentChatFab.d.mts → AgentFab/AgentFab.d.mts} +2 -2
- package/dist/types/internal/components/{AgentChat/AgentChatFab/AgentChatFab.d.ts → AgentFab/AgentFab.d.ts} +2 -2
- package/dist/types/internal/components/AgentFab/index.d.mts +1 -0
- package/dist/types/internal/components/AgentFab/index.d.ts +1 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownActionsWidget.d.mts +7 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownActionsWidget.d.ts +7 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownChartWidget.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownChartWidget.d.ts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownHighlightBoxWidget.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownHighlightBoxWidget.d.ts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownOfferCardWidget.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownOfferCardWidget.d.ts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownRegistry.d.mts +12 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownRegistry.d.ts +12 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownRenderer.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownRenderer.d.ts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownTableWidget.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/AgentMarkdownTableWidget.d.ts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/Overview/AgentMarkdownOverviewCardWidget.d.mts +2 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/Overview/AgentMarkdownOverviewCardWidget.d.ts +2 -0
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer/Overview/AgentChatMdOverviewCardWidgetWrapper.d.mts → AgentMarkdownRenderer/Overview/AgentMarkdownOverviewCardWidgetWrapper.d.mts} +1 -1
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer/Overview/AgentChatMdOverviewCardWidgetWrapper.d.ts → AgentMarkdownRenderer/Overview/AgentMarkdownOverviewCardWidgetWrapper.d.ts} +1 -1
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewAccountCard.d.mts +2 -2
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewAccountCard.d.ts +2 -2
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/adapters/widget-config.adapter.d.mts +7 -6
- package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/adapters/widget-config.adapter.d.ts +7 -6
- package/dist/types/internal/components/AgentMarkdownRenderer/index.d.mts +8 -0
- package/dist/types/internal/components/AgentMarkdownRenderer/index.d.ts +8 -0
- package/dist/types/internal/components/AgentPanel/AgentPanel.d.mts +36 -0
- package/dist/types/internal/components/AgentPanel/AgentPanel.d.ts +36 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelContentBody.d.mts +10 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelContentBody.d.ts +10 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelFooter.d.mts +11 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelFooter.d.ts +11 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelHeader.d.mts +7 -0
- package/dist/types/internal/components/AgentPanel/AgentPanelHeader.d.ts +7 -0
- package/dist/types/internal/components/AgentPanel/index.d.mts +4 -0
- package/dist/types/internal/components/AgentPanel/index.d.ts +4 -0
- package/dist/types/internal/components/AgentTextInput/AgentTextInput.d.mts +11 -0
- package/dist/types/internal/components/AgentTextInput/AgentTextInput.d.ts +11 -0
- package/dist/types/internal/components/AgentTextInput/index.d.mts +1 -0
- package/dist/types/internal/components/AgentTextInput/index.d.ts +1 -0
- package/dist/types/internal/components/AgentTypingIndicator/AgentTypingIndicator.d.mts +11 -0
- package/dist/types/internal/components/AgentTypingIndicator/AgentTypingIndicator.d.ts +11 -0
- package/dist/types/internal/components/AgentTypingIndicator/index.d.mts +1 -0
- package/dist/types/internal/components/AgentTypingIndicator/index.d.ts +1 -0
- package/dist/types/internal/components/AgentVoiceButton/AgentVoiceButton.d.mts +8 -0
- package/dist/types/internal/components/AgentVoiceButton/AgentVoiceButton.d.ts +8 -0
- package/dist/types/internal/components/AgentVoiceButton/index.d.mts +1 -0
- package/dist/types/internal/components/AgentVoiceButton/index.d.ts +1 -0
- package/dist/types/internal/context/AgentConfigContext.d.mts +2 -0
- package/dist/types/internal/context/AgentConfigContext.d.ts +2 -0
- package/dist/types/internal/context/AgentRuntimeContext.d.mts +2 -0
- package/dist/types/internal/context/AgentRuntimeContext.d.ts +2 -0
- package/dist/types/internal/enums/agent-chat-message-sender.d.mts +1 -1
- package/dist/types/internal/enums/agent-chat-message-sender.d.ts +1 -1
- package/dist/types/internal/enums/markdown-renderer-visualization-type.d.mts +1 -0
- package/dist/types/internal/enums/markdown-renderer-visualization-type.d.ts +1 -0
- package/dist/types/internal/enums/markdown-renderer-widget-type.d.mts +12 -0
- package/dist/types/internal/enums/markdown-renderer-widget-type.d.ts +12 -0
- package/dist/types/internal/features/agent-chat/components/AgentLauncher/AgentLauncher.d.mts +2 -0
- package/dist/types/internal/features/agent-chat/components/AgentLauncher/AgentLauncher.d.ts +2 -0
- package/dist/types/internal/hooks/{useAgentChat.d.mts → useAgent.d.mts} +6 -5
- package/dist/types/internal/hooks/{useAgentChat.d.ts → useAgent.d.ts} +6 -5
- package/dist/types/internal/hooks/useAgentActions.d.mts +6 -0
- package/dist/types/internal/hooks/useAgentActions.d.ts +6 -0
- package/dist/types/internal/hooks/useAgentChartWidgetUtils.d.mts +7 -0
- package/dist/types/internal/hooks/useAgentChartWidgetUtils.d.ts +7 -0
- package/dist/types/internal/hooks/useAgentConfig.d.mts +2 -0
- package/dist/types/internal/hooks/useAgentConfig.d.ts +2 -0
- package/dist/types/internal/hooks/useAgentCustomerToken.d.mts +1 -0
- package/dist/types/internal/hooks/useAgentCustomerToken.d.ts +1 -0
- package/dist/types/internal/hooks/{useAgentChatLayout.d.mts → useAgentLayout.d.mts} +6 -1
- package/dist/types/internal/hooks/{useAgentChatLayout.d.ts → useAgentLayout.d.ts} +6 -1
- package/dist/types/internal/hooks/{useAgentChatMdRendererElements.d.mts → useAgentMarkdownRendererElements.d.mts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatMdRendererElements.d.ts → useAgentMarkdownRendererElements.d.ts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatOverviewCardData.d.mts → useAgentOverviewCardData.d.mts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatOverviewCardData.d.ts → useAgentOverviewCardData.d.ts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatRuntime.d.mts → useAgentRuntime.d.mts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatRuntime.d.ts → useAgentRuntime.d.ts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatRuntimeInfo.d.mts → useAgentRuntimeInfo.d.mts} +2 -2
- package/dist/types/internal/hooks/{useAgentChatRuntimeInfo.d.ts → useAgentRuntimeInfo.d.ts} +2 -2
- package/dist/types/internal/hooks/useAgentSpeechLanguage.d.mts +1 -0
- package/dist/types/internal/hooks/useAgentSpeechLanguage.d.ts +1 -0
- package/dist/types/internal/hooks/{useAgentChatSpeechToText.d.mts → useAgentSpeechToText.d.mts} +1 -1
- package/dist/types/internal/hooks/{useAgentChatSpeechToText.d.ts → useAgentSpeechToText.d.ts} +1 -1
- package/dist/types/internal/hooks/useAgentTypingIndicator.d.mts +11 -0
- package/dist/types/internal/hooks/useAgentTypingIndicator.d.ts +11 -0
- package/dist/types/internal/hooks/{useAgentChatUiOptions.d.mts → useAgentUiOptions.d.mts} +1 -4
- package/dist/types/internal/hooks/{useAgentChatUiOptions.d.ts → useAgentUiOptions.d.ts} +1 -4
- package/dist/types/internal/hooks/{useAgentChatVoiceHandlers.d.mts → useAgentVoiceHandlers.d.mts} +2 -2
- package/dist/types/internal/hooks/{useAgentChatVoiceHandlers.d.ts → useAgentVoiceHandlers.d.ts} +2 -2
- package/dist/types/internal/hooks/useGenaiLogin.d.mts +1 -1
- package/dist/types/internal/hooks/useGenaiLogin.d.ts +1 -1
- package/dist/types/internal/hooks/useResolvedAgentType.d.mts +5 -0
- package/dist/types/internal/hooks/useResolvedAgentType.d.ts +5 -0
- package/dist/types/internal/hooks/useSendChatMessage.d.mts +13 -0
- package/dist/types/internal/hooks/useSendChatMessage.d.ts +13 -0
- package/dist/types/internal/icons/IconAgentOrb.d.mts +5 -1
- package/dist/types/internal/icons/IconAgentOrb.d.ts +5 -1
- package/dist/types/internal/icons/IconCancel.d.mts +5 -1
- package/dist/types/internal/icons/IconCancel.d.ts +5 -1
- package/dist/types/internal/icons/IconMicrophone.d.mts +5 -1
- package/dist/types/internal/icons/IconMicrophone.d.ts +5 -1
- package/dist/types/internal/icons/IconSend.d.mts +5 -1
- package/dist/types/internal/icons/IconSend.d.ts +5 -1
- package/dist/types/internal/icons/IconStop.d.mts +5 -1
- package/dist/types/internal/icons/IconStop.d.ts +5 -1
- package/dist/types/internal/icons/icon-size.d.mts +2 -0
- package/dist/types/internal/icons/icon-size.d.ts +2 -0
- package/dist/types/internal/mappers/agent-chat-action.mapper.d.mts +5 -2
- package/dist/types/internal/mappers/agent-chat-action.mapper.d.ts +5 -2
- package/dist/types/internal/mappers/agent-chat-config.mapper.d.mts +3 -3
- package/dist/types/internal/mappers/agent-chat-config.mapper.d.ts +3 -3
- package/dist/types/internal/mappers/genai-agent-catalog.mapper.d.mts +4 -0
- package/dist/types/internal/mappers/genai-agent-catalog.mapper.d.ts +4 -0
- package/dist/types/internal/providers/{AgentChatProviders.d.mts → AgentProviders.d.mts} +2 -2
- package/dist/types/internal/providers/{AgentChatProviders.d.ts → AgentProviders.d.ts} +2 -2
- package/dist/types/internal/queries/genai/useFetchAgenticAppsMutation.d.mts +5 -0
- package/dist/types/internal/queries/genai/useFetchAgenticAppsMutation.d.ts +5 -0
- package/dist/types/internal/queries/genai/useFetchAssistantsMutation.d.mts +5 -0
- package/dist/types/internal/queries/genai/useFetchAssistantsMutation.d.ts +5 -0
- package/dist/types/internal/queries/genai/useSendAgenticAppChatMutation.d.mts +5 -0
- package/dist/types/internal/queries/genai/useSendAgenticAppChatMutation.d.ts +5 -0
- package/dist/types/internal/stores/agent-chat/agent-chat.store.d.mts +7 -7
- package/dist/types/internal/stores/agent-chat/agent-chat.store.d.ts +7 -7
- package/dist/types/internal/stores/agent-chat/genai-token.storage.d.mts +2 -0
- package/dist/types/internal/stores/agent-chat/genai-token.storage.d.ts +2 -0
- package/dist/types/internal/theme/forest/brand-colors.d.mts +3 -0
- package/dist/types/internal/theme/forest/brand-colors.d.ts +3 -0
- package/dist/types/internal/theme/forest/color-tokens.d.mts +2 -0
- package/dist/types/internal/theme/forest/color-tokens.d.ts +2 -0
- package/dist/types/internal/theme/forest/icon-size-tokens.d.mts +2 -0
- package/dist/types/internal/theme/forest/icon-size-tokens.d.ts +2 -0
- package/dist/types/internal/theme/forest/index.d.mts +2 -0
- package/dist/types/internal/theme/forest/index.d.ts +2 -0
- package/dist/types/internal/theme/forest/radius-tokens.d.mts +2 -0
- package/dist/types/internal/theme/forest/radius-tokens.d.ts +2 -0
- package/dist/types/internal/theme/forest/space-tokens.d.mts +2 -0
- package/dist/types/internal/theme/forest/space-tokens.d.ts +2 -0
- package/dist/types/internal/theme/forest/theme-options.d.mts +2 -0
- package/dist/types/internal/theme/forest/theme-options.d.ts +2 -0
- package/dist/types/internal/theme/foundations/icon-props.d.mts +4 -0
- package/dist/types/internal/theme/foundations/icon-props.d.ts +4 -0
- package/dist/types/internal/theme/foundations/index.d.mts +22 -0
- package/dist/types/internal/theme/foundations/index.d.ts +22 -0
- package/dist/types/internal/theme/ocean/brand-colors.d.mts +3 -0
- package/dist/types/internal/theme/ocean/brand-colors.d.ts +3 -0
- package/dist/types/internal/theme/ocean/color-tokens.d.mts +2 -0
- package/dist/types/internal/theme/ocean/color-tokens.d.ts +2 -0
- package/dist/types/internal/theme/ocean/icon-size-tokens.d.mts +2 -0
- package/dist/types/internal/theme/ocean/icon-size-tokens.d.ts +2 -0
- package/dist/types/internal/theme/ocean/index.d.mts +2 -0
- package/dist/types/internal/theme/ocean/index.d.ts +2 -0
- package/dist/types/internal/theme/ocean/radius-tokens.d.mts +2 -0
- package/dist/types/internal/theme/ocean/radius-tokens.d.ts +2 -0
- package/dist/types/internal/theme/ocean/space-tokens.d.mts +2 -0
- package/dist/types/internal/theme/ocean/space-tokens.d.ts +2 -0
- package/dist/types/internal/theme/ocean/theme-options.d.mts +2 -0
- package/dist/types/internal/theme/ocean/theme-options.d.ts +2 -0
- package/dist/types/internal/theme/widget-theme-definitions.d.mts +3 -0
- package/dist/types/internal/theme/widget-theme-definitions.d.ts +3 -0
- package/dist/types/internal/theme/widget-theme-presets.d.mts +17 -0
- package/dist/types/internal/theme/widget-theme-presets.d.ts +17 -0
- package/dist/types/internal/theme/widget-theme.type.d.mts +22 -0
- package/dist/types/internal/theme/widget-theme.type.d.ts +22 -0
- package/dist/types/internal/types/dto/genai-agent-catalog-item.dto.d.mts +53 -0
- package/dist/types/internal/types/dto/genai-agent-catalog-item.dto.d.ts +53 -0
- package/dist/types/internal/types/dto/genai-agentic-app-chat-request.dto.d.mts +5 -0
- package/dist/types/internal/types/dto/genai-agentic-app-chat-request.dto.d.ts +5 -0
- package/dist/types/internal/types/dto/genai-fetch-agentic-apps-request.dto.d.mts +6 -0
- package/dist/types/internal/types/dto/genai-fetch-agentic-apps-request.dto.d.ts +6 -0
- package/dist/types/internal/types/dto/genai-fetch-agentic-apps-response.dto.d.mts +10 -0
- package/dist/types/internal/types/dto/genai-fetch-agentic-apps-response.dto.d.ts +10 -0
- package/dist/types/internal/types/dto/genai-fetch-assistants-request.dto.d.mts +7 -0
- package/dist/types/internal/types/dto/genai-fetch-assistants-request.dto.d.ts +7 -0
- package/dist/types/internal/types/dto/genai-fetch-assistants-response.dto.d.mts +10 -0
- package/dist/types/internal/types/dto/genai-fetch-assistants-response.dto.d.ts +10 -0
- package/dist/types/internal/types/dto/genai-send-agentic-app-chat-request.dto.d.mts +4 -0
- package/dist/types/internal/types/dto/genai-send-agentic-app-chat-request.dto.d.ts +4 -0
- package/dist/types/internal/types/models/agent-chat-action.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-action.d.ts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-chart-widget.d.mts +3 -3
- package/dist/types/internal/types/models/agent-chat-md-chart-widget.d.ts +3 -3
- package/dist/types/internal/types/models/agent-chat-md-highlight-box-widget.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-highlight-box-widget.d.ts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-offer-card-widget.d.mts +3 -3
- package/dist/types/internal/types/models/agent-chat-md-offer-card-widget.d.ts +3 -3
- package/dist/types/internal/types/models/agent-chat-md-overview-card-widget.d.mts +6 -6
- package/dist/types/internal/types/models/agent-chat-md-overview-card-widget.d.ts +6 -6
- package/dist/types/internal/types/models/agent-chat-md-renderer.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-renderer.d.ts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-table-widget.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-table-widget.d.ts +1 -1
- package/dist/types/internal/types/models/agent-chat-md-widget-config.d.mts +8 -8
- package/dist/types/internal/types/models/agent-chat-md-widget-config.d.ts +8 -8
- package/dist/types/internal/types/models/agent-chat-message.d.mts +3 -3
- package/dist/types/internal/types/models/agent-chat-message.d.ts +3 -3
- package/dist/types/internal/types/models/agent-chat-runtime-info.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-runtime-info.d.ts +1 -1
- package/dist/types/internal/types/models/agent-chat-usage-chart-item.d.mts +1 -1
- package/dist/types/internal/types/models/agent-chat-usage-chart-item.d.ts +1 -1
- package/dist/types/internal/types/models/widget-config.d.mts +10 -2
- package/dist/types/internal/types/models/widget-config.d.ts +10 -2
- package/dist/types/internal/types/models/widget-theme-name.d.mts +2 -0
- package/dist/types/internal/types/models/widget-theme-name.d.ts +2 -0
- package/dist/types/internal/types/models/widget-ui-options.d.mts +3 -6
- package/dist/types/internal/types/models/widget-ui-options.d.ts +3 -6
- package/dist/types/internal/utils/agent-chat/widget/chart-data-extractor.d.mts +2 -2
- package/dist/types/internal/utils/agent-chat/widget/chart-data-extractor.d.ts +2 -2
- package/dist/types/widget/WidgetProvider.d.mts +1 -1
- package/dist/types/widget/WidgetProvider.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types/internal/components/AgentChat/AgentChatFab/index.d.mts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatFab/index.d.ts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanel.d.mts +0 -33
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanel.d.ts +0 -33
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelContentBody.d.mts +0 -10
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelContentBody.d.ts +0 -10
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelFooter.d.mts +0 -11
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelFooter.d.ts +0 -11
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelHeader.d.mts +0 -7
- package/dist/types/internal/components/AgentChat/AgentChatPanel/AgentChatPanelHeader.d.ts +0 -7
- package/dist/types/internal/components/AgentChat/AgentChatPanel/index.d.mts +0 -4
- package/dist/types/internal/components/AgentChat/AgentChatPanel/index.d.ts +0 -4
- package/dist/types/internal/components/AgentChat/AgentChatTextInput/AgentChatTextInput.d.mts +0 -8
- package/dist/types/internal/components/AgentChat/AgentChatTextInput/AgentChatTextInput.d.ts +0 -8
- package/dist/types/internal/components/AgentChat/AgentChatTextInput/index.d.mts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatTextInput/index.d.ts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatTypingIndicator/AgentChatTypingIndicator.d.mts +0 -11
- package/dist/types/internal/components/AgentChat/AgentChatTypingIndicator/AgentChatTypingIndicator.d.ts +0 -11
- package/dist/types/internal/components/AgentChat/AgentChatTypingIndicator/index.d.mts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatTypingIndicator/index.d.ts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatVoiceButton/AgentChatVoiceButton.d.mts +0 -7
- package/dist/types/internal/components/AgentChat/AgentChatVoiceButton/AgentChatVoiceButton.d.ts +0 -7
- package/dist/types/internal/components/AgentChat/AgentChatVoiceButton/index.d.mts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatVoiceButton/index.d.ts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatVoiceRecordingIndicator/AgentChatVoiceRecordingIndicator.d.mts +0 -4
- package/dist/types/internal/components/AgentChat/AgentChatVoiceRecordingIndicator/AgentChatVoiceRecordingIndicator.d.ts +0 -4
- package/dist/types/internal/components/AgentChat/AgentChatVoiceRecordingIndicator/index.d.mts +0 -1
- package/dist/types/internal/components/AgentChat/AgentChatVoiceRecordingIndicator/index.d.ts +0 -1
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdActionsWidget.d.mts +0 -7
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdActionsWidget.d.ts +0 -7
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdChartWidget.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdChartWidget.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdHighlightBoxWidget.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdHighlightBoxWidget.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdOfferCardWidget.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdOfferCardWidget.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdRegistry.d.mts +0 -3
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdRegistry.d.ts +0 -3
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdRenderer.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdRenderer.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdTableWidget.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/AgentChatMdTableWidget.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/Overview/AgentChatMdOverviewCardWidget.d.mts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/Overview/AgentChatMdOverviewCardWidget.d.ts +0 -2
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/index.d.mts +0 -8
- package/dist/types/internal/components/AgentChat/MarkdownRenderer/index.d.ts +0 -8
- package/dist/types/internal/components/AgentChat/index.d.mts +0 -7
- package/dist/types/internal/components/AgentChat/index.d.ts +0 -7
- package/dist/types/internal/context/AgentChatConfigContext.d.mts +0 -2
- package/dist/types/internal/context/AgentChatConfigContext.d.ts +0 -2
- package/dist/types/internal/context/AgentChatRuntimeContext.d.mts +0 -2
- package/dist/types/internal/context/AgentChatRuntimeContext.d.ts +0 -2
- package/dist/types/internal/features/agent-chat/components/AgentChatLauncher/AgentChatLauncher.d.mts +0 -2
- package/dist/types/internal/features/agent-chat/components/AgentChatLauncher/AgentChatLauncher.d.ts +0 -2
- package/dist/types/internal/hooks/useAccentColor.d.mts +0 -150
- package/dist/types/internal/hooks/useAccentColor.d.ts +0 -150
- package/dist/types/internal/hooks/useAgentChatActions.d.mts +0 -6
- package/dist/types/internal/hooks/useAgentChatActions.d.ts +0 -6
- package/dist/types/internal/hooks/useAgentChatChartWidgetUtils.d.mts +0 -7
- package/dist/types/internal/hooks/useAgentChatChartWidgetUtils.d.ts +0 -7
- package/dist/types/internal/hooks/useAgentChatConfig.d.mts +0 -2
- package/dist/types/internal/hooks/useAgentChatConfig.d.ts +0 -2
- package/dist/types/internal/hooks/useAgentChatSpeechLanguage.d.mts +0 -1
- package/dist/types/internal/hooks/useAgentChatSpeechLanguage.d.ts +0 -1
- package/dist/types/internal/hooks/useAgentChatTypingIndicator.d.mts +0 -11
- package/dist/types/internal/hooks/useAgentChatTypingIndicator.d.ts +0 -11
- package/dist/types/internal/utils/color-utils.d.mts +0 -8
- package/dist/types/internal/utils/color-utils.d.ts +0 -8
- /package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewAdvantageCard.d.mts +0 -0
- /package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewAdvantageCard.d.ts +0 -0
- /package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewPriceDisplay.d.mts +0 -0
- /package/dist/types/internal/components/{AgentChat/MarkdownRenderer → AgentMarkdownRenderer}/Overview/OverviewPriceDisplay.d.ts +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { WidgetConfig } from '@/types/models/widget-config';
|
|
2
2
|
import { WidgetRuntime } from '@/types/models/widget-runtime';
|
|
3
|
-
export declare function
|
|
3
|
+
export declare function AgentRuntimeProvider({ runtime, children, }: {
|
|
4
4
|
runtime: WidgetRuntime;
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export declare function
|
|
7
|
+
export declare function AgentConfigProvider({ config, children, }: {
|
|
8
8
|
config: WidgetConfig;
|
|
9
9
|
children: React.ReactNode;
|
|
10
10
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { WidgetConfig } from '@/types/models/widget-config';
|
|
2
2
|
import { WidgetRuntime } from '@/types/models/widget-runtime';
|
|
3
|
-
export declare function
|
|
3
|
+
export declare function AgentRuntimeProvider({ runtime, children, }: {
|
|
4
4
|
runtime: WidgetRuntime;
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export declare function
|
|
7
|
+
export declare function AgentConfigProvider({ config, children, }: {
|
|
8
8
|
config: WidgetConfig;
|
|
9
9
|
children: React.ReactNode;
|
|
10
10
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiFetchAgenticAppsRequest } from '@/types/dto/genai-fetch-agentic-apps-request.dto';
|
|
2
|
+
import { GenaiFetchAgenticAppsResponse } from '@/types/dto/genai-fetch-agentic-apps-response.dto';
|
|
3
|
+
export declare const useFetchAgenticAppsMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiFetchAgenticAppsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAgenticAppsRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiFetchAgenticAppsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAgenticAppsRequest, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiFetchAgenticAppsRequest } from '@/types/dto/genai-fetch-agentic-apps-request.dto';
|
|
2
|
+
import { GenaiFetchAgenticAppsResponse } from '@/types/dto/genai-fetch-agentic-apps-response.dto';
|
|
3
|
+
export declare const useFetchAgenticAppsMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiFetchAgenticAppsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAgenticAppsRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiFetchAgenticAppsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAgenticAppsRequest, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiFetchAssistantsRequest } from '@/types/dto/genai-fetch-assistants-request.dto';
|
|
2
|
+
import { GenaiFetchAssistantsResponse } from '@/types/dto/genai-fetch-assistants-response.dto';
|
|
3
|
+
export declare const useFetchAssistantsMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiFetchAssistantsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAssistantsRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiFetchAssistantsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAssistantsRequest, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiFetchAssistantsRequest } from '@/types/dto/genai-fetch-assistants-request.dto';
|
|
2
|
+
import { GenaiFetchAssistantsResponse } from '@/types/dto/genai-fetch-assistants-response.dto';
|
|
3
|
+
export declare const useFetchAssistantsMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiFetchAssistantsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAssistantsRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiFetchAssistantsResponse, import("axios").AxiosError<unknown, any>, GenaiFetchAssistantsRequest, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiAgentMessageResponse } from '@/types/dto/genai-agent-message-response.dto';
|
|
2
|
+
import { GenaiSendAgenticAppChatRequest } from '@/types/dto/genai-send-agentic-app-chat-request.dto';
|
|
3
|
+
export declare const useSendAgenticAppChatMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiAgentMessageResponse, import("axios").AxiosError<unknown, any>, GenaiSendAgenticAppChatRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiAgentMessageResponse, import("axios").AxiosError<unknown, any>, GenaiSendAgenticAppChatRequest, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GenaiAgentMessageResponse } from '@/types/dto/genai-agent-message-response.dto';
|
|
2
|
+
import { GenaiSendAgenticAppChatRequest } from '@/types/dto/genai-send-agentic-app-chat-request.dto';
|
|
3
|
+
export declare const useSendAgenticAppChatMutation: (options?: (Omit<import("@tanstack/react-query").UseMutationOptions<GenaiAgentMessageResponse, import("axios").AxiosError<unknown, any>, GenaiSendAgenticAppChatRequest, unknown>, "meta" | "mutationKey" | "mutationFn"> & {
|
|
4
|
+
meta?: import("../utils/createApiQuery").ApiQueryMeta;
|
|
5
|
+
}) | undefined) => import("@tanstack/react-query").UseMutationResult<GenaiAgentMessageResponse, import("axios").AxiosError<unknown, any>, GenaiSendAgenticAppChatRequest, unknown>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
interface
|
|
3
|
-
runtimeInfo:
|
|
1
|
+
import { AgentRuntimeInfo } from '@/types/models/agent-chat-runtime-info';
|
|
2
|
+
interface AgentStore {
|
|
3
|
+
runtimeInfo: AgentRuntimeInfo;
|
|
4
4
|
}
|
|
5
|
-
interface
|
|
6
|
-
setRuntimeInfo: (info:
|
|
5
|
+
interface AgentStoreActions {
|
|
6
|
+
setRuntimeInfo: (info: AgentRuntimeInfo) => void;
|
|
7
7
|
updateCustomerId: (customerId: string | null) => void;
|
|
8
8
|
updateCustomerToken: (hasToken: boolean) => void;
|
|
9
9
|
updateGenaiToken: (hasToken: boolean) => void;
|
|
10
10
|
resetRuntimeInfo: () => void;
|
|
11
11
|
}
|
|
12
|
-
type
|
|
13
|
-
export declare const
|
|
12
|
+
type AgentStoreType = AgentStore & AgentStoreActions;
|
|
13
|
+
export declare const useAgentStore: import("zustand").UseBoundStore<import("zustand").StoreApi<AgentStoreType>>;
|
|
14
14
|
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
interface
|
|
3
|
-
runtimeInfo:
|
|
1
|
+
import { AgentRuntimeInfo } from '@/types/models/agent-chat-runtime-info';
|
|
2
|
+
interface AgentStore {
|
|
3
|
+
runtimeInfo: AgentRuntimeInfo;
|
|
4
4
|
}
|
|
5
|
-
interface
|
|
6
|
-
setRuntimeInfo: (info:
|
|
5
|
+
interface AgentStoreActions {
|
|
6
|
+
setRuntimeInfo: (info: AgentRuntimeInfo) => void;
|
|
7
7
|
updateCustomerId: (customerId: string | null) => void;
|
|
8
8
|
updateCustomerToken: (hasToken: boolean) => void;
|
|
9
9
|
updateGenaiToken: (hasToken: boolean) => void;
|
|
10
10
|
resetRuntimeInfo: () => void;
|
|
11
11
|
}
|
|
12
|
-
type
|
|
13
|
-
export declare const
|
|
12
|
+
type AgentStoreType = AgentStore & AgentStoreActions;
|
|
13
|
+
export declare const useAgentStore: import("zustand").UseBoundStore<import("zustand").StoreApi<AgentStoreType>>;
|
|
14
14
|
export {};
|
|
@@ -3,3 +3,5 @@ export declare function setGenaiAccessToken(token: string): void;
|
|
|
3
3
|
export declare function clearGenaiAccessToken(): void;
|
|
4
4
|
export declare function getGenaiTenantId(): string | null;
|
|
5
5
|
export declare function setGenaiTenantId(tenantId: number): void;
|
|
6
|
+
export declare function getGenaiSwitchReady(): boolean;
|
|
7
|
+
export declare function setGenaiSwitchReady(isReady: boolean): void;
|
|
@@ -3,3 +3,5 @@ export declare function setGenaiAccessToken(token: string): void;
|
|
|
3
3
|
export declare function clearGenaiAccessToken(): void;
|
|
4
4
|
export declare function getGenaiTenantId(): string | null;
|
|
5
5
|
export declare function setGenaiTenantId(tenantId: number): void;
|
|
6
|
+
export declare function getGenaiSwitchReady(): boolean;
|
|
7
|
+
export declare function setGenaiSwitchReady(isReady: boolean): void;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import type { DesignThemeIconSizeTokens, DesignThemeType } from './design-theme.type';
|
|
3
|
+
export declare function getIconSize(theme: DesignThemeType, token: DesignThemeIconSizeTokens): number;
|
|
4
|
+
export declare function getIconProps(theme: DesignThemeType, token: DesignThemeIconSizeTokens): Pick<SVGProps<SVGSVGElement>, 'width' | 'height'>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import type { DesignThemeIconSizeTokens, DesignThemeType } from './design-theme.type';
|
|
3
|
+
export declare function getIconSize(theme: DesignThemeType, token: DesignThemeIconSizeTokens): number;
|
|
4
|
+
export declare function getIconProps(theme: DesignThemeType, token: DesignThemeIconSizeTokens): Pick<SVGProps<SVGSVGElement>, 'width' | 'height'>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/** @public */
|
|
2
|
+
export { SpaceTokens } from './space-tokens';
|
|
3
|
+
/** @public */
|
|
4
|
+
export { RadiusTokens } from './radius-tokens';
|
|
5
|
+
/** @public */
|
|
6
|
+
export { ShadowTokens } from './shadow-tokens';
|
|
7
|
+
/** @public */
|
|
8
|
+
export { BorderTokens } from './border-tokens';
|
|
9
|
+
/** @public */
|
|
10
|
+
export { OpacityTokens } from './opacity-tokens';
|
|
11
|
+
/** @public */
|
|
12
|
+
export { IconSizeTokens } from './icon-size-tokens';
|
|
13
|
+
/** @public */
|
|
14
|
+
export { SurfaceColors, PrimaryColors, SecondaryColors, SuccessColors, DangerColors, InfoColors, WarningColors, TextColors, BorderColors, IconColors, HeaderColors, } from './color-tokens';
|
|
15
|
+
/** @public */
|
|
16
|
+
export { BrandDarkBlueColor, BrandOrangeColor, BlueColor, OrangeColor, RedColor, GreenColor, } from './primitive-colors';
|
|
17
|
+
/** @public */
|
|
18
|
+
export type { DesignThemeType, DesignThemeSpacingTokens, DesignThemeRadiusTokens, DesignThemeShadowTokens, DesignThemeBorderTokens, DesignThemeColorTokens, DesignThemeSurfaceColorTokens, DesignThemePrimaryColorTokens, DesignThemeSecondaryColorTokens, DesignThemeSuccessColorTokens, DesignThemeDangerColorTokens, DesignThemeInfoColorTokens, DesignThemeWarningColorTokens, DesignThemeTextColorTokens, DesignThemeBorderColorTokens, DesignThemeIconColorTokens, DesignThemeHeaderColorTokens, } from './design-theme.type';
|
|
19
|
+
/** @public */
|
|
20
|
+
export { DesignTheme, createDesignTheme, useDesignTheme } from './design-theme';
|
|
21
|
+
/** @public */
|
|
22
|
+
export { getIconProps, getIconSize } from './icon-props';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/** @public */
|
|
2
|
+
export { SpaceTokens } from './space-tokens';
|
|
3
|
+
/** @public */
|
|
4
|
+
export { RadiusTokens } from './radius-tokens';
|
|
5
|
+
/** @public */
|
|
6
|
+
export { ShadowTokens } from './shadow-tokens';
|
|
7
|
+
/** @public */
|
|
8
|
+
export { BorderTokens } from './border-tokens';
|
|
9
|
+
/** @public */
|
|
10
|
+
export { OpacityTokens } from './opacity-tokens';
|
|
11
|
+
/** @public */
|
|
12
|
+
export { IconSizeTokens } from './icon-size-tokens';
|
|
13
|
+
/** @public */
|
|
14
|
+
export { SurfaceColors, PrimaryColors, SecondaryColors, SuccessColors, DangerColors, InfoColors, WarningColors, TextColors, BorderColors, IconColors, HeaderColors, } from './color-tokens';
|
|
15
|
+
/** @public */
|
|
16
|
+
export { BrandDarkBlueColor, BrandOrangeColor, BlueColor, OrangeColor, RedColor, GreenColor, } from './primitive-colors';
|
|
17
|
+
/** @public */
|
|
18
|
+
export type { DesignThemeType, DesignThemeSpacingTokens, DesignThemeRadiusTokens, DesignThemeShadowTokens, DesignThemeBorderTokens, DesignThemeColorTokens, DesignThemeSurfaceColorTokens, DesignThemePrimaryColorTokens, DesignThemeSecondaryColorTokens, DesignThemeSuccessColorTokens, DesignThemeDangerColorTokens, DesignThemeInfoColorTokens, DesignThemeWarningColorTokens, DesignThemeTextColorTokens, DesignThemeBorderColorTokens, DesignThemeIconColorTokens, DesignThemeHeaderColorTokens, } from './design-theme.type';
|
|
19
|
+
/** @public */
|
|
20
|
+
export { DesignTheme, createDesignTheme, useDesignTheme } from './design-theme';
|
|
21
|
+
/** @public */
|
|
22
|
+
export { getIconProps, getIconSize } from './icon-props';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { DesignThemeType } from '@/theme/foundations/design-theme.type';
|
|
2
|
+
import type { CreateDesignThemeOptions } from '@/theme/theme.config';
|
|
3
|
+
import type { WidgetThemeName } from '@/types/models/widget-theme-name';
|
|
4
|
+
import { WIDGET_THEME_NAMES } from '@/types/models/widget-theme-name';
|
|
5
|
+
export interface WidgetThemePreset {
|
|
6
|
+
label: string;
|
|
7
|
+
options: CreateDesignThemeOptions;
|
|
8
|
+
}
|
|
9
|
+
export declare const DEFAULT_WIDGET_THEME_NAME: WidgetThemeName;
|
|
10
|
+
export { WIDGET_THEME_NAMES };
|
|
11
|
+
export declare const WIDGET_THEME_PRESETS: Record<WidgetThemeName, WidgetThemePreset>;
|
|
12
|
+
export declare function isWidgetThemeName(value: unknown): value is WidgetThemeName;
|
|
13
|
+
export declare function getWidgetThemePreset(themeName?: string): WidgetThemePreset;
|
|
14
|
+
export interface CreateWidgetThemeOptions {
|
|
15
|
+
themeName?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare function createWidgetTheme({ themeName }?: CreateWidgetThemeOptions): DesignThemeType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { DesignThemeType } from '@/theme/foundations/design-theme.type';
|
|
2
|
+
import type { CreateDesignThemeOptions } from '@/theme/theme.config';
|
|
3
|
+
import type { WidgetThemeName } from '@/types/models/widget-theme-name';
|
|
4
|
+
import { WIDGET_THEME_NAMES } from '@/types/models/widget-theme-name';
|
|
5
|
+
export interface WidgetThemePreset {
|
|
6
|
+
label: string;
|
|
7
|
+
options: CreateDesignThemeOptions;
|
|
8
|
+
}
|
|
9
|
+
export declare const DEFAULT_WIDGET_THEME_NAME: WidgetThemeName;
|
|
10
|
+
export { WIDGET_THEME_NAMES };
|
|
11
|
+
export declare const WIDGET_THEME_PRESETS: Record<WidgetThemeName, WidgetThemePreset>;
|
|
12
|
+
export declare function isWidgetThemeName(value: unknown): value is WidgetThemeName;
|
|
13
|
+
export declare function getWidgetThemePreset(themeName?: string): WidgetThemePreset;
|
|
14
|
+
export interface CreateWidgetThemeOptions {
|
|
15
|
+
themeName?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare function createWidgetTheme({ themeName }?: CreateWidgetThemeOptions): DesignThemeType;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { MantineColorsTuple } from '@mantine/core';
|
|
2
|
+
import type { DesignThemeColorTokens } from './foundations/design-theme.type';
|
|
3
|
+
import type { CreateDesignThemeOptions } from './theme.config';
|
|
4
|
+
export interface WidgetThemeFoundations {
|
|
5
|
+
darkBlue: MantineColorsTuple;
|
|
6
|
+
orange: MantineColorsTuple;
|
|
7
|
+
}
|
|
8
|
+
export interface WidgetThemeTokenFoundations {
|
|
9
|
+
color: Partial<Record<DesignThemeColorTokens, string>>;
|
|
10
|
+
radius?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['radius'], never>;
|
|
11
|
+
space?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['space'], never>;
|
|
12
|
+
iconSize?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['iconSize'], never>;
|
|
13
|
+
border?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['border'], never>;
|
|
14
|
+
shadow?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['shadow'], never>;
|
|
15
|
+
opacity?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['opacity'], never>;
|
|
16
|
+
}
|
|
17
|
+
export interface WidgetThemeDefinition {
|
|
18
|
+
label: string;
|
|
19
|
+
theme: NonNullable<CreateDesignThemeOptions['theme']>;
|
|
20
|
+
brand: WidgetThemeFoundations;
|
|
21
|
+
tokens: WidgetThemeTokenFoundations;
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { MantineColorsTuple } from '@mantine/core';
|
|
2
|
+
import type { DesignThemeColorTokens } from './foundations/design-theme.type';
|
|
3
|
+
import type { CreateDesignThemeOptions } from './theme.config';
|
|
4
|
+
export interface WidgetThemeFoundations {
|
|
5
|
+
darkBlue: MantineColorsTuple;
|
|
6
|
+
orange: MantineColorsTuple;
|
|
7
|
+
}
|
|
8
|
+
export interface WidgetThemeTokenFoundations {
|
|
9
|
+
color: Partial<Record<DesignThemeColorTokens, string>>;
|
|
10
|
+
radius?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['radius'], never>;
|
|
11
|
+
space?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['space'], never>;
|
|
12
|
+
iconSize?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['iconSize'], never>;
|
|
13
|
+
border?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['border'], never>;
|
|
14
|
+
shadow?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['shadow'], never>;
|
|
15
|
+
opacity?: Omit<NonNullable<CreateDesignThemeOptions['tokens']>['opacity'], never>;
|
|
16
|
+
}
|
|
17
|
+
export interface WidgetThemeDefinition {
|
|
18
|
+
label: string;
|
|
19
|
+
theme: NonNullable<CreateDesignThemeOptions['theme']>;
|
|
20
|
+
brand: WidgetThemeFoundations;
|
|
21
|
+
tokens: WidgetThemeTokenFoundations;
|
|
22
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export interface GenaiAgentCatalogItemDto {
|
|
2
|
+
apps?: GenaiAgentCatalogAppItemDto[];
|
|
3
|
+
assistantId?: number;
|
|
4
|
+
assistant_id?: number;
|
|
5
|
+
id?: number;
|
|
6
|
+
agentId?: number;
|
|
7
|
+
agent_id?: number;
|
|
8
|
+
appId?: number;
|
|
9
|
+
app_id?: number;
|
|
10
|
+
executionType?: string;
|
|
11
|
+
execution_type?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
appDescription?: string;
|
|
14
|
+
app_description?: string;
|
|
15
|
+
label?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
assistantName?: string;
|
|
18
|
+
assistant_name?: string;
|
|
19
|
+
agentName?: string;
|
|
20
|
+
agent_name?: string;
|
|
21
|
+
title?: string;
|
|
22
|
+
assistantKey?: string;
|
|
23
|
+
assistant_key?: string;
|
|
24
|
+
key?: string;
|
|
25
|
+
agentKey?: string;
|
|
26
|
+
agent_key?: string;
|
|
27
|
+
code?: string;
|
|
28
|
+
initialMessage?: string;
|
|
29
|
+
initial_message?: string;
|
|
30
|
+
welcomeMessage?: string;
|
|
31
|
+
welcome_message?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface GenaiAgentCatalogAppItemDto {
|
|
34
|
+
id?: number;
|
|
35
|
+
appId?: number;
|
|
36
|
+
app_id?: number;
|
|
37
|
+
assistantId?: number;
|
|
38
|
+
assistant_id?: number;
|
|
39
|
+
description?: string;
|
|
40
|
+
name?: string;
|
|
41
|
+
label?: string;
|
|
42
|
+
title?: string;
|
|
43
|
+
appName?: string;
|
|
44
|
+
app_name?: string;
|
|
45
|
+
key?: string;
|
|
46
|
+
code?: string;
|
|
47
|
+
assistantKey?: string;
|
|
48
|
+
assistant_key?: string;
|
|
49
|
+
initialMessage?: string;
|
|
50
|
+
initial_message?: string;
|
|
51
|
+
welcomeMessage?: string;
|
|
52
|
+
welcome_message?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export interface GenaiAgentCatalogItemDto {
|
|
2
|
+
apps?: GenaiAgentCatalogAppItemDto[];
|
|
3
|
+
assistantId?: number;
|
|
4
|
+
assistant_id?: number;
|
|
5
|
+
id?: number;
|
|
6
|
+
agentId?: number;
|
|
7
|
+
agent_id?: number;
|
|
8
|
+
appId?: number;
|
|
9
|
+
app_id?: number;
|
|
10
|
+
executionType?: string;
|
|
11
|
+
execution_type?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
appDescription?: string;
|
|
14
|
+
app_description?: string;
|
|
15
|
+
label?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
assistantName?: string;
|
|
18
|
+
assistant_name?: string;
|
|
19
|
+
agentName?: string;
|
|
20
|
+
agent_name?: string;
|
|
21
|
+
title?: string;
|
|
22
|
+
assistantKey?: string;
|
|
23
|
+
assistant_key?: string;
|
|
24
|
+
key?: string;
|
|
25
|
+
agentKey?: string;
|
|
26
|
+
agent_key?: string;
|
|
27
|
+
code?: string;
|
|
28
|
+
initialMessage?: string;
|
|
29
|
+
initial_message?: string;
|
|
30
|
+
welcomeMessage?: string;
|
|
31
|
+
welcome_message?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface GenaiAgentCatalogAppItemDto {
|
|
34
|
+
id?: number;
|
|
35
|
+
appId?: number;
|
|
36
|
+
app_id?: number;
|
|
37
|
+
assistantId?: number;
|
|
38
|
+
assistant_id?: number;
|
|
39
|
+
description?: string;
|
|
40
|
+
name?: string;
|
|
41
|
+
label?: string;
|
|
42
|
+
title?: string;
|
|
43
|
+
appName?: string;
|
|
44
|
+
app_name?: string;
|
|
45
|
+
key?: string;
|
|
46
|
+
code?: string;
|
|
47
|
+
assistantKey?: string;
|
|
48
|
+
assistant_key?: string;
|
|
49
|
+
initialMessage?: string;
|
|
50
|
+
initial_message?: string;
|
|
51
|
+
welcomeMessage?: string;
|
|
52
|
+
welcome_message?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GenaiAgentCatalogItemDto } from './genai-agent-catalog-item.dto';
|
|
2
|
+
export interface GenaiFetchAgenticAppsResponse {
|
|
3
|
+
data?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
4
|
+
items?: GenaiAgentCatalogItemDto[];
|
|
5
|
+
results?: GenaiAgentCatalogItemDto[];
|
|
6
|
+
content?: GenaiAgentCatalogItemDto[];
|
|
7
|
+
rows?: GenaiAgentCatalogItemDto[];
|
|
8
|
+
list?: GenaiAgentCatalogItemDto[];
|
|
9
|
+
response?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GenaiAgentCatalogItemDto } from './genai-agent-catalog-item.dto';
|
|
2
|
+
export interface GenaiFetchAgenticAppsResponse {
|
|
3
|
+
data?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
4
|
+
items?: GenaiAgentCatalogItemDto[];
|
|
5
|
+
results?: GenaiAgentCatalogItemDto[];
|
|
6
|
+
content?: GenaiAgentCatalogItemDto[];
|
|
7
|
+
rows?: GenaiAgentCatalogItemDto[];
|
|
8
|
+
list?: GenaiAgentCatalogItemDto[];
|
|
9
|
+
response?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GenaiAgentCatalogItemDto } from './genai-agent-catalog-item.dto';
|
|
2
|
+
export interface GenaiFetchAssistantsResponse {
|
|
3
|
+
data?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
4
|
+
items?: GenaiAgentCatalogItemDto[];
|
|
5
|
+
results?: GenaiAgentCatalogItemDto[];
|
|
6
|
+
content?: GenaiAgentCatalogItemDto[];
|
|
7
|
+
rows?: GenaiAgentCatalogItemDto[];
|
|
8
|
+
list?: GenaiAgentCatalogItemDto[];
|
|
9
|
+
response?: GenaiAgentCatalogItemDto[] | Record<string, unknown>;
|
|
10
|
+
}
|