@fnlb-project/database 1.0.23 → 1.0.24
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 +443 -443
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -197,6 +197,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
197
197
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
198
198
|
allowMatchmaking?: boolean | null | undefined;
|
|
199
199
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
200
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
200
201
|
disableJoinMessages?: boolean | null | undefined;
|
|
201
202
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
202
203
|
acceptFriendRequests?: boolean | null | undefined;
|
|
@@ -662,6 +663,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
662
663
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
663
664
|
allowMatchmaking?: boolean | null | undefined;
|
|
664
665
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
666
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
665
667
|
disableJoinMessages?: boolean | null | undefined;
|
|
666
668
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
667
669
|
acceptFriendRequests?: boolean | null | undefined;
|
|
@@ -1127,6 +1129,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1127
1129
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
1128
1130
|
allowMatchmaking?: boolean | null | undefined;
|
|
1129
1131
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1132
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
1130
1133
|
disableJoinMessages?: boolean | null | undefined;
|
|
1131
1134
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
1132
1135
|
acceptFriendRequests?: boolean | null | undefined;
|
|
@@ -1596,6 +1599,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1596
1599
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
1597
1600
|
allowMatchmaking?: boolean | null | undefined;
|
|
1598
1601
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1602
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
1599
1603
|
disableJoinMessages?: boolean | null | undefined;
|
|
1600
1604
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
1601
1605
|
acceptFriendRequests?: boolean | null | undefined;
|
|
@@ -2061,6 +2065,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2061
2065
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
2062
2066
|
allowMatchmaking?: boolean | null | undefined;
|
|
2063
2067
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2068
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
2064
2069
|
disableJoinMessages?: boolean | null | undefined;
|
|
2065
2070
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
2066
2071
|
acceptFriendRequests?: boolean | null | undefined;
|
|
@@ -2526,6 +2531,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2526
2531
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
2527
2532
|
allowMatchmaking?: boolean | null | undefined;
|
|
2528
2533
|
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2534
|
+
disablePlaylistChecks?: boolean | null | undefined;
|
|
2529
2535
|
disableJoinMessages?: boolean | null | undefined;
|
|
2530
2536
|
disableAutomaticMessages?: boolean | null | undefined;
|
|
2531
2537
|
acceptFriendRequests?: boolean | null | undefined;
|