@fnlb-project/database 1.0.13 → 1.0.14
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 +36 -0
- package/dist/index.js +234 -234
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -310,6 +310,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
310
310
|
actions?: number[] | null | undefined;
|
|
311
311
|
messages?: string[] | null | undefined;
|
|
312
312
|
}> | null | undefined;
|
|
313
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
314
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
315
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
316
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
317
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
318
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
313
319
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
314
320
|
variants: number[];
|
|
315
321
|
id?: string | null | undefined;
|
|
@@ -766,6 +772,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
766
772
|
actions?: number[] | null | undefined;
|
|
767
773
|
messages?: string[] | null | undefined;
|
|
768
774
|
}> | null | undefined;
|
|
775
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
776
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
777
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
778
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
779
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
780
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
769
781
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
770
782
|
variants: number[];
|
|
771
783
|
id?: string | null | undefined;
|
|
@@ -1222,6 +1234,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1222
1234
|
actions?: number[] | null | undefined;
|
|
1223
1235
|
messages?: string[] | null | undefined;
|
|
1224
1236
|
}> | null | undefined;
|
|
1237
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
1238
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
1239
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
1240
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
1241
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
1242
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
1225
1243
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
1226
1244
|
variants: number[];
|
|
1227
1245
|
id?: string | null | undefined;
|
|
@@ -1682,6 +1700,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1682
1700
|
actions?: number[] | null | undefined;
|
|
1683
1701
|
messages?: string[] | null | undefined;
|
|
1684
1702
|
}> | null | undefined;
|
|
1703
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
1704
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
1705
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
1706
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
1707
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
1708
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
1685
1709
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
1686
1710
|
variants: number[];
|
|
1687
1711
|
id?: string | null | undefined;
|
|
@@ -2138,6 +2162,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2138
2162
|
actions?: number[] | null | undefined;
|
|
2139
2163
|
messages?: string[] | null | undefined;
|
|
2140
2164
|
}> | null | undefined;
|
|
2165
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
2166
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
2167
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
2168
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
2169
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
2170
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
2141
2171
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
2142
2172
|
variants: number[];
|
|
2143
2173
|
id?: string | null | undefined;
|
|
@@ -2594,6 +2624,12 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2594
2624
|
actions?: number[] | null | undefined;
|
|
2595
2625
|
messages?: string[] | null | undefined;
|
|
2596
2626
|
}> | null | undefined;
|
|
2627
|
+
onlyOwnerCommands?: string[] | null | undefined;
|
|
2628
|
+
onlyAdminCommands?: string[] | null | undefined;
|
|
2629
|
+
onlyWhitelistUsersCommands?: string[] | null | undefined;
|
|
2630
|
+
onlyFriendsCommands?: string[] | null | undefined;
|
|
2631
|
+
onlyPartyMembersCommands?: string[] | null | undefined;
|
|
2632
|
+
onlyWhisperCommands?: string[] | null | undefined;
|
|
2597
2633
|
startOutfit?: import("mongoose").Types.DocumentArray<{
|
|
2598
2634
|
variants: number[];
|
|
2599
2635
|
id?: string | null | undefined;
|