@happyvertical/smrt-ledgers 0.40.40 → 0.40.42

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-07-31T03:25:07.546Z",
3
+ "generatedAt": "2026-07-31T12:37:29.731Z",
4
4
  "packageName": "@happyvertical/smrt-ledgers",
5
- "packageVersion": "0.40.40",
5
+ "packageVersion": "0.40.42",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "83617fd52107fdce25cd776228e8026ad8e1714a7d705c00ae4017d3f93ec97b",
10
- "packageJson": "e6760864c9be71a99c6df20ee1cae3c299ad791350f157f86fb9ba6c7b599603",
9
+ "manifest": "66d66de17fc8eb53e00b646d2023d3ab62cdb3ad05cd22aff4ec12b245ad0009",
10
+ "packageJson": "2ef2098e09cdf18a4edea7ab5cf37e2b6d766a9fb4e1297f00313aedb6cb40fa",
11
11
  "agents": "1627590d79f020c581a4b4da96ba06502d1c6411aaaed851d103bbb1be3c5fd2"
12
12
  },
13
13
  "exports": [
@@ -36,6 +36,96 @@
36
36
  "tags": [],
37
37
  "risks": [],
38
38
  "objects": [
39
+ {
40
+ "name": "AccountCollection",
41
+ "qualifiedName": "@happyvertical/smrt-ledgers:AccountCollection",
42
+ "collection": "accounts",
43
+ "tableName": "account_collections",
44
+ "packageName": "@happyvertical/smrt-ledgers",
45
+ "extends": "SmrtCollection",
46
+ "fields": [],
47
+ "relationships": [],
48
+ "methods": [
49
+ "findActive",
50
+ "findByNumber",
51
+ "findByTenant",
52
+ "findByType",
53
+ "findChildren",
54
+ "findGlobal",
55
+ "findTopLevel",
56
+ "findWithGlobals",
57
+ "getDescendants",
58
+ "getOrCreateByNumber",
59
+ "getTree",
60
+ "groupByType"
61
+ ],
62
+ "surfaces": [],
63
+ "relationshipFeatures": [
64
+ "uuidColumns"
65
+ ],
66
+ "tags": [],
67
+ "risks": []
68
+ },
69
+ {
70
+ "name": "JournalEntryCollection",
71
+ "qualifiedName": "@happyvertical/smrt-ledgers:JournalEntryCollection",
72
+ "collection": "journalentries",
73
+ "tableName": "journal_entry_collections",
74
+ "packageName": "@happyvertical/smrt-ledgers",
75
+ "extends": "SmrtCollection",
76
+ "fields": [],
77
+ "relationships": [],
78
+ "methods": [
79
+ "findByAccount",
80
+ "findByAccounts",
81
+ "findByJournal",
82
+ "findByTenant",
83
+ "findGlobal",
84
+ "findWithGlobals",
85
+ "getAccountBalance",
86
+ "getAccountLedger",
87
+ "getTotalsForDateRange",
88
+ "getTrialBalance"
89
+ ],
90
+ "surfaces": [],
91
+ "relationshipFeatures": [
92
+ "uuidColumns"
93
+ ],
94
+ "tags": [],
95
+ "risks": []
96
+ },
97
+ {
98
+ "name": "JournalCollection",
99
+ "qualifiedName": "@happyvertical/smrt-ledgers:JournalCollection",
100
+ "collection": "journals",
101
+ "tableName": "journal_collections",
102
+ "packageName": "@happyvertical/smrt-ledgers",
103
+ "extends": "SmrtCollection",
104
+ "fields": [],
105
+ "relationships": [],
106
+ "methods": [
107
+ "createWithEntries",
108
+ "findByDateRange",
109
+ "findByMonth",
110
+ "findByNumber",
111
+ "findBySource",
112
+ "findBySourceRef",
113
+ "findByStatus",
114
+ "findByTenant",
115
+ "findDrafts",
116
+ "findGlobal",
117
+ "findPosted",
118
+ "findWithGlobals",
119
+ "post",
120
+ "void"
121
+ ],
122
+ "surfaces": [],
123
+ "relationshipFeatures": [
124
+ "uuidColumns"
125
+ ],
126
+ "tags": [],
127
+ "risks": []
128
+ },
39
129
  {
40
130
  "name": "Account",
41
131
  "qualifiedName": "@happyvertical/smrt-ledgers:Account",
@@ -542,96 +632,6 @@
542
632
  ],
543
633
  "tags": [],
544
634
  "risks": []
545
- },
546
- {
547
- "name": "AccountCollection",
548
- "qualifiedName": "@happyvertical/smrt-ledgers:AccountCollection",
549
- "collection": "accounts",
550
- "tableName": "account_collections",
551
- "packageName": "@happyvertical/smrt-ledgers",
552
- "extends": "SmrtCollection",
553
- "fields": [],
554
- "relationships": [],
555
- "methods": [
556
- "findActive",
557
- "findByNumber",
558
- "findByTenant",
559
- "findByType",
560
- "findChildren",
561
- "findGlobal",
562
- "findTopLevel",
563
- "findWithGlobals",
564
- "getDescendants",
565
- "getOrCreateByNumber",
566
- "getTree",
567
- "groupByType"
568
- ],
569
- "surfaces": [],
570
- "relationshipFeatures": [
571
- "uuidColumns"
572
- ],
573
- "tags": [],
574
- "risks": []
575
- },
576
- {
577
- "name": "JournalEntryCollection",
578
- "qualifiedName": "@happyvertical/smrt-ledgers:JournalEntryCollection",
579
- "collection": "journalentries",
580
- "tableName": "journal_entry_collections",
581
- "packageName": "@happyvertical/smrt-ledgers",
582
- "extends": "SmrtCollection",
583
- "fields": [],
584
- "relationships": [],
585
- "methods": [
586
- "findByAccount",
587
- "findByAccounts",
588
- "findByJournal",
589
- "findByTenant",
590
- "findGlobal",
591
- "findWithGlobals",
592
- "getAccountBalance",
593
- "getAccountLedger",
594
- "getTotalsForDateRange",
595
- "getTrialBalance"
596
- ],
597
- "surfaces": [],
598
- "relationshipFeatures": [
599
- "uuidColumns"
600
- ],
601
- "tags": [],
602
- "risks": []
603
- },
604
- {
605
- "name": "JournalCollection",
606
- "qualifiedName": "@happyvertical/smrt-ledgers:JournalCollection",
607
- "collection": "journals",
608
- "tableName": "journal_collections",
609
- "packageName": "@happyvertical/smrt-ledgers",
610
- "extends": "SmrtCollection",
611
- "fields": [],
612
- "relationships": [],
613
- "methods": [
614
- "createWithEntries",
615
- "findByDateRange",
616
- "findByMonth",
617
- "findByNumber",
618
- "findBySource",
619
- "findBySourceRef",
620
- "findByStatus",
621
- "findByTenant",
622
- "findDrafts",
623
- "findGlobal",
624
- "findPosted",
625
- "findWithGlobals",
626
- "post",
627
- "void"
628
- ],
629
- "surfaces": [],
630
- "relationshipFeatures": [
631
- "uuidColumns"
632
- ],
633
- "tags": [],
634
- "risks": []
635
635
  }
636
636
  ],
637
637
  "surfaces": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-ledgers",
3
- "version": "0.40.40",
3
+ "version": "0.40.42",
4
4
  "description": "Double-entry accounting ledger for the SMRT framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,9 +38,9 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@happyvertical/smrt-core": "0.40.40",
42
- "@happyvertical/smrt-prompts": "0.40.40",
43
- "@happyvertical/smrt-tenancy": "0.40.40"
41
+ "@happyvertical/smrt-core": "0.40.42",
42
+ "@happyvertical/smrt-prompts": "0.40.42",
43
+ "@happyvertical/smrt-tenancy": "0.40.42"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "24.13.2",
@@ -48,7 +48,7 @@
48
48
  "typescript": "5.9.3",
49
49
  "vite": "8.1.4",
50
50
  "vitest": "4.1.10",
51
- "@happyvertical/smrt-vitest": "0.40.40"
51
+ "@happyvertical/smrt-vitest": "0.40.42"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "vite build --mode library",