@fnlb-project/shared 1.5.52 → 1.5.53

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.
@@ -62,7 +62,7 @@ export interface IClientAccount {
62
62
  user: {
63
63
  id: string;
64
64
  username: string;
65
- flags: number;
65
+ flags?: number;
66
66
  email: string;
67
67
  apiToken: string;
68
68
  verified?: boolean;
@@ -343,7 +343,7 @@ export interface IDBUser {
343
343
  id: string;
344
344
  token: string;
345
345
  username: string;
346
- flags: number;
346
+ flags?: number;
347
347
  email: string;
348
348
  password: string;
349
349
  apiToken: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.52",
3
+ "version": "1.5.53",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",