@happyvertical/smrt-properties 0.36.8 → 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": 1782522935637,
3
+ "timestamp": 1782683572722,
4
4
  "packageName": "@happyvertical/smrt-properties",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-properties:PropertyCollection": {
8
8
  "name": "propertycollection",
@@ -662,7 +662,7 @@
662
662
  "parameters": [
663
663
  {
664
664
  "name": "data",
665
- "type": "any",
665
+ "type": "Record<string>",
666
666
  "optional": false
667
667
  }
668
668
  ],
@@ -674,7 +674,7 @@
674
674
  "name": "getFields",
675
675
  "async": true,
676
676
  "parameters": [],
677
- "returnType": "any",
677
+ "returnType": "Promise<any>",
678
678
  "isStatic": false,
679
679
  "isPublic": true
680
680
  },
@@ -783,7 +783,7 @@
783
783
  },
784
784
  {
785
785
  "name": "options",
786
- "type": "any",
786
+ "type": "AiOperationOptions",
787
787
  "optional": true
788
788
  }
789
789
  ],
@@ -802,7 +802,7 @@
802
802
  },
803
803
  {
804
804
  "name": "options",
805
- "type": "any",
805
+ "type": "AiOperationOptions",
806
806
  "optional": true
807
807
  }
808
808
  ],
@@ -816,7 +816,7 @@
816
816
  "parameters": [
817
817
  {
818
818
  "name": "options",
819
- "type": "any",
819
+ "type": "AiOperationOptions",
820
820
  "optional": true
821
821
  }
822
822
  ],
@@ -846,6 +846,25 @@
846
846
  "isStatic": false,
847
847
  "isPublic": true
848
848
  },
849
+ "_setLoadedRelationship": {
850
+ "name": "_setLoadedRelationship",
851
+ "async": false,
852
+ "parameters": [
853
+ {
854
+ "name": "fieldName",
855
+ "type": "string",
856
+ "optional": false
857
+ },
858
+ {
859
+ "name": "value",
860
+ "type": "any",
861
+ "optional": false
862
+ }
863
+ ],
864
+ "returnType": "void",
865
+ "isStatic": false,
866
+ "isPublic": true
867
+ },
849
868
  "loadRelated": {
850
869
  "name": "loadRelated",
851
870
  "async": true,
@@ -949,7 +968,7 @@
949
968
  "optional": false
950
969
  }
951
970
  ],
952
- "returnType": "Promise<any | null>",
971
+ "returnType": "Promise",
953
972
  "isStatic": false,
954
973
  "isPublic": true
955
974
  },
@@ -963,7 +982,7 @@
963
982
  "optional": true
964
983
  }
965
984
  ],
966
- "returnType": "Promise<Map<string, any>>",
985
+ "returnType": "Promise<Map<string>>",
967
986
  "isStatic": false,
968
987
  "isPublic": true
969
988
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:38.265Z",
3
+ "generatedAt": "2026-06-28T21:52:56.178Z",
4
4
  "packageName": "@happyvertical/smrt-properties",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "bba70e294317a609ede49b6ec5c8766043ed99af79438870a415cf919241c5de",
10
- "packageJson": "e6e655246ad587b1a340f503fb31ca000e5a515bcf00bb86a1f57114a188245b",
9
+ "manifest": "63476445dce0226db8282260621e5e4af442fe88341b10f69470b73d5361d242",
10
+ "packageJson": "f18f07c9633f66ba05d7775bf1ca752ec2cc81b41a35e50a6b542267895da2b8",
11
11
  "agents": "a0f6fb35fa6c32a8c94158511c5f1722e1a96c2fcc01e790ec4b424d02845743"
12
12
  },
13
13
  "exports": [
@@ -197,6 +197,7 @@
197
197
  }
198
198
  ],
199
199
  "methods": [
200
+ "_setLoadedRelationship",
200
201
  "classifyConstraintError",
201
202
  "clearEmbeddings",
202
203
  "createZone",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-properties",
3
- "version": "0.36.8",
3
+ "version": "0.37.0",
4
4
  "description": "Digital property and zone management models for SMRT framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,9 +19,9 @@
19
19
  "./manifest.json": "./dist/manifest.json"
20
20
  },
21
21
  "dependencies": {
22
- "@happyvertical/smrt-core": "0.36.8",
23
- "@happyvertical/smrt-prompts": "0.36.8",
24
- "@happyvertical/smrt-tenancy": "0.36.8"
22
+ "@happyvertical/smrt-core": "0.37.0",
23
+ "@happyvertical/smrt-prompts": "0.37.0",
24
+ "@happyvertical/smrt-tenancy": "0.37.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@happyvertical/sql": "^0.74.10",
@@ -30,8 +30,8 @@
30
30
  "typescript": "^5.9.3",
31
31
  "vite": "^7.3.1",
32
32
  "vitest": "^4.0.17",
33
- "@happyvertical/smrt-cli": "0.36.8",
34
- "@happyvertical/smrt-vitest": "0.36.8"
33
+ "@happyvertical/smrt-cli": "0.37.0",
34
+ "@happyvertical/smrt-vitest": "0.37.0"
35
35
  },
36
36
  "keywords": [
37
37
  "ai",