@tmlmobilidade/interfaces 20251006.1413.25 → 20251006.1651.45
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.
|
@@ -40,7 +40,6 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
|
|
|
40
40
|
};
|
|
41
41
|
created_by?: string | undefined | undefined;
|
|
42
42
|
updated_by?: string | undefined | undefined;
|
|
43
|
-
active_notifications: string[];
|
|
44
43
|
avatar?: string | null | undefined | undefined;
|
|
45
44
|
bio?: string | null | undefined | undefined;
|
|
46
45
|
email: string;
|
|
@@ -53,7 +52,6 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
|
|
|
53
52
|
preferences?: Record<string, Record<string, string | number | boolean | string[] | number[]>> | null | undefined;
|
|
54
53
|
role_ids: string[];
|
|
55
54
|
session_ids: string[];
|
|
56
|
-
subscribed_topics: string[];
|
|
57
55
|
theme_id?: string | null | undefined | undefined;
|
|
58
56
|
verification_token_ids: string[];
|
|
59
57
|
_id: string;
|
|
@@ -73,7 +71,6 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
|
|
|
73
71
|
};
|
|
74
72
|
created_by?: string | undefined | undefined;
|
|
75
73
|
updated_by?: string | undefined | undefined;
|
|
76
|
-
active_notifications: string[];
|
|
77
74
|
avatar?: string | null | undefined | undefined;
|
|
78
75
|
bio?: string | null | undefined | undefined;
|
|
79
76
|
email: string;
|
|
@@ -86,7 +83,6 @@ declare class UsersClass extends MongoCollectionClass<User, CreateUserDto, Updat
|
|
|
86
83
|
preferences?: Record<string, Record<string, string | number | boolean | string[] | number[]>> | null | undefined;
|
|
87
84
|
role_ids: string[];
|
|
88
85
|
session_ids: string[];
|
|
89
|
-
subscribed_topics: string[];
|
|
90
86
|
theme_id?: string | null | undefined | undefined;
|
|
91
87
|
verification_token_ids: string[];
|
|
92
88
|
_id: string;
|
package/package.json
CHANGED