@tmlmobilidade/interfaces 20250827.1858.35 → 20250827.2130.35

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.
@@ -47,7 +47,7 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
47
47
  verification_token_ids: string[];
48
48
  avatar?: string | null | undefined | undefined;
49
49
  bio?: string | null | undefined | undefined;
50
- preferences?: Record<string, Record<string, any>> | null | undefined;
50
+ preferences?: Record<string, Record<string, string | number | boolean | string[] | number[]>> | null | undefined;
51
51
  theme_id?: string | null | undefined | undefined;
52
52
  _id: string;
53
53
  }[]>;
@@ -72,7 +72,7 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
72
72
  verification_token_ids: string[];
73
73
  avatar?: string | null | undefined | undefined;
74
74
  bio?: string | null | undefined | undefined;
75
- preferences?: Record<string, Record<string, any>> | null | undefined;
75
+ preferences?: Record<string, Record<string, string | number | boolean | string[] | number[]>> | null | undefined;
76
76
  theme_id?: string | null | undefined | undefined;
77
77
  _id: string;
78
78
  }[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20250827.1858.35",
3
+ "version": "20250827.2130.35",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",