@fnlb-project/shared 1.5.47 → 1.5.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.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export interface IClientAccount {
|
|
|
62
62
|
user: {
|
|
63
63
|
id: string;
|
|
64
64
|
username: string;
|
|
65
|
+
flags: number;
|
|
65
66
|
email: string;
|
|
66
67
|
apiToken: string;
|
|
67
68
|
verified?: boolean;
|
|
@@ -342,6 +343,7 @@ export interface IDBUser {
|
|
|
342
343
|
id: string;
|
|
343
344
|
token: string;
|
|
344
345
|
username: string;
|
|
346
|
+
flags: number;
|
|
345
347
|
email: string;
|
|
346
348
|
password: string;
|
|
347
349
|
apiToken: string;
|