@fnlb-project/database 1.0.11 → 1.0.12
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 +294 -66
- package/dist/index.js +330 -330
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -181,8 +181,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
181
181
|
_id?: unknown;
|
|
182
182
|
name?: string | null | undefined;
|
|
183
183
|
}>;
|
|
184
|
-
disableMatchmakingChecks: boolean[];
|
|
185
|
-
disableJoinMessages: boolean[];
|
|
186
184
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
187
185
|
triggers: string[];
|
|
188
186
|
detectionMethods: number[];
|
|
@@ -240,41 +238,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
240
238
|
messages: string[];
|
|
241
239
|
_id?: unknown;
|
|
242
240
|
}>;
|
|
243
|
-
|
|
241
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
242
|
+
triggers: string[];
|
|
243
|
+
detectionMethods: number[];
|
|
244
244
|
actions: number[];
|
|
245
245
|
messages: string[];
|
|
246
246
|
_id?: unknown;
|
|
247
247
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
248
|
+
triggers: string[];
|
|
249
|
+
detectionMethods: number[];
|
|
248
250
|
actions: number[];
|
|
249
251
|
messages: string[];
|
|
250
252
|
_id?: unknown;
|
|
251
253
|
}> & {
|
|
254
|
+
triggers: string[];
|
|
255
|
+
detectionMethods: number[];
|
|
252
256
|
actions: number[];
|
|
253
257
|
messages: string[];
|
|
254
258
|
_id?: unknown;
|
|
255
259
|
}>;
|
|
256
|
-
|
|
260
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
261
|
+
triggers: string[];
|
|
262
|
+
detectionMethods: number[];
|
|
257
263
|
actions: number[];
|
|
258
264
|
messages: string[];
|
|
259
265
|
_id?: unknown;
|
|
260
266
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
267
|
+
triggers: string[];
|
|
268
|
+
detectionMethods: number[];
|
|
261
269
|
actions: number[];
|
|
262
270
|
messages: string[];
|
|
263
271
|
_id?: unknown;
|
|
264
272
|
}> & {
|
|
273
|
+
triggers: string[];
|
|
274
|
+
detectionMethods: number[];
|
|
265
275
|
actions: number[];
|
|
266
276
|
messages: string[];
|
|
267
277
|
_id?: unknown;
|
|
268
278
|
}>;
|
|
269
|
-
|
|
279
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
280
|
+
triggers: string[];
|
|
281
|
+
detectionMethods: number[];
|
|
270
282
|
actions: number[];
|
|
271
283
|
messages: string[];
|
|
272
284
|
_id?: unknown;
|
|
273
285
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
286
|
+
triggers: string[];
|
|
287
|
+
detectionMethods: number[];
|
|
274
288
|
actions: number[];
|
|
275
289
|
messages: string[];
|
|
276
290
|
_id?: unknown;
|
|
277
291
|
}> & {
|
|
292
|
+
triggers: string[];
|
|
293
|
+
detectionMethods: number[];
|
|
278
294
|
actions: number[];
|
|
279
295
|
messages: string[];
|
|
280
296
|
_id?: unknown;
|
|
@@ -341,6 +357,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
341
357
|
id?: string | null | undefined;
|
|
342
358
|
_id?: unknown;
|
|
343
359
|
}>;
|
|
360
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
361
|
+
id?: string | null | undefined;
|
|
362
|
+
_id?: unknown;
|
|
363
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
364
|
+
id?: string | null | undefined;
|
|
365
|
+
_id?: unknown;
|
|
366
|
+
}> & {
|
|
367
|
+
id?: string | null | undefined;
|
|
368
|
+
_id?: unknown;
|
|
369
|
+
}>;
|
|
344
370
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
345
371
|
variants: number[];
|
|
346
372
|
id?: string | null | undefined;
|
|
@@ -390,30 +416,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
390
416
|
id?: string | null | undefined;
|
|
391
417
|
_id?: unknown;
|
|
392
418
|
}>;
|
|
393
|
-
|
|
419
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
420
|
+
variants: number[];
|
|
394
421
|
id?: string | null | undefined;
|
|
395
422
|
_id?: unknown;
|
|
396
423
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
424
|
+
variants: number[];
|
|
397
425
|
id?: string | null | undefined;
|
|
398
426
|
_id?: unknown;
|
|
399
427
|
}> & {
|
|
428
|
+
variants: number[];
|
|
400
429
|
id?: string | null | undefined;
|
|
401
430
|
_id?: unknown;
|
|
402
431
|
}>;
|
|
403
|
-
|
|
404
|
-
variants: number[];
|
|
432
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
405
433
|
id?: string | null | undefined;
|
|
406
434
|
_id?: unknown;
|
|
407
435
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
408
|
-
variants: number[];
|
|
409
436
|
id?: string | null | undefined;
|
|
410
437
|
_id?: unknown;
|
|
411
438
|
}> & {
|
|
412
|
-
variants: number[];
|
|
413
439
|
id?: string | null | undefined;
|
|
414
440
|
_id?: unknown;
|
|
415
441
|
}>;
|
|
416
|
-
|
|
442
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
417
443
|
id?: string | null | undefined;
|
|
418
444
|
_id?: unknown;
|
|
419
445
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -495,6 +521,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
495
521
|
id?: string | null | undefined;
|
|
496
522
|
_id?: unknown;
|
|
497
523
|
}>;
|
|
524
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
525
|
+
id?: string | null | undefined;
|
|
526
|
+
_id?: unknown;
|
|
527
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
528
|
+
id?: string | null | undefined;
|
|
529
|
+
_id?: unknown;
|
|
530
|
+
}> & {
|
|
531
|
+
id?: string | null | undefined;
|
|
532
|
+
_id?: unknown;
|
|
533
|
+
}>;
|
|
498
534
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
499
535
|
statusInterval?: number | null | undefined;
|
|
500
536
|
inviteTimeout?: number | null | undefined;
|
|
@@ -503,6 +539,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
503
539
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
504
540
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
505
541
|
allowMatchmaking?: boolean | null | undefined;
|
|
542
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
543
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
506
544
|
acceptFriendRequests?: boolean | null | undefined;
|
|
507
545
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
508
546
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -599,8 +637,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
599
637
|
_id?: unknown;
|
|
600
638
|
name?: string | null | undefined;
|
|
601
639
|
}>;
|
|
602
|
-
disableMatchmakingChecks: boolean[];
|
|
603
|
-
disableJoinMessages: boolean[];
|
|
604
640
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
605
641
|
triggers: string[];
|
|
606
642
|
detectionMethods: number[];
|
|
@@ -658,41 +694,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
658
694
|
messages: string[];
|
|
659
695
|
_id?: unknown;
|
|
660
696
|
}>;
|
|
661
|
-
|
|
697
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
698
|
+
triggers: string[];
|
|
699
|
+
detectionMethods: number[];
|
|
662
700
|
actions: number[];
|
|
663
701
|
messages: string[];
|
|
664
702
|
_id?: unknown;
|
|
665
703
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
704
|
+
triggers: string[];
|
|
705
|
+
detectionMethods: number[];
|
|
666
706
|
actions: number[];
|
|
667
707
|
messages: string[];
|
|
668
708
|
_id?: unknown;
|
|
669
709
|
}> & {
|
|
710
|
+
triggers: string[];
|
|
711
|
+
detectionMethods: number[];
|
|
670
712
|
actions: number[];
|
|
671
713
|
messages: string[];
|
|
672
714
|
_id?: unknown;
|
|
673
715
|
}>;
|
|
674
|
-
|
|
716
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
717
|
+
triggers: string[];
|
|
718
|
+
detectionMethods: number[];
|
|
675
719
|
actions: number[];
|
|
676
720
|
messages: string[];
|
|
677
721
|
_id?: unknown;
|
|
678
722
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
723
|
+
triggers: string[];
|
|
724
|
+
detectionMethods: number[];
|
|
679
725
|
actions: number[];
|
|
680
726
|
messages: string[];
|
|
681
727
|
_id?: unknown;
|
|
682
728
|
}> & {
|
|
729
|
+
triggers: string[];
|
|
730
|
+
detectionMethods: number[];
|
|
683
731
|
actions: number[];
|
|
684
732
|
messages: string[];
|
|
685
733
|
_id?: unknown;
|
|
686
734
|
}>;
|
|
687
|
-
|
|
735
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
736
|
+
triggers: string[];
|
|
737
|
+
detectionMethods: number[];
|
|
688
738
|
actions: number[];
|
|
689
739
|
messages: string[];
|
|
690
740
|
_id?: unknown;
|
|
691
741
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
742
|
+
triggers: string[];
|
|
743
|
+
detectionMethods: number[];
|
|
692
744
|
actions: number[];
|
|
693
745
|
messages: string[];
|
|
694
746
|
_id?: unknown;
|
|
695
747
|
}> & {
|
|
748
|
+
triggers: string[];
|
|
749
|
+
detectionMethods: number[];
|
|
696
750
|
actions: number[];
|
|
697
751
|
messages: string[];
|
|
698
752
|
_id?: unknown;
|
|
@@ -759,6 +813,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
759
813
|
id?: string | null | undefined;
|
|
760
814
|
_id?: unknown;
|
|
761
815
|
}>;
|
|
816
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
817
|
+
id?: string | null | undefined;
|
|
818
|
+
_id?: unknown;
|
|
819
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
820
|
+
id?: string | null | undefined;
|
|
821
|
+
_id?: unknown;
|
|
822
|
+
}> & {
|
|
823
|
+
id?: string | null | undefined;
|
|
824
|
+
_id?: unknown;
|
|
825
|
+
}>;
|
|
762
826
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
763
827
|
variants: number[];
|
|
764
828
|
id?: string | null | undefined;
|
|
@@ -808,30 +872,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
808
872
|
id?: string | null | undefined;
|
|
809
873
|
_id?: unknown;
|
|
810
874
|
}>;
|
|
811
|
-
|
|
875
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
876
|
+
variants: number[];
|
|
812
877
|
id?: string | null | undefined;
|
|
813
878
|
_id?: unknown;
|
|
814
879
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
880
|
+
variants: number[];
|
|
815
881
|
id?: string | null | undefined;
|
|
816
882
|
_id?: unknown;
|
|
817
883
|
}> & {
|
|
884
|
+
variants: number[];
|
|
818
885
|
id?: string | null | undefined;
|
|
819
886
|
_id?: unknown;
|
|
820
887
|
}>;
|
|
821
|
-
|
|
822
|
-
variants: number[];
|
|
888
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
823
889
|
id?: string | null | undefined;
|
|
824
890
|
_id?: unknown;
|
|
825
891
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
826
|
-
variants: number[];
|
|
827
892
|
id?: string | null | undefined;
|
|
828
893
|
_id?: unknown;
|
|
829
894
|
}> & {
|
|
830
|
-
variants: number[];
|
|
831
895
|
id?: string | null | undefined;
|
|
832
896
|
_id?: unknown;
|
|
833
897
|
}>;
|
|
834
|
-
|
|
898
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
835
899
|
id?: string | null | undefined;
|
|
836
900
|
_id?: unknown;
|
|
837
901
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -913,6 +977,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
913
977
|
id?: string | null | undefined;
|
|
914
978
|
_id?: unknown;
|
|
915
979
|
}>;
|
|
980
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
981
|
+
id?: string | null | undefined;
|
|
982
|
+
_id?: unknown;
|
|
983
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
984
|
+
id?: string | null | undefined;
|
|
985
|
+
_id?: unknown;
|
|
986
|
+
}> & {
|
|
987
|
+
id?: string | null | undefined;
|
|
988
|
+
_id?: unknown;
|
|
989
|
+
}>;
|
|
916
990
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
917
991
|
statusInterval?: number | null | undefined;
|
|
918
992
|
inviteTimeout?: number | null | undefined;
|
|
@@ -921,6 +995,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
921
995
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
922
996
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
923
997
|
allowMatchmaking?: boolean | null | undefined;
|
|
998
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
999
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
924
1000
|
acceptFriendRequests?: boolean | null | undefined;
|
|
925
1001
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
926
1002
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -1017,8 +1093,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1017
1093
|
_id?: unknown;
|
|
1018
1094
|
name?: string | null | undefined;
|
|
1019
1095
|
}>;
|
|
1020
|
-
disableMatchmakingChecks: boolean[];
|
|
1021
|
-
disableJoinMessages: boolean[];
|
|
1022
1096
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
1023
1097
|
triggers: string[];
|
|
1024
1098
|
detectionMethods: number[];
|
|
@@ -1076,41 +1150,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1076
1150
|
messages: string[];
|
|
1077
1151
|
_id?: unknown;
|
|
1078
1152
|
}>;
|
|
1079
|
-
|
|
1153
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
1154
|
+
triggers: string[];
|
|
1155
|
+
detectionMethods: number[];
|
|
1080
1156
|
actions: number[];
|
|
1081
1157
|
messages: string[];
|
|
1082
1158
|
_id?: unknown;
|
|
1083
1159
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1160
|
+
triggers: string[];
|
|
1161
|
+
detectionMethods: number[];
|
|
1084
1162
|
actions: number[];
|
|
1085
1163
|
messages: string[];
|
|
1086
1164
|
_id?: unknown;
|
|
1087
1165
|
}> & {
|
|
1166
|
+
triggers: string[];
|
|
1167
|
+
detectionMethods: number[];
|
|
1088
1168
|
actions: number[];
|
|
1089
1169
|
messages: string[];
|
|
1090
1170
|
_id?: unknown;
|
|
1091
1171
|
}>;
|
|
1092
|
-
|
|
1172
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
1173
|
+
triggers: string[];
|
|
1174
|
+
detectionMethods: number[];
|
|
1093
1175
|
actions: number[];
|
|
1094
1176
|
messages: string[];
|
|
1095
1177
|
_id?: unknown;
|
|
1096
1178
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1179
|
+
triggers: string[];
|
|
1180
|
+
detectionMethods: number[];
|
|
1097
1181
|
actions: number[];
|
|
1098
1182
|
messages: string[];
|
|
1099
1183
|
_id?: unknown;
|
|
1100
1184
|
}> & {
|
|
1185
|
+
triggers: string[];
|
|
1186
|
+
detectionMethods: number[];
|
|
1101
1187
|
actions: number[];
|
|
1102
1188
|
messages: string[];
|
|
1103
1189
|
_id?: unknown;
|
|
1104
1190
|
}>;
|
|
1105
|
-
|
|
1191
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
1192
|
+
triggers: string[];
|
|
1193
|
+
detectionMethods: number[];
|
|
1106
1194
|
actions: number[];
|
|
1107
1195
|
messages: string[];
|
|
1108
1196
|
_id?: unknown;
|
|
1109
1197
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1198
|
+
triggers: string[];
|
|
1199
|
+
detectionMethods: number[];
|
|
1110
1200
|
actions: number[];
|
|
1111
1201
|
messages: string[];
|
|
1112
1202
|
_id?: unknown;
|
|
1113
1203
|
}> & {
|
|
1204
|
+
triggers: string[];
|
|
1205
|
+
detectionMethods: number[];
|
|
1114
1206
|
actions: number[];
|
|
1115
1207
|
messages: string[];
|
|
1116
1208
|
_id?: unknown;
|
|
@@ -1177,6 +1269,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1177
1269
|
id?: string | null | undefined;
|
|
1178
1270
|
_id?: unknown;
|
|
1179
1271
|
}>;
|
|
1272
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1273
|
+
id?: string | null | undefined;
|
|
1274
|
+
_id?: unknown;
|
|
1275
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1276
|
+
id?: string | null | undefined;
|
|
1277
|
+
_id?: unknown;
|
|
1278
|
+
}> & {
|
|
1279
|
+
id?: string | null | undefined;
|
|
1280
|
+
_id?: unknown;
|
|
1281
|
+
}>;
|
|
1180
1282
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1181
1283
|
variants: number[];
|
|
1182
1284
|
id?: string | null | undefined;
|
|
@@ -1226,30 +1328,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1226
1328
|
id?: string | null | undefined;
|
|
1227
1329
|
_id?: unknown;
|
|
1228
1330
|
}>;
|
|
1229
|
-
|
|
1331
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
1332
|
+
variants: number[];
|
|
1230
1333
|
id?: string | null | undefined;
|
|
1231
1334
|
_id?: unknown;
|
|
1232
1335
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1336
|
+
variants: number[];
|
|
1233
1337
|
id?: string | null | undefined;
|
|
1234
1338
|
_id?: unknown;
|
|
1235
1339
|
}> & {
|
|
1340
|
+
variants: number[];
|
|
1236
1341
|
id?: string | null | undefined;
|
|
1237
1342
|
_id?: unknown;
|
|
1238
1343
|
}>;
|
|
1239
|
-
|
|
1240
|
-
variants: number[];
|
|
1344
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
1241
1345
|
id?: string | null | undefined;
|
|
1242
1346
|
_id?: unknown;
|
|
1243
1347
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1244
|
-
variants: number[];
|
|
1245
1348
|
id?: string | null | undefined;
|
|
1246
1349
|
_id?: unknown;
|
|
1247
1350
|
}> & {
|
|
1248
|
-
variants: number[];
|
|
1249
1351
|
id?: string | null | undefined;
|
|
1250
1352
|
_id?: unknown;
|
|
1251
1353
|
}>;
|
|
1252
|
-
|
|
1354
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1253
1355
|
id?: string | null | undefined;
|
|
1254
1356
|
_id?: unknown;
|
|
1255
1357
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -1331,6 +1433,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1331
1433
|
id?: string | null | undefined;
|
|
1332
1434
|
_id?: unknown;
|
|
1333
1435
|
}>;
|
|
1436
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1437
|
+
id?: string | null | undefined;
|
|
1438
|
+
_id?: unknown;
|
|
1439
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1440
|
+
id?: string | null | undefined;
|
|
1441
|
+
_id?: unknown;
|
|
1442
|
+
}> & {
|
|
1443
|
+
id?: string | null | undefined;
|
|
1444
|
+
_id?: unknown;
|
|
1445
|
+
}>;
|
|
1334
1446
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
1335
1447
|
statusInterval?: number | null | undefined;
|
|
1336
1448
|
inviteTimeout?: number | null | undefined;
|
|
@@ -1339,6 +1451,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1339
1451
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
1340
1452
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
1341
1453
|
allowMatchmaking?: boolean | null | undefined;
|
|
1454
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1455
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
1342
1456
|
acceptFriendRequests?: boolean | null | undefined;
|
|
1343
1457
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
1344
1458
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -1439,8 +1553,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1439
1553
|
_id?: unknown;
|
|
1440
1554
|
name?: string | null | undefined;
|
|
1441
1555
|
}>;
|
|
1442
|
-
disableMatchmakingChecks: boolean[];
|
|
1443
|
-
disableJoinMessages: boolean[];
|
|
1444
1556
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
1445
1557
|
triggers: string[];
|
|
1446
1558
|
detectionMethods: number[];
|
|
@@ -1498,41 +1610,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1498
1610
|
messages: string[];
|
|
1499
1611
|
_id?: unknown;
|
|
1500
1612
|
}>;
|
|
1501
|
-
|
|
1613
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
1614
|
+
triggers: string[];
|
|
1615
|
+
detectionMethods: number[];
|
|
1502
1616
|
actions: number[];
|
|
1503
1617
|
messages: string[];
|
|
1504
1618
|
_id?: unknown;
|
|
1505
1619
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1620
|
+
triggers: string[];
|
|
1621
|
+
detectionMethods: number[];
|
|
1506
1622
|
actions: number[];
|
|
1507
1623
|
messages: string[];
|
|
1508
1624
|
_id?: unknown;
|
|
1509
1625
|
}> & {
|
|
1626
|
+
triggers: string[];
|
|
1627
|
+
detectionMethods: number[];
|
|
1510
1628
|
actions: number[];
|
|
1511
1629
|
messages: string[];
|
|
1512
1630
|
_id?: unknown;
|
|
1513
1631
|
}>;
|
|
1514
|
-
|
|
1632
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
1633
|
+
triggers: string[];
|
|
1634
|
+
detectionMethods: number[];
|
|
1515
1635
|
actions: number[];
|
|
1516
1636
|
messages: string[];
|
|
1517
1637
|
_id?: unknown;
|
|
1518
1638
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1639
|
+
triggers: string[];
|
|
1640
|
+
detectionMethods: number[];
|
|
1519
1641
|
actions: number[];
|
|
1520
1642
|
messages: string[];
|
|
1521
1643
|
_id?: unknown;
|
|
1522
1644
|
}> & {
|
|
1645
|
+
triggers: string[];
|
|
1646
|
+
detectionMethods: number[];
|
|
1523
1647
|
actions: number[];
|
|
1524
1648
|
messages: string[];
|
|
1525
1649
|
_id?: unknown;
|
|
1526
1650
|
}>;
|
|
1527
|
-
|
|
1651
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
1652
|
+
triggers: string[];
|
|
1653
|
+
detectionMethods: number[];
|
|
1528
1654
|
actions: number[];
|
|
1529
1655
|
messages: string[];
|
|
1530
1656
|
_id?: unknown;
|
|
1531
1657
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1658
|
+
triggers: string[];
|
|
1659
|
+
detectionMethods: number[];
|
|
1532
1660
|
actions: number[];
|
|
1533
1661
|
messages: string[];
|
|
1534
1662
|
_id?: unknown;
|
|
1535
1663
|
}> & {
|
|
1664
|
+
triggers: string[];
|
|
1665
|
+
detectionMethods: number[];
|
|
1536
1666
|
actions: number[];
|
|
1537
1667
|
messages: string[];
|
|
1538
1668
|
_id?: unknown;
|
|
@@ -1599,6 +1729,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1599
1729
|
id?: string | null | undefined;
|
|
1600
1730
|
_id?: unknown;
|
|
1601
1731
|
}>;
|
|
1732
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1733
|
+
id?: string | null | undefined;
|
|
1734
|
+
_id?: unknown;
|
|
1735
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1736
|
+
id?: string | null | undefined;
|
|
1737
|
+
_id?: unknown;
|
|
1738
|
+
}> & {
|
|
1739
|
+
id?: string | null | undefined;
|
|
1740
|
+
_id?: unknown;
|
|
1741
|
+
}>;
|
|
1602
1742
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1603
1743
|
variants: number[];
|
|
1604
1744
|
id?: string | null | undefined;
|
|
@@ -1648,30 +1788,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1648
1788
|
id?: string | null | undefined;
|
|
1649
1789
|
_id?: unknown;
|
|
1650
1790
|
}>;
|
|
1651
|
-
|
|
1791
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
1792
|
+
variants: number[];
|
|
1652
1793
|
id?: string | null | undefined;
|
|
1653
1794
|
_id?: unknown;
|
|
1654
1795
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1796
|
+
variants: number[];
|
|
1655
1797
|
id?: string | null | undefined;
|
|
1656
1798
|
_id?: unknown;
|
|
1657
1799
|
}> & {
|
|
1800
|
+
variants: number[];
|
|
1658
1801
|
id?: string | null | undefined;
|
|
1659
1802
|
_id?: unknown;
|
|
1660
1803
|
}>;
|
|
1661
|
-
|
|
1662
|
-
variants: number[];
|
|
1804
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
1663
1805
|
id?: string | null | undefined;
|
|
1664
1806
|
_id?: unknown;
|
|
1665
1807
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1666
|
-
variants: number[];
|
|
1667
1808
|
id?: string | null | undefined;
|
|
1668
1809
|
_id?: unknown;
|
|
1669
1810
|
}> & {
|
|
1670
|
-
variants: number[];
|
|
1671
1811
|
id?: string | null | undefined;
|
|
1672
1812
|
_id?: unknown;
|
|
1673
1813
|
}>;
|
|
1674
|
-
|
|
1814
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1675
1815
|
id?: string | null | undefined;
|
|
1676
1816
|
_id?: unknown;
|
|
1677
1817
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -1753,6 +1893,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1753
1893
|
id?: string | null | undefined;
|
|
1754
1894
|
_id?: unknown;
|
|
1755
1895
|
}>;
|
|
1896
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
1897
|
+
id?: string | null | undefined;
|
|
1898
|
+
_id?: unknown;
|
|
1899
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1900
|
+
id?: string | null | undefined;
|
|
1901
|
+
_id?: unknown;
|
|
1902
|
+
}> & {
|
|
1903
|
+
id?: string | null | undefined;
|
|
1904
|
+
_id?: unknown;
|
|
1905
|
+
}>;
|
|
1756
1906
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
1757
1907
|
statusInterval?: number | null | undefined;
|
|
1758
1908
|
inviteTimeout?: number | null | undefined;
|
|
@@ -1761,6 +1911,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1761
1911
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
1762
1912
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
1763
1913
|
allowMatchmaking?: boolean | null | undefined;
|
|
1914
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
1915
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
1764
1916
|
acceptFriendRequests?: boolean | null | undefined;
|
|
1765
1917
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
1766
1918
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -1857,8 +2009,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1857
2009
|
_id?: unknown;
|
|
1858
2010
|
name?: string | null | undefined;
|
|
1859
2011
|
}>;
|
|
1860
|
-
disableMatchmakingChecks: boolean[];
|
|
1861
|
-
disableJoinMessages: boolean[];
|
|
1862
2012
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
1863
2013
|
triggers: string[];
|
|
1864
2014
|
detectionMethods: number[];
|
|
@@ -1916,41 +2066,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1916
2066
|
messages: string[];
|
|
1917
2067
|
_id?: unknown;
|
|
1918
2068
|
}>;
|
|
1919
|
-
|
|
2069
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
2070
|
+
triggers: string[];
|
|
2071
|
+
detectionMethods: number[];
|
|
1920
2072
|
actions: number[];
|
|
1921
2073
|
messages: string[];
|
|
1922
2074
|
_id?: unknown;
|
|
1923
2075
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2076
|
+
triggers: string[];
|
|
2077
|
+
detectionMethods: number[];
|
|
1924
2078
|
actions: number[];
|
|
1925
2079
|
messages: string[];
|
|
1926
2080
|
_id?: unknown;
|
|
1927
2081
|
}> & {
|
|
2082
|
+
triggers: string[];
|
|
2083
|
+
detectionMethods: number[];
|
|
1928
2084
|
actions: number[];
|
|
1929
2085
|
messages: string[];
|
|
1930
2086
|
_id?: unknown;
|
|
1931
2087
|
}>;
|
|
1932
|
-
|
|
2088
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
2089
|
+
triggers: string[];
|
|
2090
|
+
detectionMethods: number[];
|
|
1933
2091
|
actions: number[];
|
|
1934
2092
|
messages: string[];
|
|
1935
2093
|
_id?: unknown;
|
|
1936
2094
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2095
|
+
triggers: string[];
|
|
2096
|
+
detectionMethods: number[];
|
|
1937
2097
|
actions: number[];
|
|
1938
2098
|
messages: string[];
|
|
1939
2099
|
_id?: unknown;
|
|
1940
2100
|
}> & {
|
|
2101
|
+
triggers: string[];
|
|
2102
|
+
detectionMethods: number[];
|
|
1941
2103
|
actions: number[];
|
|
1942
2104
|
messages: string[];
|
|
1943
2105
|
_id?: unknown;
|
|
1944
2106
|
}>;
|
|
1945
|
-
|
|
2107
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
2108
|
+
triggers: string[];
|
|
2109
|
+
detectionMethods: number[];
|
|
1946
2110
|
actions: number[];
|
|
1947
2111
|
messages: string[];
|
|
1948
2112
|
_id?: unknown;
|
|
1949
2113
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2114
|
+
triggers: string[];
|
|
2115
|
+
detectionMethods: number[];
|
|
1950
2116
|
actions: number[];
|
|
1951
2117
|
messages: string[];
|
|
1952
2118
|
_id?: unknown;
|
|
1953
2119
|
}> & {
|
|
2120
|
+
triggers: string[];
|
|
2121
|
+
detectionMethods: number[];
|
|
1954
2122
|
actions: number[];
|
|
1955
2123
|
messages: string[];
|
|
1956
2124
|
_id?: unknown;
|
|
@@ -2017,6 +2185,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2017
2185
|
id?: string | null | undefined;
|
|
2018
2186
|
_id?: unknown;
|
|
2019
2187
|
}>;
|
|
2188
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2189
|
+
id?: string | null | undefined;
|
|
2190
|
+
_id?: unknown;
|
|
2191
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2192
|
+
id?: string | null | undefined;
|
|
2193
|
+
_id?: unknown;
|
|
2194
|
+
}> & {
|
|
2195
|
+
id?: string | null | undefined;
|
|
2196
|
+
_id?: unknown;
|
|
2197
|
+
}>;
|
|
2020
2198
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
2021
2199
|
variants: number[];
|
|
2022
2200
|
id?: string | null | undefined;
|
|
@@ -2066,30 +2244,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2066
2244
|
id?: string | null | undefined;
|
|
2067
2245
|
_id?: unknown;
|
|
2068
2246
|
}>;
|
|
2069
|
-
|
|
2247
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
2248
|
+
variants: number[];
|
|
2070
2249
|
id?: string | null | undefined;
|
|
2071
2250
|
_id?: unknown;
|
|
2072
2251
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2252
|
+
variants: number[];
|
|
2073
2253
|
id?: string | null | undefined;
|
|
2074
2254
|
_id?: unknown;
|
|
2075
2255
|
}> & {
|
|
2256
|
+
variants: number[];
|
|
2076
2257
|
id?: string | null | undefined;
|
|
2077
2258
|
_id?: unknown;
|
|
2078
2259
|
}>;
|
|
2079
|
-
|
|
2080
|
-
variants: number[];
|
|
2260
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
2081
2261
|
id?: string | null | undefined;
|
|
2082
2262
|
_id?: unknown;
|
|
2083
2263
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2084
|
-
variants: number[];
|
|
2085
2264
|
id?: string | null | undefined;
|
|
2086
2265
|
_id?: unknown;
|
|
2087
2266
|
}> & {
|
|
2088
|
-
variants: number[];
|
|
2089
2267
|
id?: string | null | undefined;
|
|
2090
2268
|
_id?: unknown;
|
|
2091
2269
|
}>;
|
|
2092
|
-
|
|
2270
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2093
2271
|
id?: string | null | undefined;
|
|
2094
2272
|
_id?: unknown;
|
|
2095
2273
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -2171,6 +2349,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2171
2349
|
id?: string | null | undefined;
|
|
2172
2350
|
_id?: unknown;
|
|
2173
2351
|
}>;
|
|
2352
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2353
|
+
id?: string | null | undefined;
|
|
2354
|
+
_id?: unknown;
|
|
2355
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2356
|
+
id?: string | null | undefined;
|
|
2357
|
+
_id?: unknown;
|
|
2358
|
+
}> & {
|
|
2359
|
+
id?: string | null | undefined;
|
|
2360
|
+
_id?: unknown;
|
|
2361
|
+
}>;
|
|
2174
2362
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
2175
2363
|
statusInterval?: number | null | undefined;
|
|
2176
2364
|
inviteTimeout?: number | null | undefined;
|
|
@@ -2179,6 +2367,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2179
2367
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
2180
2368
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
2181
2369
|
allowMatchmaking?: boolean | null | undefined;
|
|
2370
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2371
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
2182
2372
|
acceptFriendRequests?: boolean | null | undefined;
|
|
2183
2373
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
2184
2374
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|
|
@@ -2275,8 +2465,6 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2275
2465
|
_id?: unknown;
|
|
2276
2466
|
name?: string | null | undefined;
|
|
2277
2467
|
}>;
|
|
2278
|
-
disableMatchmakingChecks: boolean[];
|
|
2279
|
-
disableJoinMessages: boolean[];
|
|
2280
2468
|
usernameTriggers: import("mongoose").Types.DocumentArray<{
|
|
2281
2469
|
triggers: string[];
|
|
2282
2470
|
detectionMethods: number[];
|
|
@@ -2334,41 +2522,59 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2334
2522
|
messages: string[];
|
|
2335
2523
|
_id?: unknown;
|
|
2336
2524
|
}>;
|
|
2337
|
-
|
|
2525
|
+
addFriendTriggers: import("mongoose").Types.DocumentArray<{
|
|
2526
|
+
triggers: string[];
|
|
2527
|
+
detectionMethods: number[];
|
|
2338
2528
|
actions: number[];
|
|
2339
2529
|
messages: string[];
|
|
2340
2530
|
_id?: unknown;
|
|
2341
2531
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2532
|
+
triggers: string[];
|
|
2533
|
+
detectionMethods: number[];
|
|
2342
2534
|
actions: number[];
|
|
2343
2535
|
messages: string[];
|
|
2344
2536
|
_id?: unknown;
|
|
2345
2537
|
}> & {
|
|
2538
|
+
triggers: string[];
|
|
2539
|
+
detectionMethods: number[];
|
|
2346
2540
|
actions: number[];
|
|
2347
2541
|
messages: string[];
|
|
2348
2542
|
_id?: unknown;
|
|
2349
2543
|
}>;
|
|
2350
|
-
|
|
2544
|
+
memberJoinTriggers: import("mongoose").Types.DocumentArray<{
|
|
2545
|
+
triggers: string[];
|
|
2546
|
+
detectionMethods: number[];
|
|
2351
2547
|
actions: number[];
|
|
2352
2548
|
messages: string[];
|
|
2353
2549
|
_id?: unknown;
|
|
2354
2550
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2551
|
+
triggers: string[];
|
|
2552
|
+
detectionMethods: number[];
|
|
2355
2553
|
actions: number[];
|
|
2356
2554
|
messages: string[];
|
|
2357
2555
|
_id?: unknown;
|
|
2358
2556
|
}> & {
|
|
2557
|
+
triggers: string[];
|
|
2558
|
+
detectionMethods: number[];
|
|
2359
2559
|
actions: number[];
|
|
2360
2560
|
messages: string[];
|
|
2361
2561
|
_id?: unknown;
|
|
2362
2562
|
}>;
|
|
2363
|
-
|
|
2563
|
+
changeCosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
2564
|
+
triggers: string[];
|
|
2565
|
+
detectionMethods: number[];
|
|
2364
2566
|
actions: number[];
|
|
2365
2567
|
messages: string[];
|
|
2366
2568
|
_id?: unknown;
|
|
2367
2569
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2570
|
+
triggers: string[];
|
|
2571
|
+
detectionMethods: number[];
|
|
2368
2572
|
actions: number[];
|
|
2369
2573
|
messages: string[];
|
|
2370
2574
|
_id?: unknown;
|
|
2371
2575
|
}> & {
|
|
2576
|
+
triggers: string[];
|
|
2577
|
+
detectionMethods: number[];
|
|
2372
2578
|
actions: number[];
|
|
2373
2579
|
messages: string[];
|
|
2374
2580
|
_id?: unknown;
|
|
@@ -2435,6 +2641,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2435
2641
|
id?: string | null | undefined;
|
|
2436
2642
|
_id?: unknown;
|
|
2437
2643
|
}>;
|
|
2644
|
+
startBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2645
|
+
id?: string | null | undefined;
|
|
2646
|
+
_id?: unknown;
|
|
2647
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2648
|
+
id?: string | null | undefined;
|
|
2649
|
+
_id?: unknown;
|
|
2650
|
+
}> & {
|
|
2651
|
+
id?: string | null | undefined;
|
|
2652
|
+
_id?: unknown;
|
|
2653
|
+
}>;
|
|
2438
2654
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
2439
2655
|
variants: number[];
|
|
2440
2656
|
id?: string | null | undefined;
|
|
@@ -2484,30 +2700,30 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2484
2700
|
id?: string | null | undefined;
|
|
2485
2701
|
_id?: unknown;
|
|
2486
2702
|
}>;
|
|
2487
|
-
|
|
2703
|
+
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
2704
|
+
variants: number[];
|
|
2488
2705
|
id?: string | null | undefined;
|
|
2489
2706
|
_id?: unknown;
|
|
2490
2707
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2708
|
+
variants: number[];
|
|
2491
2709
|
id?: string | null | undefined;
|
|
2492
2710
|
_id?: unknown;
|
|
2493
2711
|
}> & {
|
|
2712
|
+
variants: number[];
|
|
2494
2713
|
id?: string | null | undefined;
|
|
2495
2714
|
_id?: unknown;
|
|
2496
2715
|
}>;
|
|
2497
|
-
|
|
2498
|
-
variants: number[];
|
|
2716
|
+
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
2499
2717
|
id?: string | null | undefined;
|
|
2500
2718
|
_id?: unknown;
|
|
2501
2719
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2502
|
-
variants: number[];
|
|
2503
2720
|
id?: string | null | undefined;
|
|
2504
2721
|
_id?: unknown;
|
|
2505
2722
|
}> & {
|
|
2506
|
-
variants: number[];
|
|
2507
2723
|
id?: string | null | undefined;
|
|
2508
2724
|
_id?: unknown;
|
|
2509
2725
|
}>;
|
|
2510
|
-
|
|
2726
|
+
joinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2511
2727
|
id?: string | null | undefined;
|
|
2512
2728
|
_id?: unknown;
|
|
2513
2729
|
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
@@ -2589,6 +2805,16 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2589
2805
|
id?: string | null | undefined;
|
|
2590
2806
|
_id?: unknown;
|
|
2591
2807
|
}>;
|
|
2808
|
+
memberJoinBannerColor: import("mongoose").Types.DocumentArray<{
|
|
2809
|
+
id?: string | null | undefined;
|
|
2810
|
+
_id?: unknown;
|
|
2811
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2812
|
+
id?: string | null | undefined;
|
|
2813
|
+
_id?: unknown;
|
|
2814
|
+
}> & {
|
|
2815
|
+
id?: string | null | undefined;
|
|
2816
|
+
_id?: unknown;
|
|
2817
|
+
}>;
|
|
2592
2818
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
2593
2819
|
statusInterval?: number | null | undefined;
|
|
2594
2820
|
inviteTimeout?: number | null | undefined;
|
|
@@ -2597,6 +2823,8 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2597
2823
|
maxBotsPerLobbyWithAdmin?: number | null | undefined;
|
|
2598
2824
|
maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
|
|
2599
2825
|
allowMatchmaking?: boolean | null | undefined;
|
|
2826
|
+
disableMatchmakingChecks?: boolean | null | undefined;
|
|
2827
|
+
disableJoinMessages?: boolean | null | undefined;
|
|
2600
2828
|
acceptFriendRequests?: boolean | null | undefined;
|
|
2601
2829
|
sendFriendRequestOnJoinParty?: boolean | null | undefined;
|
|
2602
2830
|
sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
|