@fnlb-project/database 1.0.23 → 1.0.25

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 CHANGED
@@ -196,7 +196,9 @@ export declare const CategoryModel: import("mongoose").Model<{
196
196
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
197
197
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
198
198
  allowMatchmaking?: boolean | null | undefined;
199
+ leaveAfterMatchmaking?: boolean | null | undefined;
199
200
  disableMatchmakingChecks?: boolean | null | undefined;
201
+ disablePlaylistChecks?: boolean | null | undefined;
200
202
  disableJoinMessages?: boolean | null | undefined;
201
203
  disableAutomaticMessages?: boolean | null | undefined;
202
204
  acceptFriendRequests?: boolean | null | undefined;
@@ -661,7 +663,9 @@ export declare const CategoryModel: import("mongoose").Model<{
661
663
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
662
664
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
663
665
  allowMatchmaking?: boolean | null | undefined;
666
+ leaveAfterMatchmaking?: boolean | null | undefined;
664
667
  disableMatchmakingChecks?: boolean | null | undefined;
668
+ disablePlaylistChecks?: boolean | null | undefined;
665
669
  disableJoinMessages?: boolean | null | undefined;
666
670
  disableAutomaticMessages?: boolean | null | undefined;
667
671
  acceptFriendRequests?: boolean | null | undefined;
@@ -1126,7 +1130,9 @@ export declare const CategoryModel: import("mongoose").Model<{
1126
1130
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
1127
1131
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
1128
1132
  allowMatchmaking?: boolean | null | undefined;
1133
+ leaveAfterMatchmaking?: boolean | null | undefined;
1129
1134
  disableMatchmakingChecks?: boolean | null | undefined;
1135
+ disablePlaylistChecks?: boolean | null | undefined;
1130
1136
  disableJoinMessages?: boolean | null | undefined;
1131
1137
  disableAutomaticMessages?: boolean | null | undefined;
1132
1138
  acceptFriendRequests?: boolean | null | undefined;
@@ -1595,7 +1601,9 @@ export declare const CategoryModel: import("mongoose").Model<{
1595
1601
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
1596
1602
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
1597
1603
  allowMatchmaking?: boolean | null | undefined;
1604
+ leaveAfterMatchmaking?: boolean | null | undefined;
1598
1605
  disableMatchmakingChecks?: boolean | null | undefined;
1606
+ disablePlaylistChecks?: boolean | null | undefined;
1599
1607
  disableJoinMessages?: boolean | null | undefined;
1600
1608
  disableAutomaticMessages?: boolean | null | undefined;
1601
1609
  acceptFriendRequests?: boolean | null | undefined;
@@ -2060,7 +2068,9 @@ export declare const CategoryModel: import("mongoose").Model<{
2060
2068
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
2061
2069
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
2062
2070
  allowMatchmaking?: boolean | null | undefined;
2071
+ leaveAfterMatchmaking?: boolean | null | undefined;
2063
2072
  disableMatchmakingChecks?: boolean | null | undefined;
2073
+ disablePlaylistChecks?: boolean | null | undefined;
2064
2074
  disableJoinMessages?: boolean | null | undefined;
2065
2075
  disableAutomaticMessages?: boolean | null | undefined;
2066
2076
  acceptFriendRequests?: boolean | null | undefined;
@@ -2525,7 +2535,9 @@ export declare const CategoryModel: import("mongoose").Model<{
2525
2535
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
2526
2536
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
2527
2537
  allowMatchmaking?: boolean | null | undefined;
2538
+ leaveAfterMatchmaking?: boolean | null | undefined;
2528
2539
  disableMatchmakingChecks?: boolean | null | undefined;
2540
+ disablePlaylistChecks?: boolean | null | undefined;
2529
2541
  disableJoinMessages?: boolean | null | undefined;
2530
2542
  disableAutomaticMessages?: boolean | null | undefined;
2531
2543
  acceptFriendRequests?: boolean | null | undefined;