UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

124 lines 15.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FormAbstract = exports.FileTypes = exports.File = exports.FeedbackOptionsType = exports.Feedback = exports.Dropdown = exports.DialogAction = exports.Dialog = exports.DataTypes = exports.CustomQuickReplies = exports.CompleteForm = exports.ClickTypes = exports.CheckBox = exports.ChartTypes = exports.ChartData = exports.ChartAbstract = exports.CarouselTypes = exports.CarouselAbstract = exports.Carousel = exports.CardTypes = exports.CardSmallDetail = exports.CardListSimple = exports.CardListOfList = exports.CardListModalCardListInfo = exports.CardListInfos = exports.CardListInfo = exports.CardListChart = exports.CardListAction = exports.CardList = exports.CardChart = exports.CardBasicList = exports.CardAbstract = exports.Card = exports.ButtonTypes = exports.ButtonNewModal = exports.Button = exports.BarLineChart = exports.BarChartGroup = exports.BarChart = exports.AreaChart = exports.AudioPlaybackTypes = exports.AudioPlaybackAbstract = exports.AudioPlayback = exports.AdditionalLabelDestination = exports.ActionTypes = exports.ActionSubTypes = exports.ActionCard = exports.ActionAbstract = exports.AccordionTypes = exports.Accordion = void 0; exports.UrlTypes = exports.Title = exports.TextTypes = exports.TextInput = exports.Text = exports.TabsTypes = exports.Tabs = exports.TableTypes = exports.Table = exports.SystemText = exports.Switch = exports.SuggestionSection = exports.StackedVerticalBarChart = exports.StackedBarChart = exports.SelectButton = exports.RouteNames = exports.RadioButtonGroup = exports.RadioButton = exports.PlainTextExpandable = exports.PlainTextCustom = exports.PlainText = exports.PieChart = exports.ModalTypes = exports.ModalSwipe = exports.ModalDetalheItensProdutivos = exports.ModalDetalheInfo = exports.ModalDetalheDesabastecimento = exports.ModalCustom = exports.ModalCardListInfo = exports.ModalCard = exports.ModalAdditionalInfo = exports.ModalAction = exports.Modal = exports.MessageTypes = exports.MenuAction = exports.Menu = exports.ListTypes = exports.List = exports.LineChart = exports.ItemLegend = exports.InputPlaces = exports.InfoData = exports.HttpMethods = exports.HttpAction = exports.HorizontalMenu = exports.FormTypes = exports.FormBasicList = exports.FormAction = void 0; /* eslint-disable prettier/prettier */ const action_1 = require("./action"); Object.defineProperty(exports, "ActionAbstract", { enumerable: true, get: function () { return action_1.ActionAbstract; } }); Object.defineProperty(exports, "ActionSubTypes", { enumerable: true, get: function () { return action_1.ActionSubTypes; } }); Object.defineProperty(exports, "ActionTypes", { enumerable: true, get: function () { return action_1.ActionTypes; } }); Object.defineProperty(exports, "DialogAction", { enumerable: true, get: function () { return action_1.DialogAction; } }); Object.defineProperty(exports, "FormAction", { enumerable: true, get: function () { return action_1.FormAction; } }); Object.defineProperty(exports, "HttpAction", { enumerable: true, get: function () { return action_1.HttpAction; } }); Object.defineProperty(exports, "HttpMethods", { enumerable: true, get: function () { return action_1.HttpMethods; } }); Object.defineProperty(exports, "MenuAction", { enumerable: true, get: function () { return action_1.MenuAction; } }); Object.defineProperty(exports, "ModalAction", { enumerable: true, get: function () { return action_1.ModalAction; } }); const enums_1 = require("./common/enums"); Object.defineProperty(exports, "RouteNames", { enumerable: true, get: function () { return enums_1.RouteNames; } }); const types_1 = require("./common/types"); Object.defineProperty(exports, "UrlTypes", { enumerable: true, get: function () { return types_1.UrlTypes; } }); const accordion_1 = require("./message/accordion"); Object.defineProperty(exports, "Accordion", { enumerable: true, get: function () { return accordion_1.Accordion; } }); Object.defineProperty(exports, "AccordionTypes", { enumerable: true, get: function () { return accordion_1.AccordionTypes; } }); const audioPlayback_1 = require("./message/audioPlayback"); Object.defineProperty(exports, "AudioPlayback", { enumerable: true, get: function () { return audioPlayback_1.AudioPlayback; } }); Object.defineProperty(exports, "AudioPlaybackAbstract", { enumerable: true, get: function () { return audioPlayback_1.AudioPlaybackAbstract; } }); Object.defineProperty(exports, "AudioPlaybackTypes", { enumerable: true, get: function () { return audioPlayback_1.AudioPlaybackTypes; } }); const base_1 = require("./message/base"); Object.defineProperty(exports, "Dialog", { enumerable: true, get: function () { return base_1.Dialog; } }); const button_1 = require("./message/button"); Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return button_1.Button; } }); Object.defineProperty(exports, "ButtonNewModal", { enumerable: true, get: function () { return button_1.ButtonNewModal; } }); Object.defineProperty(exports, "ButtonTypes", { enumerable: true, get: function () { return button_1.ButtonTypes; } }); const card_1 = require("./message/card"); Object.defineProperty(exports, "ActionCard", { enumerable: true, get: function () { return card_1.ActionCard; } }); Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return card_1.Card; } }); Object.defineProperty(exports, "CardAbstract", { enumerable: true, get: function () { return card_1.CardAbstract; } }); Object.defineProperty(exports, "CardBasicList", { enumerable: true, get: function () { return card_1.CardBasicList; } }); Object.defineProperty(exports, "CardChart", { enumerable: true, get: function () { return card_1.CardChart; } }); Object.defineProperty(exports, "CardList", { enumerable: true, get: function () { return card_1.CardList; } }); Object.defineProperty(exports, "CardListAction", { enumerable: true, get: function () { return card_1.CardListAction; } }); Object.defineProperty(exports, "CardListChart", { enumerable: true, get: function () { return card_1.CardListChart; } }); Object.defineProperty(exports, "CardListInfo", { enumerable: true, get: function () { return card_1.CardListInfo; } }); Object.defineProperty(exports, "CardListInfos", { enumerable: true, get: function () { return card_1.CardListInfos; } }); Object.defineProperty(exports, "CardListModalCardListInfo", { enumerable: true, get: function () { return card_1.CardListModalCardListInfo; } }); Object.defineProperty(exports, "CardListOfList", { enumerable: true, get: function () { return card_1.CardListOfList; } }); Object.defineProperty(exports, "CardListSimple", { enumerable: true, get: function () { return card_1.CardListSimple; } }); Object.defineProperty(exports, "CardSmallDetail", { enumerable: true, get: function () { return card_1.CardSmallDetail; } }); Object.defineProperty(exports, "CardTypes", { enumerable: true, get: function () { return card_1.CardTypes; } }); Object.defineProperty(exports, "ClickTypes", { enumerable: true, get: function () { return card_1.ClickTypes; } }); Object.defineProperty(exports, "ModalCard", { enumerable: true, get: function () { return card_1.ModalCard; } }); const carousel_1 = require("./message/carousel"); Object.defineProperty(exports, "Carousel", { enumerable: true, get: function () { return carousel_1.Carousel; } }); Object.defineProperty(exports, "CarouselAbstract", { enumerable: true, get: function () { return carousel_1.CarouselAbstract; } }); Object.defineProperty(exports, "CarouselTypes", { enumerable: true, get: function () { return carousel_1.CarouselTypes; } }); const chart_1 = require("./message/chart"); Object.defineProperty(exports, "AdditionalLabelDestination", { enumerable: true, get: function () { return chart_1.AdditionalLabelDestination; } }); Object.defineProperty(exports, "AreaChart", { enumerable: true, get: function () { return chart_1.AreaChart; } }); Object.defineProperty(exports, "BarChart", { enumerable: true, get: function () { return chart_1.BarChart; } }); Object.defineProperty(exports, "BarChartGroup", { enumerable: true, get: function () { return chart_1.BarChartGroup; } }); Object.defineProperty(exports, "BarLineChart", { enumerable: true, get: function () { return chart_1.BarLineChart; } }); Object.defineProperty(exports, "ChartAbstract", { enumerable: true, get: function () { return chart_1.ChartAbstract; } }); Object.defineProperty(exports, "ChartData", { enumerable: true, get: function () { return chart_1.ChartData; } }); Object.defineProperty(exports, "ChartTypes", { enumerable: true, get: function () { return chart_1.ChartTypes; } }); Object.defineProperty(exports, "ItemLegend", { enumerable: true, get: function () { return chart_1.ItemLegend; } }); Object.defineProperty(exports, "LineChart", { enumerable: true, get: function () { return chart_1.LineChart; } }); Object.defineProperty(exports, "PieChart", { enumerable: true, get: function () { return chart_1.PieChart; } }); Object.defineProperty(exports, "StackedBarChart", { enumerable: true, get: function () { return chart_1.StackedBarChart; } }); Object.defineProperty(exports, "StackedVerticalBarChart", { enumerable: true, get: function () { return chart_1.StackedVerticalBarChart; } }); const file_1 = require("./message/file"); Object.defineProperty(exports, "File", { enumerable: true, get: function () { return file_1.File; } }); Object.defineProperty(exports, "FileTypes", { enumerable: true, get: function () { return file_1.FileTypes; } }); const form_1 = require("./message/form"); Object.defineProperty(exports, "CheckBox", { enumerable: true, get: function () { return form_1.CheckBox; } }); Object.defineProperty(exports, "CompleteForm", { enumerable: true, get: function () { return form_1.CompleteForm; } }); Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return form_1.Dropdown; } }); Object.defineProperty(exports, "Feedback", { enumerable: true, get: function () { return form_1.Feedback; } }); Object.defineProperty(exports, "FeedbackOptionsType", { enumerable: true, get: function () { return form_1.FeedbackOptionsType; } }); Object.defineProperty(exports, "FormAbstract", { enumerable: true, get: function () { return form_1.FormAbstract; } }); Object.defineProperty(exports, "FormBasicList", { enumerable: true, get: function () { return form_1.FormBasicList; } }); Object.defineProperty(exports, "FormTypes", { enumerable: true, get: function () { return form_1.FormTypes; } }); Object.defineProperty(exports, "InputPlaces", { enumerable: true, get: function () { return form_1.InputPlaces; } }); Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return form_1.RadioButton; } }); Object.defineProperty(exports, "RadioButtonGroup", { enumerable: true, get: function () { return form_1.RadioButtonGroup; } }); Object.defineProperty(exports, "SelectButton", { enumerable: true, get: function () { return form_1.SelectButton; } }); Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return form_1.Switch; } }); Object.defineProperty(exports, "TextInput", { enumerable: true, get: function () { return form_1.TextInput; } }); const list_1 = require("./message/list"); Object.defineProperty(exports, "List", { enumerable: true, get: function () { return list_1.List; } }); Object.defineProperty(exports, "ListTypes", { enumerable: true, get: function () { return list_1.ListTypes; } }); const modals_1 = require("./message/modals"); Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return modals_1.Modal; } }); Object.defineProperty(exports, "ModalCustom", { enumerable: true, get: function () { return modals_1.ModalCustom; } }); Object.defineProperty(exports, "ModalAdditionalInfo", { enumerable: true, get: function () { return modals_1.ModalAdditionalInfo; } }); Object.defineProperty(exports, "ModalCardListInfo", { enumerable: true, get: function () { return modals_1.ModalCardListInfo; } }); Object.defineProperty(exports, "ModalDetalheDesabastecimento", { enumerable: true, get: function () { return modals_1.ModalDetalheDesabastecimento; } }); Object.defineProperty(exports, "ModalDetalheInfo", { enumerable: true, get: function () { return modals_1.ModalDetalheInfo; } }); Object.defineProperty(exports, "ModalDetalheItensProdutivos", { enumerable: true, get: function () { return modals_1.ModalDetalheItensProdutivos; } }); Object.defineProperty(exports, "ModalSwipe", { enumerable: true, get: function () { return modals_1.ModalSwipe; } }); Object.defineProperty(exports, "ModalTypes", { enumerable: true, get: function () { return modals_1.ModalTypes; } }); const other_1 = require("./message/other"); Object.defineProperty(exports, "InfoData", { enumerable: true, get: function () { return other_1.InfoData; } }); Object.defineProperty(exports, "SuggestionSection", { enumerable: true, get: function () { return other_1.SuggestionSection; } }); const table_1 = require("./message/table"); Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return table_1.Table; } }); Object.defineProperty(exports, "TableTypes", { enumerable: true, get: function () { return table_1.TableTypes; } }); const tabs_1 = require("./message/tabs"); Object.defineProperty(exports, "Tabs", { enumerable: true, get: function () { return tabs_1.Tabs; } }); Object.defineProperty(exports, "TabsTypes", { enumerable: true, get: function () { return tabs_1.TabsTypes; } }); const text_1 = require("./message/text"); Object.defineProperty(exports, "CustomQuickReplies", { enumerable: true, get: function () { return text_1.CustomQuickReplies; } }); Object.defineProperty(exports, "HorizontalMenu", { enumerable: true, get: function () { return text_1.HorizontalMenu; } }); Object.defineProperty(exports, "Menu", { enumerable: true, get: function () { return text_1.Menu; } }); Object.defineProperty(exports, "PlainText", { enumerable: true, get: function () { return text_1.PlainText; } }); Object.defineProperty(exports, "PlainTextCustom", { enumerable: true, get: function () { return text_1.PlainTextCustom; } }); Object.defineProperty(exports, "PlainTextExpandable", { enumerable: true, get: function () { return text_1.PlainTextExpandable; } }); Object.defineProperty(exports, "SystemText", { enumerable: true, get: function () { return text_1.SystemText; } }); Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return text_1.Text; } }); Object.defineProperty(exports, "TextTypes", { enumerable: true, get: function () { return text_1.TextTypes; } }); Object.defineProperty(exports, "Title", { enumerable: true, get: function () { return text_1.Title; } }); // eslint-disable-next-line prettier/prettier const types_2 = require("./message/types"); Object.defineProperty(exports, "DataTypes", { enumerable: true, get: function () { return types_2.DataTypes; } }); Object.defineProperty(exports, "MessageTypes", { enumerable: true, get: function () { return types_2.MessageTypes; } }); //# sourceMappingURL=index.js.map