@lssm/example.wealth-snapshot 0.0.0-canary-20251212224228 → 0.0.0-canary-20251213172311
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/example.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +3 -1
package/dist/example.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={id:`wealth-snapshot`,title:`Wealth Snapshot`,summary:`Simple wealth overview with accounts, assets, liabilities, goals, and net-worth snapshots.`,tags:[`finance`,`net-worth`,`goals`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.wealth-snapshot`,goalDocId:`docs.examples.wealth-snapshot.goal`,usageDocId:`docs.examples.wealth-snapshot.usage`,constraintsDocId:`docs.examples.wealth-snapshot.constraints`},entrypoints:{packageName:`@lssm/example.wealth-snapshot`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
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{WealthSnapshotFeature as
|
|
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{WealthSnapshotFeature as o}from"./feature.js";import{AccountEntity as s,AccountTypeEnum as c,AssetCategoryEnum as l,AssetEntity as u,GoalEntity as d,GoalStatusEnum as f,LiabilityCategoryEnum as p,LiabilityEntity as m,NetWorthSnapshotEntity as h,wealthSnapshotEntities as g,wealthSnapshotSchemaContribution as _}from"./entities/index.js";import{AccountModel as v,AddAssetContract as y,AddLiabilityContract as b,AssetModel as x,CreateAccountContract as S,CreateGoalContract as C,GetNetWorthContract as w,GoalModel as T,LiabilityModel as E,NetWorthSnapshotModel as D,UpdateGoalContract as O}from"./contracts/index.js";import{WealthSnapshotPresentations as k}from"./presentations/index.js";import{registerWealthSnapshotHandlers as A}from"./handlers/index.js";import"./docs/index.js";import{identityRbacSchemaContribution as j}from"@lssm/lib.identity-rbac";import{auditTrailSchemaContribution as M}from"@lssm/module.audit-trail";import{notificationsSchemaContribution as N}from"@lssm/module.notifications";const P={modules:[j,M,N,_],provider:`postgresql`,outputPath:`./prisma/schema/generated.prisma`};export{s as AccountEntity,v as AccountModel,c as AccountTypeEnum,y as AddAssetContract,b as AddLiabilityContract,e as AssetAddedEvent,l as AssetCategoryEnum,u as AssetEntity,x as AssetModel,S as CreateAccountContract,C as CreateGoalContract,w as GetNetWorthContract,d as GoalEntity,T as GoalModel,f as GoalStatusEnum,t as GoalUpdatedEvent,n as LiabilityAddedEvent,p as LiabilityCategoryEnum,m as LiabilityEntity,E as LiabilityModel,r as NetWorthSnapshotCreatedEvent,h as NetWorthSnapshotEntity,D as NetWorthSnapshotModel,O as UpdateGoalContract,i as WealthSnapshotEvents,o as WealthSnapshotFeature,k as WealthSnapshotPresentations,a as example,A as registerWealthSnapshotHandlers,P as schemaComposition,g as wealthSnapshotEntities,_ as wealthSnapshotSchemaContribution};
|
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-20251213172311",
|
|
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",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"./docs/wealth-snapshot.docblock": "./src/docs/wealth-snapshot.docblock.ts",
|
|
38
38
|
"./entities": "./src/entities/index.ts",
|
|
39
39
|
"./events": "./src/events.ts",
|
|
40
|
+
"./example": "./src/example.ts",
|
|
40
41
|
"./feature": "./src/feature.ts",
|
|
41
42
|
"./handlers": "./src/handlers/index.ts",
|
|
42
43
|
"./presentations": "./src/presentations/index.ts",
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
"./docs/wealth-snapshot.docblock": "./dist/docs/wealth-snapshot.docblock.js",
|
|
57
58
|
"./entities": "./dist/entities/index.js",
|
|
58
59
|
"./events": "./dist/events.js",
|
|
60
|
+
"./example": "./dist/example.js",
|
|
59
61
|
"./feature": "./dist/feature.js",
|
|
60
62
|
"./handlers": "./dist/handlers/index.js",
|
|
61
63
|
"./presentations": "./dist/presentations/index.js",
|