@fnlb-project/database 1.0.20 → 1.0.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.
- package/dist/index.d.ts +6 -0
- package/dist/index.js +458 -450
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -198,6 +198,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
198
198
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
199
199
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
200
200
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
201
|
+
acceptInvites?: boolean | null | undefined;
|
|
201
202
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
202
203
|
_id?: unknown;
|
|
203
204
|
triggers?: string[] | null | undefined;
|
|
@@ -662,6 +663,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
662
663
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
663
664
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
664
665
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
666
|
+
acceptInvites?: boolean | null | undefined;
|
|
665
667
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
666
668
|
_id?: unknown;
|
|
667
669
|
triggers?: string[] | null | undefined;
|
|
@@ -1126,6 +1128,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1126
1128
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
1127
1129
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
1128
1130
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
1131
|
+
acceptInvites?: boolean | null | undefined;
|
|
1129
1132
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
1130
1133
|
_id?: unknown;
|
|
1131
1134
|
triggers?: string[] | null | undefined;
|
|
@@ -1594,6 +1597,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1594
1597
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
1595
1598
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
1596
1599
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
1600
|
+
acceptInvites?: boolean | null | undefined;
|
|
1597
1601
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
1598
1602
|
_id?: unknown;
|
|
1599
1603
|
triggers?: string[] | null | undefined;
|
|
@@ -2058,6 +2062,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2058
2062
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
2059
2063
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
2060
2064
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
2065
|
+
acceptInvites?: boolean | null | undefined;
|
|
2061
2066
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
2062
2067
|
_id?: unknown;
|
|
2063
2068
|
triggers?: string[] | null | undefined;
|
|
@@ -2522,6 +2527,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2522
2527
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
2523
2528
|
runCommandsWithoutPrefix?: boolean | null | undefined;
|
|
2524
2529
|
setCosmeticsWithoutCommands?: boolean | null | undefined;
|
|
2530
|
+
acceptInvites?: boolean | null | undefined;
|
|
2525
2531
|
usernameTriggers?: import("mongoose").Types.DocumentArray<{
|
|
2526
2532
|
_id?: unknown;
|
|
2527
2533
|
triggers?: string[] | null | undefined;
|