feat: implement prepared account claims
This commit is contained in:
parent
a36a25898e
commit
97cd03b551
14 changed files with 1376 additions and 13 deletions
|
|
@ -29,6 +29,11 @@ from user_engine.domain.models import (
|
|||
Mutability,
|
||||
OutboxEvent,
|
||||
PrincipalType,
|
||||
PreparedAccount,
|
||||
PreparedAccountStatus,
|
||||
PreparedEntitlement,
|
||||
PreparedEntitlementKind,
|
||||
PreparedFactorRequirement,
|
||||
ProfileScope,
|
||||
ProfileValue,
|
||||
ProjectionType,
|
||||
|
|
@ -71,6 +76,11 @@ __all__ = [
|
|||
"Mutability",
|
||||
"OutboxEvent",
|
||||
"PrincipalType",
|
||||
"PreparedAccount",
|
||||
"PreparedAccountStatus",
|
||||
"PreparedEntitlement",
|
||||
"PreparedEntitlementKind",
|
||||
"PreparedFactorRequirement",
|
||||
"ProfileScope",
|
||||
"ProfileValue",
|
||||
"ProjectionType",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue