@happyvertical/smrt-users 0.36.8 → 0.37.1

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": 1782522909804,
3
+ "timestamp": 1782792550042,
4
4
  "packageName": "@happyvertical/smrt-users",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-users:UsersCliAuthRequestCollection": {
8
8
  "name": "userscliauthrequestcollection",
@@ -4334,7 +4334,7 @@
4334
4334
  "parameters": [
4335
4335
  {
4336
4336
  "name": "data",
4337
- "type": "any",
4337
+ "type": "Record<string>",
4338
4338
  "optional": false
4339
4339
  }
4340
4340
  ],
@@ -4346,7 +4346,7 @@
4346
4346
  "name": "getFields",
4347
4347
  "async": true,
4348
4348
  "parameters": [],
4349
- "returnType": "any",
4349
+ "returnType": "Promise<any>",
4350
4350
  "isStatic": false,
4351
4351
  "isPublic": true
4352
4352
  },
@@ -4455,7 +4455,7 @@
4455
4455
  },
4456
4456
  {
4457
4457
  "name": "options",
4458
- "type": "any",
4458
+ "type": "AiOperationOptions",
4459
4459
  "optional": true
4460
4460
  }
4461
4461
  ],
@@ -4474,7 +4474,7 @@
4474
4474
  },
4475
4475
  {
4476
4476
  "name": "options",
4477
- "type": "any",
4477
+ "type": "AiOperationOptions",
4478
4478
  "optional": true
4479
4479
  }
4480
4480
  ],
@@ -4488,7 +4488,7 @@
4488
4488
  "parameters": [
4489
4489
  {
4490
4490
  "name": "options",
4491
- "type": "any",
4491
+ "type": "AiOperationOptions",
4492
4492
  "optional": true
4493
4493
  }
4494
4494
  ],
@@ -4518,6 +4518,25 @@
4518
4518
  "isStatic": false,
4519
4519
  "isPublic": true
4520
4520
  },
4521
+ "_setLoadedRelationship": {
4522
+ "name": "_setLoadedRelationship",
4523
+ "async": false,
4524
+ "parameters": [
4525
+ {
4526
+ "name": "fieldName",
4527
+ "type": "string",
4528
+ "optional": false
4529
+ },
4530
+ {
4531
+ "name": "value",
4532
+ "type": "any",
4533
+ "optional": false
4534
+ }
4535
+ ],
4536
+ "returnType": "void",
4537
+ "isStatic": false,
4538
+ "isPublic": true
4539
+ },
4521
4540
  "loadRelated": {
4522
4541
  "name": "loadRelated",
4523
4542
  "async": true,
@@ -4621,7 +4640,7 @@
4621
4640
  "optional": false
4622
4641
  }
4623
4642
  ],
4624
- "returnType": "Promise<any | null>",
4643
+ "returnType": "Promise",
4625
4644
  "isStatic": false,
4626
4645
  "isPublic": true
4627
4646
  },
@@ -4635,7 +4654,7 @@
4635
4654
  "optional": true
4636
4655
  }
4637
4656
  ],
4638
- "returnType": "Promise<Map<string, any>>",
4657
+ "returnType": "Promise<Map<string>>",
4639
4658
  "isStatic": false,
4640
4659
  "isPublic": true
4641
4660
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:10.888Z",
3
+ "generatedAt": "2026-06-30T04:09:12.864Z",
4
4
  "packageName": "@happyvertical/smrt-users",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "64fa82f612991eeb8d2c57bc769bec4a9314aa9ab7d51b633448e14210c2f534",
10
- "packageJson": "9df0aee2c4ef9db86ba4f385c4981df1edc791fad9d232346e1bba863af72260",
9
+ "manifest": "b0ced21be693bf01f11fb206f171ebb40444d75aa98c4cd39eacefcd6c79e0c4",
10
+ "packageJson": "cc8759f2964ac8f51688704e6adf66c51e876581b27b0ea4516c2115d816d1c2",
11
11
  "agents": "2684404a1735fd4993d4383f2dfed5f9c0f4de68f0cbfcd996f7e94eb50ac9c8"
12
12
  },
13
13
  "exports": [
@@ -36,7 +36,7 @@
36
36
  "svelte": "^5.46.4",
37
37
  "svelte-check": "^4.3.5",
38
38
  "typescript": "^5.9.3",
39
- "vite": "^7.3.1",
39
+ "vite": "^7.3.6",
40
40
  "vitest": "^4.0.17"
41
41
  },
42
42
  "smrtDependencies": [
@@ -1666,6 +1666,7 @@
1666
1666
  }
1667
1667
  ],
1668
1668
  "methods": [
1669
+ "_setLoadedRelationship",
1669
1670
  "acceptsInheritance",
1670
1671
  "canCascadeToChildren",
1671
1672
  "classifyConstraintError",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-users",
3
- "version": "0.36.8",
3
+ "version": "0.37.1",
4
4
  "description": "Multi-tenant user management for the SMRT framework - users, tenants, roles, permissions, groups",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -43,12 +43,12 @@
43
43
  "dependencies": {
44
44
  "@happyvertical/logger": "^0.74.10",
45
45
  "jose": "^6.1.3",
46
- "@happyvertical/smrt-config": "0.36.8",
47
- "@happyvertical/smrt-profiles": "0.36.8",
48
- "@happyvertical/smrt-core": "0.36.8",
49
- "@happyvertical/smrt-tenancy": "0.36.8",
50
- "@happyvertical/smrt-types": "0.36.8",
51
- "@happyvertical/smrt-ui": "0.36.8"
46
+ "@happyvertical/smrt-config": "0.37.1",
47
+ "@happyvertical/smrt-profiles": "0.37.1",
48
+ "@happyvertical/smrt-tenancy": "0.37.1",
49
+ "@happyvertical/smrt-core": "0.37.1",
50
+ "@happyvertical/smrt-ui": "0.37.1",
51
+ "@happyvertical/smrt-types": "0.37.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@happyvertical/sql": "^0.74.10",
@@ -59,9 +59,9 @@
59
59
  "svelte": "^5.46.4",
60
60
  "svelte-check": "^4.3.5",
61
61
  "typescript": "^5.9.3",
62
- "vite": "^7.3.1",
62
+ "vite": "^7.3.6",
63
63
  "vitest": "^4.0.17",
64
- "@happyvertical/smrt-vitest": "0.36.8"
64
+ "@happyvertical/smrt-vitest": "0.37.1"
65
65
  },
66
66
  "keywords": [
67
67
  "smrt",