mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-14 23:07:29 +00:00
Add communication account plugin scaffolds
This commit is contained in:
parent
5cfeea6b57
commit
c23ce42948
48 changed files with 1949 additions and 13 deletions
13
packages/account-core/src/index.ts
Normal file
13
packages/account-core/src/index.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
export * from "./types.js";
|
||||
export {
|
||||
ACCOUNT_PERMISSIONS,
|
||||
EMAIL_PERMISSIONS,
|
||||
POLICY_GATED_PERMISSIONS,
|
||||
SOCIAL_PERMISSIONS,
|
||||
SHARED_ACCOUNT_PERMISSIONS,
|
||||
accountPermissionList,
|
||||
isPolicyGatedPermission
|
||||
} from "./permissions.js";
|
||||
export { createProviderRegistry } from "./provider-registry.js";
|
||||
export { createAccountAuditEvent, redactedPreview } from "./audit.js";
|
||||
export { evaluateAccountPolicy, riskBandForScore, scoreAccountActionRisk } from "./policy.js";
|
||||
Loading…
Add table
Add a link
Reference in a new issue