@fnlb-project/database 1.0.13 → 1.0.15
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 +42 -0
- package/dist/index.js +234 -234
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
191
191
|
allowMatchmaking?: boolean | null | undefined;
|
|
192
192
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
193
193
|
disableJoinMessages?: boolean | null | undefined;
|
|
194
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
194
195
|
acceptFriendRequests?: boolean | null | undefined;
|
|
195
196
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
196
197
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -310,6 +311,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
310
311
|
actions?: number[] | null | undefined;
|
|
311
312
|
messages?: string[] | null | undefined;
|
|
312
313
|
}> | null | undefined;
|
|
314
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
315
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
316
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
317
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
318
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
319
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
313
320
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
314
321
|
variants: number[];
|
|
315
322
|
id?: string | null | undefined;
|
|
@@ -647,6 +654,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
647
654
|
allowMatchmaking?: boolean | null | undefined;
|
|
648
655
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
649
656
|
disableJoinMessages?: boolean | null | undefined;
|
|
657
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
650
658
|
acceptFriendRequests?: boolean | null | undefined;
|
|
651
659
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
652
660
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -766,6 +774,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
766
774
|
actions?: number[] | null | undefined;
|
|
767
775
|
messages?: string[] | null | undefined;
|
|
768
776
|
}> | null | undefined;
|
|
777
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
778
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
779
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
780
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
781
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
782
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
769
783
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
770
784
|
variants: number[];
|
|
771
785
|
id?: string | null | undefined;
|
|
@@ -1103,6 +1117,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1103
1117
|
allowMatchmaking?: boolean | null | undefined;
|
|
1104
1118
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1105
1119
|
disableJoinMessages?: boolean | null | undefined;
|
|
1120
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
1106
1121
|
acceptFriendRequests?: boolean | null | undefined;
|
|
1107
1122
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
1108
1123
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -1222,6 +1237,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1222
1237
|
actions?: number[] | null | undefined;
|
|
1223
1238
|
messages?: string[] | null | undefined;
|
|
1224
1239
|
}> | null | undefined;
|
|
1240
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
1241
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
1242
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
1243
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
1244
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
1245
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
1225
1246
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
1226
1247
|
variants: number[];
|
|
1227
1248
|
id?: string | null | undefined;
|
|
@@ -1563,6 +1584,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1563
1584
|
allowMatchmaking?: boolean | null | undefined;
|
|
1564
1585
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1565
1586
|
disableJoinMessages?: boolean | null | undefined;
|
|
1587
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
1566
1588
|
acceptFriendRequests?: boolean | null | undefined;
|
|
1567
1589
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
1568
1590
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -1682,6 +1704,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1682
1704
|
actions?: number[] | null | undefined;
|
|
1683
1705
|
messages?: string[] | null | undefined;
|
|
1684
1706
|
}> | null | undefined;
|
|
1707
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
1708
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
1709
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
1710
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
1711
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
1712
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
1685
1713
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
1686
1714
|
variants: number[];
|
|
1687
1715
|
id?: string | null | undefined;
|
|
@@ -2019,6 +2047,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2019
2047
|
allowMatchmaking?: boolean | null | undefined;
|
|
2020
2048
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2021
2049
|
disableJoinMessages?: boolean | null | undefined;
|
|
2050
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
2022
2051
|
acceptFriendRequests?: boolean | null | undefined;
|
|
2023
2052
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
2024
2053
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -2138,6 +2167,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2138
2167
|
actions?: number[] | null | undefined;
|
|
2139
2168
|
messages?: string[] | null | undefined;
|
|
2140
2169
|
}> | null | undefined;
|
|
2170
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
2171
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
2172
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
2173
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
2174
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
2175
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
2141
2176
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
2142
2177
|
variants: number[];
|
|
2143
2178
|
id?: string | null | undefined;
|
|
@@ -2475,6 +2510,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2475
2510
|
allowMatchmaking?: boolean | null | undefined;
|
|
2476
2511
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2477
2512
|
disableJoinMessages?: boolean | null | undefined;
|
|
2513
|
+
disableAutomaticMessages?: boolean | null | undefined;
|
|
2478
2514
|
acceptFriendRequests?: boolean | null | undefined;
|
|
2479
2515
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
2480
2516
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -2594,6 +2630,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2594
2630
|
actions?: number[] | null | undefined;
|
|
2595
2631
|
messages?: string[] | null | undefined;
|
|
2596
2632
|
}> | null | undefined;
|
|
2633
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
2634
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
2635
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
2636
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
2637
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
2638
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
2597
2639
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
2598
2640
|
variants: number[];
|
|
2599
2641
|
id?: string | null | undefined;
|