Type aliases
ElementChangedAction
ElementChangedAction: "create" | "update" | "delete"
EventDirection
EventDirection: "incoming" | "outgoing"
FlowNodeType
FlowNodeType: "standard" | "skill-call" | "listen" | "say_something" | "success" | "failure" | "trigger" | "execute" | "router" | "action"
FormDataField
FormDataField: any
FormFieldType
FormFieldType: "checkbox" | "group" | "number" | "overridable" | "select" | "multi-select" | "text" | "text_array" | "textarea" | "upload" | "url" | "hidden" | "tag-input" | "variable"
GetOrCreateResult
GetOrCreateResult: Promise<object>
RolloutStrategy
RolloutStrategy: "anonymous" | "anonymous-invite" | "authenticated" | "authenticated-invite" | "authorized"
RouterCondition
RouterCondition: boolean | function
SkillFlow
Skill
Flow: Partial<Flow> & Pick<Required<Flow>, "nodes">
StageAction
StageAction: "promote_copy" | "promote_move"
WorkspaceUserWithAttributes