@fnlb-project/shared 1.5.20 → 1.5.21

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,6 +62,7 @@ export interface IClientAccount {
62
62
  username: string;
63
63
  email: string;
64
64
  apiToken: string;
65
+ verified?: boolean;
65
66
  connections?: {
66
67
  discord?: ConnectionSchema;
67
68
  epic?: ConnectionSchema;
@@ -334,6 +335,7 @@ export interface IDBUser {
334
335
  email: string;
335
336
  password: string;
336
337
  apiToken: string;
338
+ verified?: boolean;
337
339
  connections?: {
338
340
  epic?: {
339
341
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.20",
3
+ "version": "1.5.21",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",