@fnlb-project/shared 1.5.27 → 1.5.28

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.
@@ -79,6 +79,7 @@ export interface IDBBot {
79
79
  type: BotTypes;
80
80
  email?: string;
81
81
  disabled?: boolean;
82
+ mmsBannedUntil?: number;
82
83
  deviceAuth: {
83
84
  accountId: string;
84
85
  deviceId: string;
@@ -142,7 +143,6 @@ export interface IConnectedClientBot extends IClientBot {
142
143
  members: IPartyMember[];
143
144
  };
144
145
  matches: number;
145
- mmsBannedUntil?: number;
146
146
  }
147
147
  export interface ICategoryConfigUser {
148
148
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.27",
3
+ "version": "1.5.28",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",