@happyvertical/smrt-places 0.36.7 → 0.37.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782508395835,
3
+ "timestamp": 1782684006653,
4
4
  "packageName": "@happyvertical/smrt-places",
5
- "packageVersion": "0.36.7",
5
+ "packageVersion": "0.37.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-places:PlaceAssetCollection": {
8
8
  "name": "placeassetcollection",
@@ -868,7 +868,7 @@
868
868
  "parameters": [
869
869
  {
870
870
  "name": "data",
871
- "type": "any",
871
+ "type": "Record<string>",
872
872
  "optional": false
873
873
  }
874
874
  ],
@@ -880,7 +880,7 @@
880
880
  "name": "getFields",
881
881
  "async": true,
882
882
  "parameters": [],
883
- "returnType": "any",
883
+ "returnType": "Promise<any>",
884
884
  "isStatic": false,
885
885
  "isPublic": true
886
886
  },
@@ -989,7 +989,7 @@
989
989
  },
990
990
  {
991
991
  "name": "options",
992
- "type": "any",
992
+ "type": "AiOperationOptions",
993
993
  "optional": true
994
994
  }
995
995
  ],
@@ -1008,7 +1008,7 @@
1008
1008
  },
1009
1009
  {
1010
1010
  "name": "options",
1011
- "type": "any",
1011
+ "type": "AiOperationOptions",
1012
1012
  "optional": true
1013
1013
  }
1014
1014
  ],
@@ -1022,7 +1022,7 @@
1022
1022
  "parameters": [
1023
1023
  {
1024
1024
  "name": "options",
1025
- "type": "any",
1025
+ "type": "AiOperationOptions",
1026
1026
  "optional": true
1027
1027
  }
1028
1028
  ],
@@ -1052,6 +1052,25 @@
1052
1052
  "isStatic": false,
1053
1053
  "isPublic": true
1054
1054
  },
1055
+ "_setLoadedRelationship": {
1056
+ "name": "_setLoadedRelationship",
1057
+ "async": false,
1058
+ "parameters": [
1059
+ {
1060
+ "name": "fieldName",
1061
+ "type": "string",
1062
+ "optional": false
1063
+ },
1064
+ {
1065
+ "name": "value",
1066
+ "type": "any",
1067
+ "optional": false
1068
+ }
1069
+ ],
1070
+ "returnType": "void",
1071
+ "isStatic": false,
1072
+ "isPublic": true
1073
+ },
1055
1074
  "loadRelated": {
1056
1075
  "name": "loadRelated",
1057
1076
  "async": true,
@@ -1155,7 +1174,7 @@
1155
1174
  "optional": false
1156
1175
  }
1157
1176
  ],
1158
- "returnType": "Promise<any | null>",
1177
+ "returnType": "Promise",
1159
1178
  "isStatic": false,
1160
1179
  "isPublic": true
1161
1180
  },
@@ -1169,7 +1188,7 @@
1169
1188
  "optional": true
1170
1189
  }
1171
1190
  ],
1172
- "returnType": "Promise<Map<string, any>>",
1191
+ "returnType": "Promise<Map<string>>",
1173
1192
  "isStatic": false,
1174
1193
  "isPublic": true
1175
1194
  },
@@ -1872,7 +1891,7 @@
1872
1891
  "parameters": [
1873
1892
  {
1874
1893
  "name": "data",
1875
- "type": "any",
1894
+ "type": "Record<string>",
1876
1895
  "optional": false
1877
1896
  }
1878
1897
  ],
@@ -1884,7 +1903,7 @@
1884
1903
  "name": "getFields",
1885
1904
  "async": true,
1886
1905
  "parameters": [],
1887
- "returnType": "any",
1906
+ "returnType": "Promise<any>",
1888
1907
  "isStatic": false,
1889
1908
  "isPublic": true
1890
1909
  },
@@ -1993,7 +2012,7 @@
1993
2012
  },
1994
2013
  {
1995
2014
  "name": "options",
1996
- "type": "any",
2015
+ "type": "AiOperationOptions",
1997
2016
  "optional": true
1998
2017
  }
1999
2018
  ],
@@ -2012,7 +2031,7 @@
2012
2031
  },
