cat-documents-ng 1.0.46 → 1.0.48

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.
@@ -32,6 +32,11 @@ export declare class SessionService {
32
32
  * @returns {any | null} The user's permissions, or null if not found.
33
33
  */
34
34
  getUserPermissions(): any | null;
35
+ /**
36
+ * Retrieves the user's traits from the stored session data (preferred).
37
+ * @returns {string[] | null} Trait strings, or null if not found.
38
+ */
39
+ getUserTraits(): string[] | null;
35
40
  /**
36
41
  * Retrieves the session ID from the stored session data.
37
42
  * @returns {any | null} The session ID, or null if not found.