generated from coulomb/repo-seed
feat: implement onboarding journeys
This commit is contained in:
@@ -32,6 +32,12 @@ from user_engine.domain.models import (
|
||||
ManagementMode,
|
||||
Membership,
|
||||
Mutability,
|
||||
OnboardingJourney,
|
||||
OnboardingJourneyStatus,
|
||||
OnboardingStep,
|
||||
OnboardingStepStatus,
|
||||
OnboardingTask,
|
||||
OnboardingTriggerType,
|
||||
OutboxEvent,
|
||||
PrincipalType,
|
||||
PreparedAccount,
|
||||
@@ -45,9 +51,12 @@ from user_engine.domain.models import (
|
||||
RegistrationSession,
|
||||
RegistrationStatus,
|
||||
Sensitivity,
|
||||
SubsystemHandoff,
|
||||
TenantAccount,
|
||||
User,
|
||||
Visibility,
|
||||
WelcomeProtocol,
|
||||
WelcomeProtocolStep,
|
||||
new_id,
|
||||
utc_now,
|
||||
)
|
||||
@@ -84,6 +93,12 @@ __all__ = [
|
||||
"ManagementMode",
|
||||
"Membership",
|
||||
"Mutability",
|
||||
"OnboardingJourney",
|
||||
"OnboardingJourneyStatus",
|
||||
"OnboardingStep",
|
||||
"OnboardingStepStatus",
|
||||
"OnboardingTask",
|
||||
"OnboardingTriggerType",
|
||||
"OutboxEvent",
|
||||
"PrincipalType",
|
||||
"PreparedAccount",
|
||||
@@ -97,9 +112,12 @@ __all__ = [
|
||||
"RegistrationSession",
|
||||
"RegistrationStatus",
|
||||
"Sensitivity",
|
||||
"SubsystemHandoff",
|
||||
"TenantAccount",
|
||||
"User",
|
||||
"Visibility",
|
||||
"WelcomeProtocol",
|
||||
"WelcomeProtocolStep",
|
||||
"new_id",
|
||||
"utc_now",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user