2013
2032
  {
2014
2033
  "name": "options",
2015
- "type": "any",
2034
+ "type": "AiOperationOptions",
2016
2035
  "optional": true
2017
2036
  }
2018
2037
  ],
@@ -2026,7 +2045,7 @@
2026
2045
  "parameters": [
2027
2046
  {
2028
2047
  "name": "options",
2029
- "type": "any",
2048
+ "type": "AiOperationOptions",
2030
2049
  "optional": true
2031
2050
  }
2032
2051
  ],
@@ -2056,6 +2075,25 @@
2056
2075
  "isStatic": false,
2057
2076
  "isPublic": true
2058
2077
  },
2078
+ "_setLoadedRelationship": {
2079
+ "name": "_setLoadedRelationship",
2080
+ "async": false,
2081
+ "parameters": [
2082
+ {
2083
+ "name": "fieldName",
2084
+ "type": "string",
2085
+ "optional": false
2086
+ },
2087
+ {
2088
+ "name": "value",
2089
+ "type": "any",
2090
+ "optional": false
2091
+ }
2092
+ ],
2093
+ "returnType": "void",
2094
+ "isStatic": false,
2095
+ "isPublic": true
2096
+ },
2059
2097
  "loadRelated": {
2060
2098
  "name": "loadRelated",
2061
2099
  "async": true,
@@ -2159,7 +2197,7 @@
2159
2197
  "optional": false
2160
2198
  }
2161
2199
  ],
2162
- "returnType": "Promise<any | null>",
2200
+ "returnType": "Promise",
2163
2201
  "isStatic": false,
2164
2202
  "isPublic": true
2165
2203
  },
@@ -2173,7 +2211,7 @@
2173
2211
  "optional": true
2174
2212
  }
2175
2213
  ],
2176
- "returnType": "Promise<Map<string, any>>",
2214
+ "returnType": "Promise<Map<string>>",
2177
2215
  "isStatic": false,
2178
2216
  "isPublic": true
2179
2217
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-26T21:13:18.323Z",
3
+ "generatedAt": "2026-06-28T22:00:09.146Z",
4
4
  "packageName": "@happyvertical/smrt-places",
5
- "packageVersion": "0.36.7",
5
+ "packageVersion": "0.37.0",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "3409ba78ce7f6e1a6c14dfd7ff170f9a28a7f59ef86e2806604ddfe8dad1baa7",
10
- "packageJson": "2e379fb7451d577cc8e6b5b9b3e017b87a13735a2fb917be36ddfe6bc23de198",
9
+ "manifest": "feefeb2cd53d9814cbf2ec8125cfbcd68e87d6995b7eb88ff9370f93aca86ae1",
10
+ "packageJson": "2db698395c5ac494c3bc1e36958422929363163f05fc80b452ac146e0f03786c",
11
11
  "agents": "1f12a465f3ef103ac0ba27bcec1ec2b982fd0f5e8a63b9a42738f2c79ecebe49"
12
12
  },
13
13
  "exports": [
@@ -292,6 +292,7 @@
292
292
  }
293
293
  ],
294
294
  "methods": [
295
+ "_setLoadedRelationship",
295
296
  "addAsset",
296
297
  "classifyConstraintError",
297
298
  "clearEmbeddings",
@@ -565,6 +566,7 @@
565
566
  ],
566
567
  "relationships": [],
567
568
  "methods": [
569
+ "_setLoadedRelationship",
568
570
  "classifyConstraintError",
569
571
  "clearEmbeddings",
570
572
  "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-places",
3
- "version": "0.36.7",
3
+ "version": "0.37.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.10",
31
31
  "@happyvertical/sql": "^0.74.10",
32
32
  "@happyvertical/utils": "^0.74.10",
33
- "@happyvertical/smrt-assets": "0.36.7",
34
- "@happyvertical/smrt-core": "0.36.7",
35
- "@happyvertical/smrt-tenancy": "0.36.7"
33
+ "@happyvertical/smrt-assets": "0.37.0",
34
+ "@happyvertical/smrt-core": "0.37.0",
35
+ "@happyvertical/smrt-tenancy": "0.37.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.36.7"
43
+ "@happyvertical/smrt-vitest": "0.37.0"
44
44
  },
45
45
  "keywords": [
46
46
  "ai",