Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Otis

Index

Type aliases

CommandContractChatOptions

CommandContractChatOptions: undefined | {}

CommandEventData

CommandEventData: BaseEventData & { name: "command" } & { action: "send-message"; options: CommandSendMessageOptions } | { action: "expand-chat"; options?: CommandExpandChatOptions } | { action: "contract-chat"; options?: CommandContractChatOptions }

CommandExpandChatOptions

CommandExpandChatOptions: undefined | {}

EventName

EventName: "init" | "message" | "expand" | "contract" | "quote" | "appointment" | "contact" | "command"

QuoteType

QuoteType: "mechanical" | "tire"

ServiceCategory

ServiceCategory: "brakes" | "electrical" | "engine" | "tires" | "maintenance " | "heating and air conditioning" | "steering and suspension" | "exhaust" | "transmission and drivetrain" | "diagnosis / describe problem"

Object literals

Const Otis

Otis: object

appointments

appointments: AppointmentCommands

contacts

contacts: ContactCommands

events

events: Events

messages

messages: MessageCommands

quotes

ui