Files
multica/packages/core/onboarding/index.ts
Naiyuan Qing 7b3cad664b revert(self-host): remove source channel reporting (#4799)
* Revert "test(onboarding): cover official source reporting controls (#4782)"

This reverts commit fc88c7720f.

* Revert "fix(self-host): restore official source report endpoint (#4781)"

This reverts commit ad1afdd48d.

* Revert "feat(self-host): collect anonymous source channels mul-3878 (#4741)"

This reverts commit 26142d74aa.
2026-07-01 17:53:16 +08:00

24 lines
525 B
TypeScript

export type {
OnboardingStep,
OnboardingCompletionPath,
QuestionnaireAnswers,
Source,
Role,
UseCase,
} from "./types";
export {
saveQuestionnaire,
completeOnboarding,
joinCloudWaitlist,
} from "./store";
export { ONBOARDING_STEP_ORDER } from "./step-order";
export {
needsSourceBackfill,
SOURCE_BACKFILL_MAX_DISMISSALS,
} from "./needs-backfill";
export { recommendTemplate, type AgentTemplateId } from "./recommend-template";
export {
useWelcomeStore,
type WelcomeSignal,
} from "./welcome-store";