@valentine-efagene/qshelter-common 2.0.100 → 2.0.101

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.
@@ -12,6 +12,22 @@ const GLOBAL_MODELS = [
12
12
  "tenant",
13
13
  "user",
14
14
  "tenantMembership",
15
+ // Auth/session related (linked to user, not tenant)
16
+ "refreshToken",
17
+ "passwordReset",
18
+ "userSuspension",
19
+ "oAuthState",
20
+ // User preferences/devices (linked to user, not tenant)
21
+ "emailPreference",
22
+ "deviceEndpoint",
23
+ "social",
24
+ // Financial (linked to user/wallet, not tenant)
25
+ "wallet",
26
+ "transaction",
27
+ // System settings (global)
28
+ "settings",
29
+ // Event bus (cross-tenant infrastructure)
30
+ "domainEvent",
15
31
  ];
16
32
  /**
17
33
  * Models that have OPTIONAL tenant scoping (nullable tenantId).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valentine-efagene/qshelter-common",
3
- "version": "2.0.100",
3
+ "version": "2.0.101",
4
4
  "description": "Shared database schemas and utilities for QShelter services",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",