@fnlb-project/shared 1.5.21 → 1.5.23
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 +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -142,6 +142,7 @@ export interface IConnectedClientBot extends IClientBot {
|
|
|
142
142
|
members: IPartyMember[];
|
|
143
143
|
};
|
|
144
144
|
matches: number;
|
|
145
|
+
isBanned: boolean;
|
|
145
146
|
}
|
|
146
147
|
export interface ICategoryConfigUser {
|
|
147
148
|
id?: string;
|
|
@@ -227,6 +228,7 @@ export interface IDBCategory {
|
|
|
227
228
|
owner: string;
|
|
228
229
|
name: string;
|
|
229
230
|
disabled?: boolean;
|
|
231
|
+
managed?: boolean;
|
|
230
232
|
config: ICategoryConfig;
|
|
231
233
|
}
|
|
232
234
|
export interface ICategory extends IDBCategory {
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fnlb-project/shared",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.23",
|
|
4
4
|
"description": "FNLB Shared Library",
|
|
5
5
|
"files": ["dist"],
|
|
6
6
|
"author": "FNLB-Project",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@biomejs/biome": "^1.9.4",
|
|
10
|
-
"@types/bun": "^1.1.
|
|
10
|
+
"@types/bun": "^1.1.17",
|
|
11
11
|
"bun-plugin-dts": "^0.3.0",
|
|
12
|
-
"typescript": "^5.7.
|
|
12
|
+
"typescript": "^5.7.3"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
"./commands": {
|