@fnlb-project/shared 1.5.99 → 1.5.101

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.
@@ -379,10 +379,16 @@ export interface IDBUser {
379
379
  verified?: boolean;
380
380
  };
381
381
  };
382
+ applications?: {
383
+ id: string;
384
+ token: string;
385
+ scopes: number;
386
+ }[];
382
387
  }
383
388
  export interface IClientUser extends IDBUser {
384
389
  token: never;
385
390
  password: never;
391
+ applications?: never;
386
392
  }
387
393
  export declare const defaultCategoryConfig: ICategoryConfig;
388
394
  export declare enum GeneralErrorCodes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.99",
3
+ "version": "1.5.101",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"