@happyvertical/smrt-places 0.35.4 → 0.36.0
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/manifest.json +1261 -1261
- package/dist/smrt-knowledge.json +84 -84
- package/package.json +5 -5
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-25T06:38:13.973Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-places",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.36.0",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "a777012798c5622fcd08e6d637a905cfa131fa8d57474b005a6701c1705833f1",
|
|
10
|
+
"packageJson": "6f83a80074a2e1520dc9e41c710605dac8be2da36be6231964b3f3ea1f04ef38",
|
|
11
11
|
"agents": "1f12a465f3ef103ac0ba27bcec1ec2b982fd0f5e8a63b9a42738f2c79ecebe49"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -52,6 +52,86 @@
|
|
|
52
52
|
"tags": [],
|
|
53
53
|
"risks": [],
|
|
54
54
|
"objects": [
|
|
55
|
+
{
|
|
56
|
+
"name": "PlaceAssetCollection",
|
|
57
|
+
"qualifiedName": "@happyvertical/smrt-places:PlaceAssetCollection",
|
|
58
|
+
"collection": "placeassets",
|
|
59
|
+
"tableName": "place_assets",
|
|
60
|
+
"packageName": "@happyvertical/smrt-places",
|
|
61
|
+
"extends": "SmrtJunction",
|
|
62
|
+
"fields": [],
|
|
63
|
+
"relationships": [],
|
|
64
|
+
"methods": [
|
|
65
|
+
"addAsset",
|
|
66
|
+
"attach",
|
|
67
|
+
"byLeft",
|
|
68
|
+
"byRight",
|
|
69
|
+
"detach",
|
|
70
|
+
"getAssets",
|
|
71
|
+
"removeAsset",
|
|
72
|
+
"setLinks"
|
|
73
|
+
],
|
|
74
|
+
"surfaces": [],
|
|
75
|
+
"relationshipFeatures": [
|
|
76
|
+
"SmrtJunction",
|
|
77
|
+
"uuidColumns"
|
|
78
|
+
],
|
|
79
|
+
"tags": [],
|
|
80
|
+
"risks": []
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "PlaceCollection",
|
|
84
|
+
"qualifiedName": "@happyvertical/smrt-places:PlaceCollection",
|
|
85
|
+
"collection": "places",
|
|
86
|
+
"tableName": "place_collections",
|
|
87
|
+
"packageName": "@happyvertical/smrt-places",
|
|
88
|
+
"extends": "SmrtCollection",
|
|
89
|
+
"fields": [],
|
|
90
|
+
"relationships": [],
|
|
91
|
+
"methods": [
|
|
92
|
+
"addAsset",
|
|
93
|
+
"discoverNearby",
|
|
94
|
+
"findByTenant",
|
|
95
|
+
"findGlobal",
|
|
96
|
+
"findWithGlobals",
|
|
97
|
+
"getAssets",
|
|
98
|
+
"getByType",
|
|
99
|
+
"getChildren",
|
|
100
|
+
"getHierarchy",
|
|
101
|
+
"getRootPlaces",
|
|
102
|
+
"lookupOrCreate",
|
|
103
|
+
"removeAsset",
|
|
104
|
+
"resolveTrackPlaces",
|
|
105
|
+
"searchByProximity"
|
|
106
|
+
],
|
|
107
|
+
"surfaces": [],
|
|
108
|
+
"relationshipFeatures": [
|
|
109
|
+
"uuidColumns"
|
|
110
|
+
],
|
|
111
|
+
"tags": [],
|
|
112
|
+
"risks": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "PlaceTypeCollection",
|
|
116
|
+
"qualifiedName": "@happyvertical/smrt-places:PlaceTypeCollection",
|
|
117
|
+
"collection": "placetypes",
|
|
118
|
+
"tableName": "place_type_collections",
|
|
119
|
+
"packageName": "@happyvertical/smrt-places",
|
|
120
|
+
"extends": "SmrtCollection",
|
|
121
|
+
"fields": [],
|
|
122
|
+
"relationships": [],
|
|
123
|
+
"methods": [
|
|
124
|
+
"getBySlug",
|
|
125
|
+
"getOrCreate",
|
|
126
|
+
"initializeDefaults"
|
|
127
|
+
],
|
|
128
|
+
"surfaces": [],
|
|
129
|
+
"relationshipFeatures": [
|
|
130
|
+
"uuidColumns"
|
|
131
|
+
],
|
|
132
|
+
"tags": [],
|
|
133
|
+
"risks": []
|
|
134
|
+
},
|
|
55
135
|
{
|
|
56
136
|
"name": "Place",
|
|
57
137
|
"qualifiedName": "@happyvertical/smrt-places:Place",
|
|
@@ -621,86 +701,6 @@
|
|
|
621
701
|
],
|
|
622
702
|
"tags": [],
|
|
623
703
|
"risks": []
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"name": "PlaceAssetCollection",
|
|
627
|
-
"qualifiedName": "@happyvertical/smrt-places:PlaceAssetCollection",
|
|
628
|
-
"collection": "placeassets",
|
|
629
|
-
"tableName": "place_assets",
|
|
630
|
-
"packageName": "@happyvertical/smrt-places",
|
|
631
|
-
"extends": "SmrtJunction",
|
|
632
|
-
"fields": [],
|
|
633
|
-
"relationships": [],
|
|
634
|
-
"methods": [
|
|
635
|
-
"addAsset",
|
|
636
|
-
"attach",
|
|
637
|
-
"byLeft",
|
|
638
|
-
"byRight",
|
|
639
|
-
"detach",
|
|
640
|
-
"getAssets",
|
|
641
|
-
"removeAsset",
|
|
642
|
-
"setLinks"
|
|
643
|
-
],
|
|
644
|
-
"surfaces": [],
|
|
645
|
-
"relationshipFeatures": [
|
|
646
|
-
"SmrtJunction",
|
|
647
|
-
"uuidColumns"
|
|
648
|
-
],
|
|
649
|
-
"tags": [],
|
|
650
|
-
"risks": []
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "PlaceCollection",
|
|
654
|
-
"qualifiedName": "@happyvertical/smrt-places:PlaceCollection",
|
|
655
|
-
"collection": "places",
|
|
656
|
-
"tableName": "place_collections",
|
|
657
|
-
"packageName": "@happyvertical/smrt-places",
|
|
658
|
-
"extends": "SmrtCollection",
|
|
659
|
-
"fields": [],
|
|
660
|
-
"relationships": [],
|
|
661
|
-
"methods": [
|
|
662
|
-
"addAsset",
|
|
663
|
-
"discoverNearby",
|
|
664
|
-
"findByTenant",
|
|
665
|
-
"findGlobal",
|
|
666
|
-
"findWithGlobals",
|
|
667
|
-
"getAssets",
|
|
668
|
-
"getByType",
|
|
669
|
-
"getChildren",
|
|
670
|
-
"getHierarchy",
|
|
671
|
-
"getRootPlaces",
|
|
672
|
-
"lookupOrCreate",
|
|
673
|
-
"removeAsset",
|
|
674
|
-
"resolveTrackPlaces",
|
|
675
|
-
"searchByProximity"
|
|
676
|
-
],
|
|
677
|
-
"surfaces": [],
|
|
678
|
-
"relationshipFeatures": [
|
|
679
|
-
"uuidColumns"
|
|
680
|
-
],
|
|
681
|
-
"tags": [],
|
|
682
|
-
"risks": []
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "PlaceTypeCollection",
|
|
686
|
-
"qualifiedName": "@happyvertical/smrt-places:PlaceTypeCollection",
|
|
687
|
-
"collection": "placetypes",
|
|
688
|
-
"tableName": "place_type_collections",
|
|
689
|
-
"packageName": "@happyvertical/smrt-places",
|
|
690
|
-
"extends": "SmrtCollection",
|
|
691
|
-
"fields": [],
|
|
692
|
-
"relationships": [],
|
|
693
|
-
"methods": [
|
|
694
|
-
"getBySlug",
|
|
695
|
-
"getOrCreate",
|
|
696
|
-
"initializeDefaults"
|
|
697
|
-
],
|
|
698
|
-
"surfaces": [],
|
|
699
|
-
"relationshipFeatures": [
|
|
700
|
-
"uuidColumns"
|
|
701
|
-
],
|
|
702
|
-
"tags": [],
|
|
703
|
-
"risks": []
|
|
704
704
|
}
|
|
705
705
|
],
|
|
706
706
|
"surfaces": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-places",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"description": "Hierarchical place management with geo integration and SMRT framework support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@happyvertical/logger": "^0.74.7",
|
|
31
31
|
"@happyvertical/sql": "^0.74.7",
|
|
32
32
|
"@happyvertical/utils": "^0.74.7",
|
|
33
|
-
"@happyvertical/smrt-
|
|
34
|
-
"@happyvertical/smrt-
|
|
35
|
-
"@happyvertical/smrt-tenancy": "0.
|
|
33
|
+
"@happyvertical/smrt-assets": "0.36.0",
|
|
34
|
+
"@happyvertical/smrt-core": "0.36.0",
|
|
35
|
+
"@happyvertical/smrt-tenancy": "0.36.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "25.0.9",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typescript": "^5.9.3",
|
|
41
41
|
"vite": "^7.3.1",
|
|
42
42
|
"vitest": "^4.0.17",
|
|
43
|
-
"@happyvertical/smrt-vitest": "0.
|
|
43
|
+
"@happyvertical/smrt-vitest": "0.36.0"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"ai",
|