@lssm/example.wealth-snapshot 0.0.0-canary-20251216033905 → 0.0.0-canary-20251216062412
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AssetAddedEvent as e,GoalUpdatedEvent as t,LiabilityAddedEvent as n,NetWorthSnapshotCreatedEvent as r,WealthSnapshotEvents as i}from"./events.js";import a from"./example.js";import{AccountEntity as o,AccountTypeEnum as s,AssetCategoryEnum as c,AssetEntity as l,GoalEntity as u,GoalStatusEnum as d,LiabilityCategoryEnum as f,LiabilityEntity as p,NetWorthSnapshotEntity as m,wealthSnapshotEntities as h,wealthSnapshotSchemaContribution as g}from"./entities/index.js";import{AccountModel as _,AddAssetContract as v,AddLiabilityContract as y,AssetModel as b,CreateAccountContract as x,CreateGoalContract as S,GetNetWorthContract as C,GoalModel as w,LiabilityModel as T,NetWorthSnapshotModel as E,UpdateGoalContract as D}from"./contracts/index.js";import{
|
|
1
|
+
import{AssetAddedEvent as e,GoalUpdatedEvent as t,LiabilityAddedEvent as n,NetWorthSnapshotCreatedEvent as r,WealthSnapshotEvents as i}from"./events.js";import a from"./example.js";import{AccountEntity as o,AccountTypeEnum as s,AssetCategoryEnum as c,AssetEntity as l,GoalEntity as u,GoalStatusEnum as d,LiabilityCategoryEnum as f,LiabilityEntity as p,NetWorthSnapshotEntity as m,wealthSnapshotEntities as h,wealthSnapshotSchemaContribution as g}from"./entities/index.js";import{AccountModel as _,AddAssetContract as v,AddLiabilityContract as y,AssetModel as b,CreateAccountContract as x,CreateGoalContract as S,GetNetWorthContract as C,GoalModel as w,LiabilityModel as T,NetWorthSnapshotModel as E,UpdateGoalContract as D}from"./contracts/index.js";import{AccountsListPresentation as O,AssetsListPresentation as k,GoalsListPresentation as A,LiabilitiesListPresentation as j,WealthDashboardPresentation as M}from"./presentations.js";import{WealthSnapshotFeature as N}from"./wealth-snapshot.feature.js";import{registerWealthSnapshotHandlers as P}from"./handlers/index.js";import"./docs/index.js";import{identityRbacSchemaContribution as F}from"@lssm/lib.identity-rbac";import{auditTrailSchemaContribution as I}from"@lssm/module.audit-trail";import{notificationsSchemaContribution as L}from"@lssm/module.notifications";const R={modules:[F,I,L,g],provider:`postgresql`,outputPath:`./prisma/schema/generated.prisma`};export{o as AccountEntity,_ as AccountModel,s as AccountTypeEnum,O as AccountsListPresentation,v as AddAssetContract,y as AddLiabilityContract,e as AssetAddedEvent,c as AssetCategoryEnum,l as AssetEntity,b as AssetModel,k as AssetsListPresentation,x as CreateAccountContract,S as CreateGoalContract,C as GetNetWorthContract,u as GoalEntity,w as GoalModel,d as GoalStatusEnum,t as GoalUpdatedEvent,A as GoalsListPresentation,j as LiabilitiesListPresentation,n as LiabilityAddedEvent,f as LiabilityCategoryEnum,p as LiabilityEntity,T as LiabilityModel,r as NetWorthSnapshotCreatedEvent,m as NetWorthSnapshotEntity,E as NetWorthSnapshotModel,D as UpdateGoalContract,M as WealthDashboardPresentation,i as WealthSnapshotEvents,N as WealthSnapshotFeature,a as example,P as registerWealthSnapshotHandlers,R as schemaComposition,h as wealthSnapshotEntities,g as wealthSnapshotSchemaContribution};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={meta:{name:`wealth-snapshot.dashboard`,version:1,description:`Wealth snapshot dashboard with net worth overview`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`wealth`,`dashboard`]},source:{type:`component`,framework:`react`,componentKey:`WealthDashboard`},targets:[`react`,`markdown`],policy:{flags:[`wealth.dashboard.enabled`]}},t={meta:{name:`wealth-snapshot.accounts.list`,version:1,description:`List of financial accounts`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`accounts`,`list`]},source:{type:`component`,framework:`react`,componentKey:`AccountsList`},targets:[`react`,`markdown`],policy:{flags:[`wealth.accounts.enabled`]}},n={meta:{name:`wealth-snapshot.assets.list`,version:1,description:`List of assets with valuations`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`assets`,`list`]},source:{type:`component`,framework:`react`,componentKey:`AssetsList`},targets:[`react`,`markdown`],policy:{flags:[`wealth.assets.enabled`]}},r={meta:{name:`wealth-snapshot.liabilities.list`,version:1,description:`List of liabilities and debts`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`liabilities`,`list`]},source:{type:`component`,framework:`react`,componentKey:`LiabilitiesList`},targets:[`react`,`markdown`],policy:{flags:[`wealth.liabilities.enabled`]}},i={meta:{name:`wealth-snapshot.goals.list`,version:1,description:`List of financial goals with progress`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`goals`,`list`]},source:{type:`component`,framework:`react`,componentKey:`GoalsList`},targets:[`react`,`markdown`],policy:{flags:[`wealth.goals.enabled`]}};export{t as AccountsListPresentation,n as AssetsListPresentation,i as GoalsListPresentation,r as LiabilitiesListPresentation,e as WealthDashboardPresentation};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={meta:{key:`wealth-snapshot`,title:`Wealth Snapshot`,description:`Mini-app for accounts, assets, liabilities, goals, and net worth.`,domain:`finance`,owners:[
|
|
1
|
+
const e={meta:{key:`wealth-snapshot`,title:`Wealth Snapshot`,description:`Mini-app for accounts, assets, liabilities, goals, and net worth.`,domain:`finance`,owners:[`@wealth-snapshot`],tags:[`finance`,`net-worth`,`goals`],stability:`experimental`},operations:[{name:`wealth.account.create`,version:1},{name:`wealth.asset.add`,version:1},{name:`wealth.liability.add`,version:1},{name:`wealth.goal.create`,version:1},{name:`wealth.goal.update`,version:1},{name:`wealth.networth.get`,version:1}],events:[{name:`wealth.asset.added`,version:1},{name:`wealth.liability.added`,version:1},{name:`wealth.goal.updated`,version:1},{name:`wealth.networth.snapshot_created`,version:1}],presentations:[{name:`wealth-snapshot.dashboard`,version:1},{name:`wealth-snapshot.accounts.list`,version:1},{name:`wealth-snapshot.assets.list`,version:1},{name:`wealth-snapshot.liabilities.list`,version:1},{name:`wealth-snapshot.goals.list`,version:1}],presentationsTargets:[{name:`wealth-snapshot.dashboard`,version:1,targets:[`react`,`markdown`]},{name:`wealth-snapshot.assets.list`,version:1,targets:[`react`,`markdown`]},{name:`wealth-snapshot.liabilities.list`,version:1,targets:[`react`,`markdown`]},{name:`wealth-snapshot.goals.list`,version:1,targets:[`react`,`markdown`]}],capabilities:{requires:[{key:`identity`,version:1},{key:`audit-trail`,version:1},{key:`notifications`,version:1}],provides:[{key:`accounts`,version:1},{key:`net-worth`,version:1},{key:`goals`,version:1}]}};export{e as WealthSnapshotFeature};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.wealth-snapshot",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251216062412",
|
|
4
4
|
"description": "Wealth Snapshot mini-app for accounts, assets, liabilities, and goals",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"./events": "./src/events.ts",
|
|
40
40
|
"./example": "./src/example.ts",
|
|
41
41
|
"./handlers": "./src/handlers/index.ts",
|
|
42
|
-
"./presentations": "./src/presentations
|
|
42
|
+
"./presentations": "./src/presentations.ts",
|
|
43
43
|
"./wealth-snapshot.feature": "./src/wealth-snapshot.feature.ts",
|
|
44
44
|
"./*": "./*"
|
|
45
45
|
},
|