@fnlb-project/database 1.0.6 → 1.0.8

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +3313 -471
  2. package/dist/index.js +416 -416
  3. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,11 +1,15 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
+ import { GenericErrorSender } from '@fnlb-project/shared/errors';
3
4
  import { CategoryConfigPartyPrivacy } from '@fnlb-project/shared/types';
4
5
  import { Schema } from 'mongoose';
5
6
 
6
7
  export declare class DatabaseClient {
7
8
  connect(dbURI: string): Promise<void>;
8
9
  }
10
+ export declare class DatabaseErrorHandler {
11
+ static handleError(err: any, errorSender: GenericErrorSender): unknown;
12
+ }
9
13
  export declare const BotModel: import("mongoose").Model<{
10
14
  owner: import("mongoose").Types.ObjectId;
11
15
  type: number;
@@ -96,16 +100,69 @@ export declare const CategoryModel: import("mongoose").Model<{
96
100
  searchLangs: string[];
97
101
  platform: string[];
98
102
  prefixes: string[];
99
- extraOwners: string[];
100
- admins: string[];
101
- whitelistUsers: string[];
102
- blacklistUsers: string[];
103
- excludedAutoAddFriends: string[];
104
- otherBots: string[];
105
103
  statusText: string[];
106
- statusInterval: number[];
107
104
  level: number[];
108
105
  bpLevel: number[];
106
+ extraOwners: import("mongoose").Types.DocumentArray<{
107
+ id?: string | null | undefined;
108
+ name?: string | null | undefined;
109
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
110
+ id?: string | null | undefined;
111
+ name?: string | null | undefined;
112
+ }> & {
113
+ id?: string | null | undefined;
114
+ name?: string | null | undefined;
115
+ }>;
116
+ admins: import("mongoose").Types.DocumentArray<{
117
+ id?: string | null | undefined;
118
+ name?: string | null | undefined;
119
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
120
+ id?: string | null | undefined;
121
+ name?: string | null | undefined;
122
+ }> & {
123
+ id?: string | null | undefined;
124
+ name?: string | null | undefined;
125
+ }>;
126
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
127
+ id?: string | null | undefined;
128
+ name?: string | null | undefined;
129
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
130
+ id?: string | null | undefined;
131
+ name?: string | null | undefined;
132
+ }> & {
133
+ id?: string | null | undefined;
134
+ name?: string | null | undefined;
135
+ }>;
136
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
137
+ id?: string | null | undefined;
138
+ name?: string | null | undefined;
139
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
140
+ id?: string | null | undefined;
141
+ name?: string | null | undefined;
142
+ }> & {
143
+ id?: string | null | undefined;
144
+ name?: string | null | undefined;
145
+ }>;
146
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
147
+ id?: string | null | undefined;
148
+ name?: string | null | undefined;
149
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
150
+ id?: string | null | undefined;
151
+ name?: string | null | undefined;
152
+ }> & {
153
+ id?: string | null | undefined;
154
+ name?: string | null | undefined;
155
+ }>;
156
+ otherBots: import("mongoose").Types.DocumentArray<{
157
+ id?: string | null | undefined;
158
+ name?: string | null | undefined;
159
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
160
+ id?: string | null | undefined;
161
+ name?: string | null | undefined;
162
+ }> & {
163
+ id?: string | null | undefined;
164
+ name?: string | null | undefined;
165
+ }>;
109
166
  disableMatchmakingChecks: boolean[];
110
167
  disableJoinMessages: boolean[];
111
168
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -186,119 +243,539 @@ export declare const CategoryModel: import("mongoose").Model<{
186
243
  actions: number[];
187
244
  messages: string[];
188
245
  }>;
189
- onlyOwnerCommands: string[];
190
- onlyAdminCommands: string[];
191
- onlyWhitelistUsersCommands: string[];
192
- onlyFriendsCommands: string[];
193
- onlyPartyMembersCommands: string[];
194
- onlyWhisperCommands: string[];
195
- startOutfit: string[];
196
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
197
- 1: unknown;
198
- 0: number[];
246
+ startOutfit: import("mongoose").Types.DocumentArray<{
247
+ variants: import("mongoose").Types.DocumentArray<{
248
+ 1: unknown;
249
+ 0?: number | null | undefined;
250
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
251
+ 1: unknown;
252
+ 0?: number | null | undefined;
253
+ }> & {
254
+ 1: unknown;
255
+ 0?: number | null | undefined;
256
+ }>;
257
+ id?: string | null | undefined;
199
258
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
200
- 1: unknown;
201
- 0: number[];
259
+ variants: import("mongoose").Types.DocumentArray<{
260
+ 1: unknown;
261
+ 0?: number | null | undefined;
262
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
263
+ 1: unknown;
264
+ 0?: number | null | undefined;
265
+ }> & {
266
+ 1: unknown;
267
+ 0?: number | null | undefined;
268
+ }>;
269
+ id?: string | null | undefined;
202
270
  }> & {
203
- 1: unknown;
204
- 0: number[];
271
+ variants: import("mongoose").Types.DocumentArray<{
272
+ 1: unknown;
273
+ 0?: number | null | undefined;
274
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
275
+ 1: unknown;
276
+ 0?: number | null | undefined;
277
+ }> & {
278
+ 1: unknown;
279
+ 0?: number | null | undefined;
280
+ }>;
281
+ id?: string | null | undefined;
205
282
  }>;
206
- startBackpack: string[];
207
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
208
- 1: unknown;
209
- 0: number[];
283
+ startBackpack: import("mongoose").Types.DocumentArray<{
284
+ variants: import("mongoose").Types.DocumentArray<{
285
+ 1: unknown;
286
+ 0?: number | null | undefined;
287
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
288
+ 1: unknown;
289
+ 0?: number | null | undefined;
290
+ }> & {
291
+ 1: unknown;
292
+ 0?: number | null | undefined;
293
+ }>;
294
+ id?: string | null | undefined;
210
295
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
211
- 1: unknown;
212
- 0: number[];
296
+ variants: import("mongoose").Types.DocumentArray<{
297
+ 1: unknown;
298
+ 0?: number | null | undefined;
299
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
300
+ 1: unknown;
301
+ 0?: number | null | undefined;
302
+ }> & {
303
+ 1: unknown;
304
+ 0?: number | null | undefined;
305
+ }>;
306
+ id?: string | null | undefined;
213
307
  }> & {
214
- 1: unknown;
215
- 0: number[];
308
+ variants: import("mongoose").Types.DocumentArray<{
309
+ 1: unknown;
310
+ 0?: number | null | undefined;
311
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
312
+ 1: unknown;
313
+ 0?: number | null | undefined;
314
+ }> & {
315
+ 1: unknown;
316
+ 0?: number | null | undefined;
317
+ }>;
318
+ id?: string | null | undefined;
216
319
  }>;
217
- startPickaxe: string[];
218
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
219
- 1: unknown;
220
- 0: number[];
320
+ startPickaxe: import("mongoose").Types.DocumentArray<{
321
+ variants: import("mongoose").Types.DocumentArray<{
322
+ 1: unknown;
323
+ 0?: number | null | undefined;
324
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
325
+ 1: unknown;
326
+ 0?: number | null | undefined;
327
+ }> & {
328
+ 1: unknown;
329
+ 0?: number | null | undefined;
330
+ }>;
331
+ id?: string | null | undefined;
221
332
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
222
- 1: unknown;
223
- 0: number[];
333
+ variants: import("mongoose").Types.DocumentArray<{
334
+ 1: unknown;
335
+ 0?: number | null | undefined;
336
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
337
+ 1: unknown;
338
+ 0?: number | null | undefined;
339
+ }> & {
340
+ 1: unknown;
341
+ 0?: number | null | undefined;
342
+ }>;
343
+ id?: string | null | undefined;
224
344
  }> & {
225
- 1: unknown;
226
- 0: number[];
345
+ variants: import("mongoose").Types.DocumentArray<{
346
+ 1: unknown;
347
+ 0?: number | null | undefined;
348
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
349
+ 1: unknown;
350
+ 0?: number | null | undefined;
351
+ }> & {
352
+ 1: unknown;
353
+ 0?: number | null | undefined;
354
+ }>;
355
+ id?: string | null | undefined;
227
356
  }>;
228
- startBanner: string[];
229
- joinOutfit: string[];
230
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
231
- 1: unknown;
232
- 0: number[];
357
+ startShoes: import("mongoose").Types.DocumentArray<{
358
+ variants: import("mongoose").Types.DocumentArray<{
359
+ 1: unknown;
360
+ 0?: number | null | undefined;
361
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
362
+ 1: unknown;
363
+ 0?: number | null | undefined;
364
+ }> & {
365
+ 1: unknown;
366
+ 0?: number | null | undefined;
367
+ }>;
368
+ id?: string | null | undefined;
233
369
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
234
- 1: unknown;
235
- 0: number[];
370
+ variants: import("mongoose").Types.DocumentArray<{
371
+ 1: unknown;
372
+ 0?: number | null | undefined;
373
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
374
+ 1: unknown;
375
+ 0?: number | null | undefined;
376
+ }> & {
377
+ 1: unknown;
378
+ 0?: number | null | undefined;
379
+ }>;
380
+ id?: string | null | undefined;
236
381
  }> & {
237
- 1: unknown;
238
- 0: number[];
382
+ variants: import("mongoose").Types.DocumentArray<{
383
+ 1: unknown;
384
+ 0?: number | null | undefined;
385
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
386
+ 1: unknown;
387
+ 0?: number | null | undefined;
388
+ }> & {
389
+ 1: unknown;
390
+ 0?: number | null | undefined;
391
+ }>;
392
+ id?: string | null | undefined;
393
+ }>;
394
+ startBanner: import("mongoose").Types.DocumentArray<{
395
+ id?: string | null | undefined;
396
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
397
+ id?: string | null | undefined;
398
+ }> & {
399
+ id?: string | null | undefined;
400
+ }>;
401
+ joinOutfit: import("mongoose").Types.DocumentArray<{
402
+ variants: import("mongoose").Types.DocumentArray<{
403
+ 1: unknown;
404
+ 0?: number | null | undefined;
405
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
406
+ 1: unknown;
407
+ 0?: number | null | undefined;
408
+ }> & {
409
+ 1: unknown;
410
+ 0?: number | null | undefined;
411
+ }>;
412
+ id?: string | null | undefined;
413
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
414
+ variants: import("mongoose").Types.DocumentArray<{
415
+ 1: unknown;
416
+ 0?: number | null | undefined;
417
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
418
+ 1: unknown;
419
+ 0?: number | null | undefined;
420
+ }> & {
421
+ 1: unknown;
422
+ 0?: number | null | undefined;
423
+ }>;
424
+ id?: string | null | undefined;
425
+ }> & {
426
+ variants: import("mongoose").Types.DocumentArray<{
427
+ 1: unknown;
428
+ 0?: number | null | undefined;
429
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
430
+ 1: unknown;
431
+ 0?: number | null | undefined;
432
+ }> & {
433
+ 1: unknown;
434
+ 0?: number | null | undefined;
435
+ }>;
436
+ id?: string | null | undefined;
437
+ }>;
438
+ joinBackpack: import("mongoose").Types.DocumentArray<{
439
+ variants: import("mongoose").Types.DocumentArray<{
440
+ 1: unknown;
441
+ 0?: number | null | undefined;
442
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
443
+ 1: unknown;
444
+ 0?: number | null | undefined;
445
+ }> & {
446
+ 1: unknown;
447
+ 0?: number | null | undefined;
448
+ }>;
449
+ id?: string | null | undefined;
450
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
451
+ variants: import("mongoose").Types.DocumentArray<{
452
+ 1: unknown;
453
+ 0?: number | null | undefined;
454
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
455
+ 1: unknown;
456
+ 0?: number | null | undefined;
457
+ }> & {
458
+ 1: unknown;
459
+ 0?: number | null | undefined;
460
+ }>;
461
+ id?: string | null | undefined;
462
+ }> & {
463
+ variants: import("mongoose").Types.DocumentArray<{
464
+ 1: unknown;
465
+ 0?: number | null | undefined;
466
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
467
+ 1: unknown;
468
+ 0?: number | null | undefined;
469
+ }> & {
470
+ 1: unknown;
471
+ 0?: number | null | undefined;
472
+ }>;
473
+ id?: string | null | undefined;
474
+ }>;
475
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
476
+ variants: import("mongoose").Types.DocumentArray<{
477
+ 1: unknown;
478
+ 0?: number | null | undefined;
479
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
480
+ 1: unknown;
481
+ 0?: number | null | undefined;
482
+ }> & {
483
+ 1: unknown;
484
+ 0?: number | null | undefined;
485
+ }>;
486
+ id?: string | null | undefined;
487
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
488
+ variants: import("mongoose").Types.DocumentArray<{
489
+ 1: unknown;
490
+ 0?: number | null | undefined;
491
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
492
+ 1: unknown;
493
+ 0?: number | null | undefined;
494
+ }> & {
495
+ 1: unknown;
496
+ 0?: number | null | undefined;
497
+ }>;
498
+ id?: string | null | undefined;
499
+ }> & {
500
+ variants: import("mongoose").Types.DocumentArray<{
501
+ 1: unknown;
502
+ 0?: number | null | undefined;
503
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
504
+ 1: unknown;
505
+ 0?: number | null | undefined;
506
+ }> & {
507
+ 1: unknown;
508
+ 0?: number | null | undefined;
509
+ }>;
510
+ id?: string | null | undefined;
239
511
  }>;
240
- joinBackpack: string[];
241
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
512
+ joinEmote: import("mongoose").Types.DocumentArray<{
242
513
  1: unknown;
243
- 0: number[];
514
+ 0?: {
515
+ id?: string | null | undefined;
516
+ } | null | undefined;
244
517
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
245
518
  1: unknown;
246
- 0: number[];
519
+ 0?: {
520
+ id?: string | null | undefined;
521
+ } | null | undefined;
247
522
  }> & {
248
523
  1: unknown;
249
- 0: number[];
524
+ 0?: {
525
+ id?: string | null | undefined;
526
+ } | null | undefined;
250
527
  }>;
251
- joinPickaxe: string[];
252
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
528
+ joinEmoji: import("mongoose").Types.DocumentArray<{
253
529
  1: unknown;
254
- 0: number[];
530
+ 0?: {
531
+ id?: string | null | undefined;
532
+ } | null | undefined;
255
533
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
256
534
  1: unknown;
257
- 0: number[];
535
+ 0?: {
536
+ id?: string | null | undefined;
537
+ } | null | undefined;
258
538
  }> & {
259
539
  1: unknown;
260
- 0: number[];
540
+ 0?: {
541
+ id?: string | null | undefined;
542
+ } | null | undefined;
543
+ }>;
544
+ joinShoes: import("mongoose").Types.DocumentArray<{
545
+ variants: import("mongoose").Types.DocumentArray<{
546
+ 1: unknown;
547
+ 0?: number | null | undefined;
548
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
549
+ 1: unknown;
550
+ 0?: number | null | undefined;
551
+ }> & {
552
+ 1: unknown;
553
+ 0?: number | null | undefined;
554
+ }>;
555
+ id?: string | null | undefined;
556
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
557
+ variants: import("mongoose").Types.DocumentArray<{
558
+ 1: unknown;
559
+ 0?: number | null | undefined;
560
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
561
+ 1: unknown;
562
+ 0?: number | null | undefined;
563
+ }> & {
564
+ 1: unknown;
565
+ 0?: number | null | undefined;
566
+ }>;
567
+ id?: string | null | undefined;
568
+ }> & {
569
+ variants: import("mongoose").Types.DocumentArray<{
570
+ 1: unknown;
571
+ 0?: number | null | undefined;
572
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
573
+ 1: unknown;
574
+ 0?: number | null | undefined;
575
+ }> & {
576
+ 1: unknown;
577
+ 0?: number | null | undefined;
578
+ }>;
579
+ id?: string | null | undefined;
261
580
  }>;
262
- joinEmote: string[];
263
- joinEmoji: string[];
264
- joinBanner: string[];
265
- memberJoinOutfit: string[];
266
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
581
+ joinBanner: import("mongoose").Types.DocumentArray<{
267
582
  1: unknown;
268
- 0: number[];
583
+ 0?: {
584
+ id?: string | null | undefined;
585
+ } | null | undefined;
269
586
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
270
587
  1: unknown;
271
- 0: number[];
588
+ 0?: {
589
+ id?: string | null | undefined;
590
+ } | null | undefined;
272
591
  }> & {
273
592
  1: unknown;
274
- 0: number[];
593
+ 0?: {
594
+ id?: string | null | undefined;
595
+ } | null | undefined;
596
+ }>;
597
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
598
+ variants: import("mongoose").Types.DocumentArray<{
599
+ 1: unknown;
600
+ 0?: number | null | undefined;
601
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
602
+ 1: unknown;
603
+ 0?: number | null | undefined;
604
+ }> & {
605
+ 1: unknown;
606
+ 0?: number | null | undefined;
607
+ }>;
608
+ id?: string | null | undefined;
609
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
610
+ variants: import("mongoose").Types.DocumentArray<{
611
+ 1: unknown;
612
+ 0?: number | null | undefined;
613
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
614
+ 1: unknown;
615
+ 0?: number | null | undefined;
616
+ }> & {
617
+ 1: unknown;
618
+ 0?: number | null | undefined;
619
+ }>;
620
+ id?: string | null | undefined;
621
+ }> & {
622
+ variants: import("mongoose").Types.DocumentArray<{
623
+ 1: unknown;
624
+ 0?: number | null | undefined;
625
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
626
+ 1: unknown;
627
+ 0?: number | null | undefined;
628
+ }> & {
629
+ 1: unknown;
630
+ 0?: number | null | undefined;
631
+ }>;
632
+ id?: string | null | undefined;
633
+ }>;
634
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
635
+ variants: import("mongoose").Types.DocumentArray<{
636
+ 1: unknown;
637
+ 0?: number | null | undefined;
638
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
639
+ 1: unknown;
640
+ 0?: number | null | undefined;
641
+ }> & {
642
+ 1: unknown;
643
+ 0?: number | null | undefined;
644
+ }>;
645
+ id?: string | null | undefined;
646
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
647
+ variants: import("mongoose").Types.DocumentArray<{
648
+ 1: unknown;
649
+ 0?: number | null | undefined;
650
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
651
+ 1: unknown;
652
+ 0?: number | null | undefined;
653
+ }> & {
654
+ 1: unknown;
655
+ 0?: number | null | undefined;
656
+ }>;
657
+ id?: string | null | undefined;
658
+ }> & {
659
+ variants: import("mongoose").Types.DocumentArray<{
660
+ 1: unknown;
661
+ 0?: number | null | undefined;
662
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
663
+ 1: unknown;
664
+ 0?: number | null | undefined;
665
+ }> & {
666
+ 1: unknown;
667
+ 0?: number | null | undefined;
668
+ }>;
669
+ id?: string | null | undefined;
670
+ }>;
671
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
672
+ variants: import("mongoose").Types.DocumentArray<{
673
+ 1: unknown;
674
+ 0?: number | null | undefined;
675
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
676
+ 1: unknown;
677
+ 0?: number | null | undefined;
678
+ }> & {
679
+ 1: unknown;
680
+ 0?: number | null | undefined;
681
+ }>;
682
+ id?: string | null | undefined;
683
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
684
+ variants: import("mongoose").Types.DocumentArray<{
685
+ 1: unknown;
686
+ 0?: number | null | undefined;
687
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
688
+ 1: unknown;
689
+ 0?: number | null | undefined;
690
+ }> & {
691
+ 1: unknown;
692
+ 0?: number | null | undefined;
693
+ }>;
694
+ id?: string | null | undefined;
695
+ }> & {
696
+ variants: import("mongoose").Types.DocumentArray<{
697
+ 1: unknown;
698
+ 0?: number | null | undefined;
699
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
700
+ 1: unknown;
701
+ 0?: number | null | undefined;
702
+ }> & {
703
+ 1: unknown;
704
+ 0?: number | null | undefined;
705
+ }>;
706
+ id?: string | null | undefined;
275
707
  }>;
276
- memberJoinBackpack: string[];
277
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
708
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
278
709
  1: unknown;
279
- 0: number[];
710
+ 0?: {
711
+ id?: string | null | undefined;
712
+ } | null | undefined;
280
713
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
281
714
  1: unknown;
282
- 0: number[];
715
+ 0?: {
716
+ id?: string | null | undefined;
717
+ } | null | undefined;
283
718
  }> & {
284
719
  1: unknown;
285
- 0: number[];
720
+ 0?: {
721
+ id?: string | null | undefined;
722
+ } | null | undefined;
723
+ }>;
724
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
725
+ variants: import("mongoose").Types.DocumentArray<{
726
+ 1: unknown;
727
+ 0?: number | null | undefined;
728
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
729
+ 1: unknown;
730
+ 0?: number | null | undefined;
731
+ }> & {
732
+ 1: unknown;
733
+ 0?: number | null | undefined;
734
+ }>;
735
+ id?: string | null | undefined;
736
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
737
+ variants: import("mongoose").Types.DocumentArray<{
738
+ 1: unknown;
739
+ 0?: number | null | undefined;
740
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
741
+ 1: unknown;
742
+ 0?: number | null | undefined;
743
+ }> & {
744
+ 1: unknown;
745
+ 0?: number | null | undefined;
746
+ }>;
747
+ id?: string | null | undefined;
748
+ }> & {
749
+ variants: import("mongoose").Types.DocumentArray<{
750
+ 1: unknown;
751
+ 0?: number | null | undefined;
752
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
753
+ 1: unknown;
754
+ 0?: number | null | undefined;
755
+ }> & {
756
+ 1: unknown;
757
+ 0?: number | null | undefined;
758
+ }>;
759
+ id?: string | null | undefined;
286
760
  }>;
287
- memberJoinPickaxe: string[];
288
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
761
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
289
762
  1: unknown;
290
- 0: number[];
763
+ 0?: {
764
+ id?: string | null | undefined;
765
+ } | null | undefined;
291
766
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
292
767
  1: unknown;
293
- 0: number[];
768
+ 0?: {
769
+ id?: string | null | undefined;
770
+ } | null | undefined;
294
771
  }> & {
295
772
  1: unknown;
296
- 0: number[];
773
+ 0?: {
774
+ id?: string | null | undefined;
775
+ } | null | undefined;
297
776
  }>;
298
- memberJoinEmote: string[];
299
- memberJoinEmoji: string[];
300
- memberJoinBanner: string[];
301
777
  privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
778
+ statusInterval?: number | null | undefined;
302
779
  inviteTimeout?: number | null | undefined;
303
780
  maxBotsPerLobby?: number | null | undefined;
304
781
  maxBotsPerLobbyWithOwner?: number | null | undefined;
@@ -320,16 +797,69 @@ export declare const CategoryModel: import("mongoose").Model<{
320
797
  searchLangs: string[];
321
798
  platform: string[];
322
799
  prefixes: string[];
323
- extraOwners: string[];
324
- admins: string[];
325
- whitelistUsers: string[];
326
- blacklistUsers: string[];
327
- excludedAutoAddFriends: string[];
328
- otherBots: string[];
329
800
  statusText: string[];
330
- statusInterval: number[];
331
801
  level: number[];
332
802
  bpLevel: number[];
803
+ extraOwners: import("mongoose").Types.DocumentArray<{
804
+ id?: string | null | undefined;
805
+ name?: string | null | undefined;
806
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
807
+ id?: string | null | undefined;
808
+ name?: string | null | undefined;
809
+ }> & {
810
+ id?: string | null | undefined;
811
+ name?: string | null | undefined;
812
+ }>;
813
+ admins: import("mongoose").Types.DocumentArray<{
814
+ id?: string | null | undefined;
815
+ name?: string | null | undefined;
816
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
817
+ id?: string | null | undefined;
818
+ name?: string | null | undefined;
819
+ }> & {
820
+ id?: string | null | undefined;
821
+ name?: string | null | undefined;
822
+ }>;
823
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
824
+ id?: string | null | undefined;
825
+ name?: string | null | undefined;
826
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
827
+ id?: string | null | undefined;
828
+ name?: string | null | undefined;
829
+ }> & {
830
+ id?: string | null | undefined;
831
+ name?: string | null | undefined;
832
+ }>;
833
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
834
+ id?: string | null | undefined;
835
+ name?: string | null | undefined;
836
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
837
+ id?: string | null | undefined;
838
+ name?: string | null | undefined;
839
+ }> & {
840
+ id?: string | null | undefined;
841
+ name?: string | null | undefined;
842
+ }>;
843
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
844
+ id?: string | null | undefined;
845
+ name?: string | null | undefined;
846
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
847
+ id?: string | null | undefined;
848
+ name?: string | null | undefined;
849
+ }> & {
850
+ id?: string | null | undefined;
851
+ name?: string | null | undefined;
852
+ }>;
853
+ otherBots: import("mongoose").Types.DocumentArray<{
854
+ id?: string | null | undefined;
855
+ name?: string | null | undefined;
856
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
857
+ id?: string | null | undefined;
858
+ name?: string | null | undefined;
859
+ }> & {
860
+ id?: string | null | undefined;
861
+ name?: string | null | undefined;
862
+ }>;
333
863
  disableMatchmakingChecks: boolean[];
334
864
  disableJoinMessages: boolean[];
335
865
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -410,121 +940,541 @@ export declare const CategoryModel: import("mongoose").Model<{
410
940
  actions: number[];
411
941
  messages: string[];
412
942
  }>;
413
- onlyOwnerCommands: string[];
414
- onlyAdminCommands: string[];
415
- onlyWhitelistUsersCommands: string[];
416
- onlyFriendsCommands: string[];
417
- onlyPartyMembersCommands: string[];
418
- onlyWhisperCommands: string[];
419
- startOutfit: string[];
420
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
421
- 1: unknown;
422
- 0: number[];
943
+ startOutfit: import("mongoose").Types.DocumentArray<{
944
+ variants: import("mongoose").Types.DocumentArray<{
945
+ 1: unknown;
946
+ 0?: number | null | undefined;
947
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
948
+ 1: unknown;
949
+ 0?: number | null | undefined;
950
+ }> & {
951
+ 1: unknown;
952
+ 0?: number | null | undefined;
953
+ }>;
954
+ id?: string | null | undefined;
423
955
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
424
- 1: unknown;
425
- 0: number[];
956
+ variants: import("mongoose").Types.DocumentArray<{
957
+ 1: unknown;
958
+ 0?: number | null | undefined;
959
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
960
+ 1: unknown;
961
+ 0?: number | null | undefined;
962
+ }> & {
963
+ 1: unknown;
964
+ 0?: number | null | undefined;
965
+ }>;
966
+ id?: string | null | undefined;
426
967
  }> & {
427
- 1: unknown;
428
- 0: number[];
968
+ variants: import("mongoose").Types.DocumentArray<{
969
+ 1: unknown;
970
+ 0?: number | null | undefined;
971
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
972
+ 1: unknown;
973
+ 0?: number | null | undefined;
974
+ }> & {
975
+ 1: unknown;
976
+ 0?: number | null | undefined;
977
+ }>;
978
+ id?: string | null | undefined;
429
979
  }>;
430
- startBackpack: string[];
431
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
432
- 1: unknown;
433
- 0: number[];
980
+ startBackpack: import("mongoose").Types.DocumentArray<{
981
+ variants: import("mongoose").Types.DocumentArray<{
982
+ 1: unknown;
983
+ 0?: number | null | undefined;
984
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
985
+ 1: unknown;
986
+ 0?: number | null | undefined;
987
+ }> & {
988
+ 1: unknown;
989
+ 0?: number | null | undefined;
990
+ }>;
991
+ id?: string | null | undefined;
434
992
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
435
- 1: unknown;
436
- 0: number[];
993
+ variants: import("mongoose").Types.DocumentArray<{
994
+ 1: unknown;
995
+ 0?: number | null | undefined;
996
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
997
+ 1: unknown;
998
+ 0?: number | null | undefined;
999
+ }> & {
1000
+ 1: unknown;
1001
+ 0?: number | null | undefined;
1002
+ }>;
1003
+ id?: string | null | undefined;
437
1004
  }> & {
438
- 1: unknown;
439
- 0: number[];
1005
+ variants: import("mongoose").Types.DocumentArray<{
1006
+ 1: unknown;
1007
+ 0?: number | null | undefined;
1008
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1009
+ 1: unknown;
1010
+ 0?: number | null | undefined;
1011
+ }> & {
1012
+ 1: unknown;
1013
+ 0?: number | null | undefined;
1014
+ }>;
1015
+ id?: string | null | undefined;
440
1016
  }>;
441
- startPickaxe: string[];
442
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
443
- 1: unknown;
444
- 0: number[];
1017
+ startPickaxe: import("mongoose").Types.DocumentArray<{
1018
+ variants: import("mongoose").Types.DocumentArray<{
1019
+ 1: unknown;
1020
+ 0?: number | null | undefined;
1021
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1022
+ 1: unknown;
1023
+ 0?: number | null | undefined;
1024
+ }> & {
1025
+ 1: unknown;
1026
+ 0?: number | null | undefined;
1027
+ }>;
1028
+ id?: string | null | undefined;
445
1029
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
446
- 1: unknown;
447
- 0: number[];
1030
+ variants: import("mongoose").Types.DocumentArray<{
1031
+ 1: unknown;
1032
+ 0?: number | null | undefined;
1033
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1034
+ 1: unknown;
1035
+ 0?: number | null | undefined;
1036
+ }> & {
1037
+ 1: unknown;
1038
+ 0?: number | null | undefined;
1039
+ }>;
1040
+ id?: string | null | undefined;
448
1041
  }> & {
449
- 1: unknown;
450
- 0: number[];
1042
+ variants: import("mongoose").Types.DocumentArray<{
1043
+ 1: unknown;
1044
+ 0?: number | null | undefined;
1045
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1046
+ 1: unknown;
1047
+ 0?: number | null | undefined;
1048
+ }> & {
1049
+ 1: unknown;
1050
+ 0?: number | null | undefined;
1051
+ }>;
1052
+ id?: string | null | undefined;
451
1053
  }>;
452
- startBanner: string[];
453
- joinOutfit: string[];
454
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
455
- 1: unknown;
456
- 0: number[];
1054
+ startShoes: import("mongoose").Types.DocumentArray<{
1055
+ variants: import("mongoose").Types.DocumentArray<{
1056
+ 1: unknown;
1057
+ 0?: number | null | undefined;
1058
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1059
+ 1: unknown;
1060
+ 0?: number | null | undefined;
1061
+ }> & {
1062
+ 1: unknown;
1063
+ 0?: number | null | undefined;
1064
+ }>;
1065
+ id?: string | null | undefined;
457
1066
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
458
- 1: unknown;
459
- 0: number[];
1067
+ variants: import("mongoose").Types.DocumentArray<{
1068
+ 1: unknown;
1069
+ 0?: number | null | undefined;
1070
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1071
+ 1: unknown;
1072
+ 0?: number | null | undefined;
1073
+ }> & {
1074
+ 1: unknown;
1075
+ 0?: number | null | undefined;
1076
+ }>;
1077
+ id?: string | null | undefined;
460
1078
  }> & {
461
- 1: unknown;
462
- 0: number[];
1079
+ variants: import("mongoose").Types.DocumentArray<{
1080
+ 1: unknown;
1081
+ 0?: number | null | undefined;
1082
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1083
+ 1: unknown;
1084
+ 0?: number | null | undefined;
1085
+ }> & {
1086
+ 1: unknown;
1087
+ 0?: number | null | undefined;
1088
+ }>;
1089
+ id?: string | null | undefined;
463
1090
  }>;
464
- joinBackpack: string[];
465
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
466
- 1: unknown;
467
- 0: number[];
1091
+ startBanner: import("mongoose").Types.DocumentArray<{
1092
+ id?: string | null | undefined;
468
1093
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
469
- 1: unknown;
470
- 0: number[];
1094
+ id?: string | null | undefined;
471
1095
  }> & {
472
- 1: unknown;
473
- 0: number[];
1096
+ id?: string | null | undefined;
474
1097
  }>;
475
- joinPickaxe: string[];
476
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
477
- 1: unknown;
478
- 0: number[];
1098
+ joinOutfit: import("mongoose").Types.DocumentArray<{
1099
+ variants: import("mongoose").Types.DocumentArray<{
1100
+ 1: unknown;
1101
+ 0?: number | null | undefined;
1102
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1103
+ 1: unknown;
1104
+ 0?: number | null | undefined;
1105
+ }> & {
1106
+ 1: unknown;
1107
+ 0?: number | null | undefined;
1108
+ }>;
1109
+ id?: string | null | undefined;
479
1110
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
480
- 1: unknown;
481
- 0: number[];
1111
+ variants: import("mongoose").Types.DocumentArray<{
1112
+ 1: unknown;
1113
+ 0?: number | null | undefined;
1114
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1115
+ 1: unknown;
1116
+ 0?: number | null | undefined;
1117
+ }> & {
1118
+ 1: unknown;
1119
+ 0?: number | null | undefined;
1120
+ }>;
1121
+ id?: string | null | undefined;
482
1122
  }> & {
483
- 1: unknown;
484
- 0: number[];
1123
+ variants: import("mongoose").Types.DocumentArray<{
1124
+ 1: unknown;
1125
+ 0?: number | null | undefined;
1126
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1127
+ 1: unknown;
1128
+ 0?: number | null | undefined;
1129
+ }> & {
1130
+ 1: unknown;
1131
+ 0?: number | null | undefined;
1132
+ }>;
1133
+ id?: string | null | undefined;
1134
+ }>;
1135
+ joinBackpack: import("mongoose").Types.DocumentArray<{
1136
+ variants: import("mongoose").Types.DocumentArray<{
1137
+ 1: unknown;
1138
+ 0?: number | null | undefined;
1139
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1140
+ 1: unknown;
1141
+ 0?: number | null | undefined;
1142
+ }> & {
1143
+ 1: unknown;
1144
+ 0?: number | null | undefined;
1145
+ }>;
1146
+ id?: string | null | undefined;
1147
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1148
+ variants: import("mongoose").Types.DocumentArray<{
1149
+ 1: unknown;
1150
+ 0?: number | null | undefined;
1151
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1152
+ 1: unknown;
1153
+ 0?: number | null | undefined;
1154
+ }> & {
1155
+ 1: unknown;
1156
+ 0?: number | null | undefined;
1157
+ }>;
1158
+ id?: string | null | undefined;
1159
+ }> & {
1160
+ variants: import("mongoose").Types.DocumentArray<{
1161
+ 1: unknown;
1162
+ 0?: number | null | undefined;
1163
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1164
+ 1: unknown;
1165
+ 0?: number | null | undefined;
1166
+ }> & {
1167
+ 1: unknown;
1168
+ 0?: number | null | undefined;
1169
+ }>;
1170
+ id?: string | null | undefined;
1171
+ }>;
1172
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
1173
+ variants: import("mongoose").Types.DocumentArray<{
1174
+ 1: unknown;
1175
+ 0?: number | null | undefined;
1176
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1177
+ 1: unknown;
1178
+ 0?: number | null | undefined;
1179
+ }> & {
1180
+ 1: unknown;
1181
+ 0?: number | null | undefined;
1182
+ }>;
1183
+ id?: string | null | undefined;
1184
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1185
+ variants: import("mongoose").Types.DocumentArray<{
1186
+ 1: unknown;
1187
+ 0?: number | null | undefined;
1188
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1189
+ 1: unknown;
1190
+ 0?: number | null | undefined;
1191
+ }> & {
1192
+ 1: unknown;
1193
+ 0?: number | null | undefined;
1194
+ }>;
1195
+ id?: string | null | undefined;
1196
+ }> & {
1197
+ variants: import("mongoose").Types.DocumentArray<{
1198
+ 1: unknown;
1199
+ 0?: number | null | undefined;
1200
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1201
+ 1: unknown;
1202
+ 0?: number | null | undefined;
1203
+ }> & {
1204
+ 1: unknown;
1205
+ 0?: number | null | undefined;
1206
+ }>;
1207
+ id?: string | null | undefined;
485
1208
  }>;
486
- joinEmote: string[];
487
- joinEmoji: string[];
488
- joinBanner: string[];
489
- memberJoinOutfit: string[];
490
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
1209
+ joinEmote: import("mongoose").Types.DocumentArray<{
491
1210
  1: unknown;
492
- 0: number[];
1211
+ 0?: {
1212
+ id?: string | null | undefined;
1213
+ } | null | undefined;
493
1214
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
494
1215
  1: unknown;
495
- 0: number[];
1216
+ 0?: {
1217
+ id?: string | null | undefined;
1218
+ } | null | undefined;
496
1219
  }> & {
497
1220
  1: unknown;
498
- 0: number[];
1221
+ 0?: {
1222
+ id?: string | null | undefined;
1223
+ } | null | undefined;
499
1224
  }>;
500
- memberJoinBackpack: string[];
501
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
1225
+ joinEmoji: import("mongoose").Types.DocumentArray<{
502
1226
  1: unknown;
503
- 0: number[];
1227
+ 0?: {
1228
+ id?: string | null | undefined;
1229
+ } | null | undefined;
504
1230
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
505
1231
  1: unknown;
506
- 0: number[];
1232
+ 0?: {
1233
+ id?: string | null | undefined;
1234
+ } | null | undefined;
507
1235
  }> & {
508
1236
  1: unknown;
509
- 0: number[];
1237
+ 0?: {
1238
+ id?: string | null | undefined;
1239
+ } | null | undefined;
1240
+ }>;
1241
+ joinShoes: import("mongoose").Types.DocumentArray<{
1242
+ variants: import("mongoose").Types.DocumentArray<{
1243
+ 1: unknown;
1244
+ 0?: number | null | undefined;
1245
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1246
+ 1: unknown;
1247
+ 0?: number | null | undefined;
1248
+ }> & {
1249
+ 1: unknown;
1250
+ 0?: number | null | undefined;
1251
+ }>;
1252
+ id?: string | null | undefined;
1253
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1254
+ variants: import("mongoose").Types.DocumentArray<{
1255
+ 1: unknown;
1256
+ 0?: number | null | undefined;
1257
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1258
+ 1: unknown;
1259
+ 0?: number | null | undefined;
1260
+ }> & {
1261
+ 1: unknown;
1262
+ 0?: number | null | undefined;
1263
+ }>;
1264
+ id?: string | null | undefined;
1265
+ }> & {
1266
+ variants: import("mongoose").Types.DocumentArray<{
1267
+ 1: unknown;
1268
+ 0?: number | null | undefined;
1269
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1270
+ 1: unknown;
1271
+ 0?: number | null | undefined;
1272
+ }> & {
1273
+ 1: unknown;
1274
+ 0?: number | null | undefined;
1275
+ }>;
1276
+ id?: string | null | undefined;
510
1277
  }>;
511
- memberJoinPickaxe: string[];
512
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
1278
+ joinBanner: import("mongoose").Types.DocumentArray<{
513
1279
  1: unknown;
514
- 0: number[];
1280
+ 0?: {
1281
+ id?: string | null | undefined;
1282
+ } | null | undefined;
515
1283
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
516
1284
  1: unknown;
517
- 0: number[];
1285
+ 0?: {
1286
+ id?: string | null | undefined;
1287
+ } | null | undefined;
518
1288
  }> & {
519
1289
  1: unknown;
520
- 0: number[];
1290
+ 0?: {
1291
+ id?: string | null | undefined;
1292
+ } | null | undefined;
521
1293
  }>;
522
- memberJoinEmote: string[];
523
- memberJoinEmoji: string[];
524
- memberJoinBanner: string[];
525
- privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
526
- inviteTimeout?: number | null | undefined;
527
- maxBotsPerLobby?: number | null | undefined;
1294
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
1295
+ variants: import("mongoose").Types.DocumentArray<{
1296
+ 1: unknown;
1297
+ 0?: number | null | undefined;
1298
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1299
+ 1: unknown;
1300
+ 0?: number | null | undefined;
1301
+ }> & {
1302
+ 1: unknown;
1303
+ 0?: number | null | undefined;
1304
+ }>;
1305
+ id?: string | null | undefined;
1306
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1307
+ variants: import("mongoose").Types.DocumentArray<{
1308
+ 1: unknown;
1309
+ 0?: number | null | undefined;
1310
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1311
+ 1: unknown;
1312
+ 0?: number | null | undefined;
1313
+ }> & {
1314
+ 1: unknown;
1315
+ 0?: number | null | undefined;
1316
+ }>;
1317
+ id?: string | null | undefined;
1318
+ }> & {
1319
+ variants: import("mongoose").Types.DocumentArray<{
1320
+ 1: unknown;
1321
+ 0?: number | null | undefined;
1322
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1323
+ 1: unknown;
1324
+ 0?: number | null | undefined;
1325
+ }> & {
1326
+ 1: unknown;
1327
+ 0?: number | null | undefined;
1328
+ }>;
1329
+ id?: string | null | undefined;
1330
+ }>;
1331
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
1332
+ variants: import("mongoose").Types.DocumentArray<{
1333
+ 1: unknown;
1334
+ 0?: number | null | undefined;
1335
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1336
+ 1: unknown;
1337
+ 0?: number | null | undefined;
1338
+ }> & {
1339
+ 1: unknown;
1340
+ 0?: number | null | undefined;
1341
+ }>;
1342
+ id?: string | null | undefined;
1343
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1344
+ variants: import("mongoose").Types.DocumentArray<{
1345
+ 1: unknown;
1346
+ 0?: number | null | undefined;
1347
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1348
+ 1: unknown;
1349
+ 0?: number | null | undefined;
1350
+ }> & {
1351
+ 1: unknown;
1352
+ 0?: number | null | undefined;
1353
+ }>;
1354
+ id?: string | null | undefined;
1355
+ }> & {
1356
+ variants: import("mongoose").Types.DocumentArray<{
1357
+ 1: unknown;
1358
+ 0?: number | null | undefined;
1359
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1360
+ 1: unknown;
1361
+ 0?: number | null | undefined;
1362
+ }> & {
1363
+ 1: unknown;
1364
+ 0?: number | null | undefined;
1365
+ }>;
1366
+ id?: string | null | undefined;
1367
+ }>;
1368
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
1369
+ variants: import("mongoose").Types.DocumentArray<{
1370
+ 1: unknown;
1371
+ 0?: number | null | undefined;
1372
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1373
+ 1: unknown;
1374
+ 0?: number | null | undefined;
1375
+ }> & {
1376
+ 1: unknown;
1377
+ 0?: number | null | undefined;
1378
+ }>;
1379
+ id?: string | null | undefined;
1380
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1381
+ variants: import("mongoose").Types.DocumentArray<{
1382
+ 1: unknown;
1383
+ 0?: number | null | undefined;
1384
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1385
+ 1: unknown;
1386
+ 0?: number | null | undefined;
1387
+ }> & {
1388
+ 1: unknown;
1389
+ 0?: number | null | undefined;
1390
+ }>;
1391
+ id?: string | null | undefined;
1392
+ }> & {
1393
+ variants: import("mongoose").Types.DocumentArray<{
1394
+ 1: unknown;
1395
+ 0?: number | null | undefined;
1396
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1397
+ 1: unknown;
1398
+ 0?: number | null | undefined;
1399
+ }> & {
1400
+ 1: unknown;
1401
+ 0?: number | null | undefined;
1402
+ }>;
1403
+ id?: string | null | undefined;
1404
+ }>;
1405
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
1406
+ 1: unknown;
1407
+ 0?: {
1408
+ id?: string | null | undefined;
1409
+ } | null | undefined;
1410
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1411
+ 1: unknown;
1412
+ 0?: {
1413
+ id?: string | null | undefined;
1414
+ } | null | undefined;
1415
+ }> & {
1416
+ 1: unknown;
1417
+ 0?: {
1418
+ id?: string | null | undefined;
1419
+ } | null | undefined;
1420
+ }>;
1421
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
1422
+ variants: import("mongoose").Types.DocumentArray<{
1423
+ 1: unknown;
1424
+ 0?: number | null | undefined;
1425
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1426
+ 1: unknown;
1427
+ 0?: number | null | undefined;
1428
+ }> & {
1429
+ 1: unknown;
1430
+ 0?: number | null | undefined;
1431
+ }>;
1432
+ id?: string | null | undefined;
1433
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1434
+ variants: import("mongoose").Types.DocumentArray<{
1435
+ 1: unknown;
1436
+ 0?: number | null | undefined;
1437
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1438
+ 1: unknown;
1439
+ 0?: number | null | undefined;
1440
+ }> & {
1441
+ 1: unknown;
1442
+ 0?: number | null | undefined;
1443
+ }>;
1444
+ id?: string | null | undefined;
1445
+ }> & {
1446
+ variants: import("mongoose").Types.DocumentArray<{
1447
+ 1: unknown;
1448
+ 0?: number | null | undefined;
1449
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1450
+ 1: unknown;
1451
+ 0?: number | null | undefined;
1452
+ }> & {
1453
+ 1: unknown;
1454
+ 0?: number | null | undefined;
1455
+ }>;
1456
+ id?: string | null | undefined;
1457
+ }>;
1458
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
1459
+ 1: unknown;
1460
+ 0?: {
1461
+ id?: string | null | undefined;
1462
+ } | null | undefined;
1463
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1464
+ 1: unknown;
1465
+ 0?: {
1466
+ id?: string | null | undefined;
1467
+ } | null | undefined;
1468
+ }> & {
1469
+ 1: unknown;
1470
+ 0?: {
1471
+ id?: string | null | undefined;
1472
+ } | null | undefined;
1473
+ }>;
1474
+ privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
1475
+ statusInterval?: number | null | undefined;
1476
+ inviteTimeout?: number | null | undefined;
1477
+ maxBotsPerLobby?: number | null | undefined;
528
1478
  maxBotsPerLobbyWithOwner?: number | null | undefined;
529
1479
  maxBotsPerLobbyWithAdmin?: number | null | undefined;
530
1480
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
@@ -544,16 +1494,69 @@ export declare const CategoryModel: import("mongoose").Model<{
544
1494
  searchLangs: string[];
545
1495
  platform: string[];
546
1496
  prefixes: string[];
547
- extraOwners: string[];
548
- admins: string[];
549
- whitelistUsers: string[];
550
- blacklistUsers: string[];
551
- excludedAutoAddFriends: string[];
552
- otherBots: string[];
553
1497
  statusText: string[];
554
- statusInterval: number[];
555
1498
  level: number[];
556
1499
  bpLevel: number[];
1500
+ extraOwners: import("mongoose").Types.DocumentArray<{
1501
+ id?: string | null | undefined;
1502
+ name?: string | null | undefined;
1503
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1504
+ id?: string | null | undefined;
1505
+ name?: string | null | undefined;
1506
+ }> & {
1507
+ id?: string | null | undefined;
1508
+ name?: string | null | undefined;
1509
+ }>;
1510
+ admins: import("mongoose").Types.DocumentArray<{
1511
+ id?: string | null | undefined;
1512
+ name?: string | null | undefined;
1513
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1514
+ id?: string | null | undefined;
1515
+ name?: string | null | undefined;
1516
+ }> & {
1517
+ id?: string | null | undefined;
1518
+ name?: string | null | undefined;
1519
+ }>;
1520
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
1521
+ id?: string | null | undefined;
1522
+ name?: string | null | undefined;
1523
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1524
+ id?: string | null | undefined;
1525
+ name?: string | null | undefined;
1526
+ }> & {
1527
+ id?: string | null | undefined;
1528
+ name?: string | null | undefined;
1529
+ }>;
1530
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
1531
+ id?: string | null | undefined;
1532
+ name?: string | null | undefined;
1533
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1534
+ id?: string | null | undefined;
1535
+ name?: string | null | undefined;
1536
+ }> & {
1537
+ id?: string | null | undefined;
1538
+ name?: string | null | undefined;
1539
+ }>;
1540
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
1541
+ id?: string | null | undefined;
1542
+ name?: string | null | undefined;
1543
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1544
+ id?: string | null | undefined;
1545
+ name?: string | null | undefined;
1546
+ }> & {
1547
+ id?: string | null | undefined;
1548
+ name?: string | null | undefined;
1549
+ }>;
1550
+ otherBots: import("mongoose").Types.DocumentArray<{
1551
+ id?: string | null | undefined;
1552
+ name?: string | null | undefined;
1553
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1554
+ id?: string | null | undefined;
1555
+ name?: string | null | undefined;
1556
+ }> & {
1557
+ id?: string | null | undefined;
1558
+ name?: string | null | undefined;
1559
+ }>;
557
1560
  disableMatchmakingChecks: boolean[];
558
1561
  disableJoinMessages: boolean[];
559
1562
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -634,119 +1637,539 @@ export declare const CategoryModel: import("mongoose").Model<{
634
1637
  actions: number[];
635
1638
  messages: string[];
636
1639
  }>;
637
- onlyOwnerCommands: string[];
638
- onlyAdminCommands: string[];
639
- onlyWhitelistUsersCommands: string[];
640
- onlyFriendsCommands: string[];
641
- onlyPartyMembersCommands: string[];
642
- onlyWhisperCommands: string[];
643
- startOutfit: string[];
644
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
645
- 1: unknown;
646
- 0: number[];
1640
+ startOutfit: import("mongoose").Types.DocumentArray<{
1641
+ variants: import("mongoose").Types.DocumentArray<{
1642
+ 1: unknown;
1643
+ 0?: number | null | undefined;
1644
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1645
+ 1: unknown;
1646
+ 0?: number | null | undefined;
1647
+ }> & {
1648
+ 1: unknown;
1649
+ 0?: number | null | undefined;
1650
+ }>;
1651
+ id?: string | null | undefined;
647
1652
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
648
- 1: unknown;
649
- 0: number[];
1653
+ variants: import("mongoose").Types.DocumentArray<{
1654
+ 1: unknown;
1655
+ 0?: number | null | undefined;
1656
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1657
+ 1: unknown;
1658
+ 0?: number | null | undefined;
1659
+ }> & {
1660
+ 1: unknown;
1661
+ 0?: number | null | undefined;
1662
+ }>;
1663
+ id?: string | null | undefined;
650
1664
  }> & {
651
- 1: unknown;
652
- 0: number[];
1665
+ variants: import("mongoose").Types.DocumentArray<{
1666
+ 1: unknown;
1667
+ 0?: number | null | undefined;
1668
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1669
+ 1: unknown;
1670
+ 0?: number | null | undefined;
1671
+ }> & {
1672
+ 1: unknown;
1673
+ 0?: number | null | undefined;
1674
+ }>;
1675
+ id?: string | null | undefined;
653
1676
  }>;
654
- startBackpack: string[];
655
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
656
- 1: unknown;
657
- 0: number[];
1677
+ startBackpack: import("mongoose").Types.DocumentArray<{
1678
+ variants: import("mongoose").Types.DocumentArray<{
1679
+ 1: unknown;
1680
+ 0?: number | null | undefined;
1681
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1682
+ 1: unknown;
1683
+ 0?: number | null | undefined;
1684
+ }> & {
1685
+ 1: unknown;
1686
+ 0?: number | null | undefined;
1687
+ }>;
1688
+ id?: string | null | undefined;
658
1689
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
659
- 1: unknown;
660
- 0: number[];
1690
+ variants: import("mongoose").Types.DocumentArray<{
1691
+ 1: unknown;
1692
+ 0?: number | null | undefined;
1693
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1694
+ 1: unknown;
1695
+ 0?: number | null | undefined;
1696
+ }> & {
1697
+ 1: unknown;
1698
+ 0?: number | null | undefined;
1699
+ }>;
1700
+ id?: string | null | undefined;
661
1701
  }> & {
662
- 1: unknown;
663
- 0: number[];
1702
+ variants: import("mongoose").Types.DocumentArray<{
1703
+ 1: unknown;
1704
+ 0?: number | null | undefined;
1705
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1706
+ 1: unknown;
1707
+ 0?: number | null | undefined;
1708
+ }> & {
1709
+ 1: unknown;
1710
+ 0?: number | null | undefined;
1711
+ }>;
1712
+ id?: string | null | undefined;
664
1713
  }>;
665
- startPickaxe: string[];
666
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
667
- 1: unknown;
668
- 0: number[];
1714
+ startPickaxe: import("mongoose").Types.DocumentArray<{
1715
+ variants: import("mongoose").Types.DocumentArray<{
1716
+ 1: unknown;
1717
+ 0?: number | null | undefined;
1718
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1719
+ 1: unknown;
1720
+ 0?: number | null | undefined;
1721
+ }> & {
1722
+ 1: unknown;
1723
+ 0?: number | null | undefined;
1724
+ }>;
1725
+ id?: string | null | undefined;
669
1726
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
670
- 1: unknown;
671
- 0: number[];
1727
+ variants: import("mongoose").Types.DocumentArray<{
1728
+ 1: unknown;
1729
+ 0?: number | null | undefined;
1730
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1731
+ 1: unknown;
1732
+ 0?: number | null | undefined;
1733
+ }> & {
1734
+ 1: unknown;
1735
+ 0?: number | null | undefined;
1736
+ }>;
1737
+ id?: string | null | undefined;
672
1738
  }> & {
673
- 1: unknown;
674
- 0: number[];
1739
+ variants: import("mongoose").Types.DocumentArray<{
1740
+ 1: unknown;
1741
+ 0?: number | null | undefined;
1742
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1743
+ 1: unknown;
1744
+ 0?: number | null | undefined;
1745
+ }> & {
1746
+ 1: unknown;
1747
+ 0?: number | null | undefined;
1748
+ }>;
1749
+ id?: string | null | undefined;
675
1750
  }>;
676
- startBanner: string[];
677
- joinOutfit: string[];
678
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
679
- 1: unknown;
680
- 0: number[];
1751
+ startShoes: import("mongoose").Types.DocumentArray<{
1752
+ variants: import("mongoose").Types.DocumentArray<{
1753
+ 1: unknown;
1754
+ 0?: number | null | undefined;
1755
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1756
+ 1: unknown;
1757
+ 0?: number | null | undefined;
1758
+ }> & {
1759
+ 1: unknown;
1760
+ 0?: number | null | undefined;
1761
+ }>;
1762
+ id?: string | null | undefined;
681
1763
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
682
- 1: unknown;
683
- 0: number[];
1764
+ variants: import("mongoose").Types.DocumentArray<{
1765
+ 1: unknown;
1766
+ 0?: number | null | undefined;
1767
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1768
+ 1: unknown;
1769
+ 0?: number | null | undefined;
1770
+ }> & {
1771
+ 1: unknown;
1772
+ 0?: number | null | undefined;
1773
+ }>;
1774
+ id?: string | null | undefined;
684
1775
  }> & {
685
- 1: unknown;
686
- 0: number[];
1776
+ variants: import("mongoose").Types.DocumentArray<{
1777
+ 1: unknown;
1778
+ 0?: number | null | undefined;
1779
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1780
+ 1: unknown;
1781
+ 0?: number | null | undefined;
1782
+ }> & {
1783
+ 1: unknown;
1784
+ 0?: number | null | undefined;
1785
+ }>;
1786
+ id?: string | null | undefined;
1787
+ }>;
1788
+ startBanner: import("mongoose").Types.DocumentArray<{
1789
+ id?: string | null | undefined;
1790
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1791
+ id?: string | null | undefined;
1792
+ }> & {
1793
+ id?: string | null | undefined;
687
1794
  }>;
688
- joinBackpack: string[];
689
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
1795
+ joinOutfit: import("mongoose").Types.DocumentArray<{
1796
+ variants: import("mongoose").Types.DocumentArray<{
1797
+ 1: unknown;
1798
+ 0?: number | null | undefined;
1799
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1800
+ 1: unknown;
1801
+ 0?: number | null | undefined;
1802
+ }> & {
1803
+ 1: unknown;
1804
+ 0?: number | null | undefined;
1805
+ }>;
1806
+ id?: string | null | undefined;
1807
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1808
+ variants: import("mongoose").Types.DocumentArray<{
1809
+ 1: unknown;
1810
+ 0?: number | null | undefined;
1811
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1812
+ 1: unknown;
1813
+ 0?: number | null | undefined;
1814
+ }> & {
1815
+ 1: unknown;
1816
+ 0?: number | null | undefined;
1817
+ }>;
1818
+ id?: string | null | undefined;
1819
+ }> & {
1820
+ variants: import("mongoose").Types.DocumentArray<{
1821
+ 1: unknown;
1822
+ 0?: number | null | undefined;
1823
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1824
+ 1: unknown;
1825
+ 0?: number | null | undefined;
1826
+ }> & {
1827
+ 1: unknown;
1828
+ 0?: number | null | undefined;
1829
+ }>;
1830
+ id?: string | null | undefined;
1831
+ }>;
1832
+ joinBackpack: import("mongoose").Types.DocumentArray<{
1833
+ variants: import("mongoose").Types.DocumentArray<{
1834
+ 1: unknown;
1835
+ 0?: number | null | undefined;
1836
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1837
+ 1: unknown;
1838
+ 0?: number | null | undefined;
1839
+ }> & {
1840
+ 1: unknown;
1841
+ 0?: number | null | undefined;
1842
+ }>;
1843
+ id?: string | null | undefined;
1844
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1845
+ variants: import("mongoose").Types.DocumentArray<{
1846
+ 1: unknown;
1847
+ 0?: number | null | undefined;
1848
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1849
+ 1: unknown;
1850
+ 0?: number | null | undefined;
1851
+ }> & {
1852
+ 1: unknown;
1853
+ 0?: number | null | undefined;
1854
+ }>;
1855
+ id?: string | null | undefined;
1856
+ }> & {
1857
+ variants: import("mongoose").Types.DocumentArray<{
1858
+ 1: unknown;
1859
+ 0?: number | null | undefined;
1860
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1861
+ 1: unknown;
1862
+ 0?: number | null | undefined;
1863
+ }> & {
1864
+ 1: unknown;
1865
+ 0?: number | null | undefined;
1866
+ }>;
1867
+ id?: string | null | undefined;
1868
+ }>;
1869
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
1870
+ variants: import("mongoose").Types.DocumentArray<{
1871
+ 1: unknown;
1872
+ 0?: number | null | undefined;
1873
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1874
+ 1: unknown;
1875
+ 0?: number | null | undefined;
1876
+ }> & {
1877
+ 1: unknown;
1878
+ 0?: number | null | undefined;
1879
+ }>;
1880
+ id?: string | null | undefined;
1881
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1882
+ variants: import("mongoose").Types.DocumentArray<{
1883
+ 1: unknown;
1884
+ 0?: number | null | undefined;
1885
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1886
+ 1: unknown;
1887
+ 0?: number | null | undefined;
1888
+ }> & {
1889
+ 1: unknown;
1890
+ 0?: number | null | undefined;
1891
+ }>;
1892
+ id?: string | null | undefined;
1893
+ }> & {
1894
+ variants: import("mongoose").Types.DocumentArray<{
1895
+ 1: unknown;
1896
+ 0?: number | null | undefined;
1897
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1898
+ 1: unknown;
1899
+ 0?: number | null | undefined;
1900
+ }> & {
1901
+ 1: unknown;
1902
+ 0?: number | null | undefined;
1903
+ }>;
1904
+ id?: string | null | undefined;
1905
+ }>;
1906
+ joinEmote: import("mongoose").Types.DocumentArray<{
690
1907
  1: unknown;
691
- 0: number[];
1908
+ 0?: {
1909
+ id?: string | null | undefined;
1910
+ } | null | undefined;
692
1911
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
693
1912
  1: unknown;
694
- 0: number[];
1913
+ 0?: {
1914
+ id?: string | null | undefined;
1915
+ } | null | undefined;
695
1916
  }> & {
696
1917
  1: unknown;
697
- 0: number[];
1918
+ 0?: {
1919
+ id?: string | null | undefined;
1920
+ } | null | undefined;
698
1921
  }>;
699
- joinPickaxe: string[];
700
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
1922
+ joinEmoji: import("mongoose").Types.DocumentArray<{
701
1923
  1: unknown;
702
- 0: number[];
1924
+ 0?: {
1925
+ id?: string | null | undefined;
1926
+ } | null | undefined;
703
1927
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
704
1928
  1: unknown;
705
- 0: number[];
1929
+ 0?: {
1930
+ id?: string | null | undefined;
1931
+ } | null | undefined;
706
1932
  }> & {
707
1933
  1: unknown;
708
- 0: number[];
1934
+ 0?: {
1935
+ id?: string | null | undefined;
1936
+ } | null | undefined;
709
1937
  }>;
710
- joinEmote: string[];
711
- joinEmoji: string[];
712
- joinBanner: string[];
713
- memberJoinOutfit: string[];
714
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
1938
+ joinShoes: import("mongoose").Types.DocumentArray<{
1939
+ variants: import("mongoose").Types.DocumentArray<{
1940
+ 1: unknown;
1941
+ 0?: number | null | undefined;
1942
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1943
+ 1: unknown;
1944
+ 0?: number | null | undefined;
1945
+ }> & {
1946
+ 1: unknown;
1947
+ 0?: number | null | undefined;
1948
+ }>;
1949
+ id?: string | null | undefined;
1950
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1951
+ variants: import("mongoose").Types.DocumentArray<{
1952
+ 1: unknown;
1953
+ 0?: number | null | undefined;
1954
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1955
+ 1: unknown;
1956
+ 0?: number | null | undefined;
1957
+ }> & {
1958
+ 1: unknown;
1959
+ 0?: number | null | undefined;
1960
+ }>;
1961
+ id?: string | null | undefined;
1962
+ }> & {
1963
+ variants: import("mongoose").Types.DocumentArray<{
1964
+ 1: unknown;
1965
+ 0?: number | null | undefined;
1966
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1967
+ 1: unknown;
1968
+ 0?: number | null | undefined;
1969
+ }> & {
1970
+ 1: unknown;
1971
+ 0?: number | null | undefined;
1972
+ }>;
1973
+ id?: string | null | undefined;
1974
+ }>;
1975
+ joinBanner: import("mongoose").Types.DocumentArray<{
715
1976
  1: unknown;
716
- 0: number[];
1977
+ 0?: {
1978
+ id?: string | null | undefined;
1979
+ } | null | undefined;
717
1980
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
718
1981
  1: unknown;
719
- 0: number[];
1982
+ 0?: {
1983
+ id?: string | null | undefined;
1984
+ } | null | undefined;
720
1985
  }> & {
721
1986
  1: unknown;
722
- 0: number[];
1987
+ 0?: {
1988
+ id?: string | null | undefined;
1989
+ } | null | undefined;
1990
+ }>;
1991
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
1992
+ variants: import("mongoose").Types.DocumentArray<{
1993
+ 1: unknown;
1994
+ 0?: number | null | undefined;
1995
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1996
+ 1: unknown;
1997
+ 0?: number | null | undefined;
1998
+ }> & {
1999
+ 1: unknown;
2000
+ 0?: number | null | undefined;
2001
+ }>;
2002
+ id?: string | null | undefined;
2003
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2004
+ variants: import("mongoose").Types.DocumentArray<{
2005
+ 1: unknown;
2006
+ 0?: number | null | undefined;
2007
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2008
+ 1: unknown;
2009
+ 0?: number | null | undefined;
2010
+ }> & {
2011
+ 1: unknown;
2012
+ 0?: number | null | undefined;
2013
+ }>;
2014
+ id?: string | null | undefined;
2015
+ }> & {
2016
+ variants: import("mongoose").Types.DocumentArray<{
2017
+ 1: unknown;
2018
+ 0?: number | null | undefined;
2019
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2020
+ 1: unknown;
2021
+ 0?: number | null | undefined;
2022
+ }> & {
2023
+ 1: unknown;
2024
+ 0?: number | null | undefined;
2025
+ }>;
2026
+ id?: string | null | undefined;
2027
+ }>;
2028
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
2029
+ variants: import("mongoose").Types.DocumentArray<{
2030
+ 1: unknown;
2031
+ 0?: number | null | undefined;
2032
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2033
+ 1: unknown;
2034
+ 0?: number | null | undefined;
2035
+ }> & {
2036
+ 1: unknown;
2037
+ 0?: number | null | undefined;
2038
+ }>;
2039
+ id?: string | null | undefined;
2040
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2041
+ variants: import("mongoose").Types.DocumentArray<{
2042
+ 1: unknown;
2043
+ 0?: number | null | undefined;
2044
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2045
+ 1: unknown;
2046
+ 0?: number | null | undefined;
2047
+ }> & {
2048
+ 1: unknown;
2049
+ 0?: number | null | undefined;
2050
+ }>;
2051
+ id?: string | null | undefined;
2052
+ }> & {
2053
+ variants: import("mongoose").Types.DocumentArray<{
2054
+ 1: unknown;
2055
+ 0?: number | null | undefined;
2056
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2057
+ 1: unknown;
2058
+ 0?: number | null | undefined;
2059
+ }> & {
2060
+ 1: unknown;
2061
+ 0?: number | null | undefined;
2062
+ }>;
2063
+ id?: string | null | undefined;
723
2064
  }>;
724
- memberJoinBackpack: string[];
725
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
2065
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
2066
+ variants: import("mongoose").Types.DocumentArray<{
2067
+ 1: unknown;
2068
+ 0?: number | null | undefined;
2069
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2070
+ 1: unknown;
2071
+ 0?: number | null | undefined;
2072
+ }> & {
2073
+ 1: unknown;
2074
+ 0?: number | null | undefined;
2075
+ }>;
2076
+ id?: string | null | undefined;
2077
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2078
+ variants: import("mongoose").Types.DocumentArray<{
2079
+ 1: unknown;
2080
+ 0?: number | null | undefined;
2081
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2082
+ 1: unknown;
2083
+ 0?: number | null | undefined;
2084
+ }> & {
2085
+ 1: unknown;
2086
+ 0?: number | null | undefined;
2087
+ }>;
2088
+ id?: string | null | undefined;
2089
+ }> & {
2090
+ variants: import("mongoose").Types.DocumentArray<{
2091
+ 1: unknown;
2092
+ 0?: number | null | undefined;
2093
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2094
+ 1: unknown;
2095
+ 0?: number | null | undefined;
2096
+ }> & {
2097
+ 1: unknown;
2098
+ 0?: number | null | undefined;
2099
+ }>;
2100
+ id?: string | null | undefined;
2101
+ }>;
2102
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
726
2103
  1: unknown;
727
- 0: number[];
2104
+ 0?: {
2105
+ id?: string | null | undefined;
2106
+ } | null | undefined;
728
2107
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
729
2108
  1: unknown;
730
- 0: number[];
2109
+ 0?: {
2110
+ id?: string | null | undefined;
2111
+ } | null | undefined;
731
2112
  }> & {
732
2113
  1: unknown;
733
- 0: number[];
2114
+ 0?: {
2115
+ id?: string | null | undefined;
2116
+ } | null | undefined;
734
2117
  }>;
735
- memberJoinPickaxe: string[];
736
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
2118
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
2119
+ variants: import("mongoose").Types.DocumentArray<{
2120
+ 1: unknown;
2121
+ 0?: number | null | undefined;
2122
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2123
+ 1: unknown;
2124
+ 0?: number | null | undefined;
2125
+ }> & {
2126
+ 1: unknown;
2127
+ 0?: number | null | undefined;
2128
+ }>;
2129
+ id?: string | null | undefined;
2130
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2131
+ variants: import("mongoose").Types.DocumentArray<{
2132
+ 1: unknown;
2133
+ 0?: number | null | undefined;
2134
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2135
+ 1: unknown;
2136
+ 0?: number | null | undefined;
2137
+ }> & {
2138
+ 1: unknown;
2139
+ 0?: number | null | undefined;
2140
+ }>;
2141
+ id?: string | null | undefined;
2142
+ }> & {
2143
+ variants: import("mongoose").Types.DocumentArray<{
2144
+ 1: unknown;
2145
+ 0?: number | null | undefined;
2146
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2147
+ 1: unknown;
2148
+ 0?: number | null | undefined;
2149
+ }> & {
2150
+ 1: unknown;
2151
+ 0?: number | null | undefined;
2152
+ }>;
2153
+ id?: string | null | undefined;
2154
+ }>;
2155
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
737
2156
  1: unknown;
738
- 0: number[];
2157
+ 0?: {
2158
+ id?: string | null | undefined;
2159
+ } | null | undefined;
739
2160
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
740
2161
  1: unknown;
741
- 0: number[];
2162
+ 0?: {
2163
+ id?: string | null | undefined;
2164
+ } | null | undefined;
742
2165
  }> & {
743
2166
  1: unknown;
744
- 0: number[];
2167
+ 0?: {
2168
+ id?: string | null | undefined;
2169
+ } | null | undefined;
745
2170
  }>;
746
- memberJoinEmote: string[];
747
- memberJoinEmoji: string[];
748
- memberJoinBanner: string[];
749
2171
  privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
2172
+ statusInterval?: number | null | undefined;
750
2173
  inviteTimeout?: number | null | undefined;
751
2174
  maxBotsPerLobby?: number | null | undefined;
752
2175
  maxBotsPerLobbyWithOwner?: number | null | undefined;
@@ -772,16 +2195,69 @@ export declare const CategoryModel: import("mongoose").Model<{
772
2195
  searchLangs: string[];
773
2196
  platform: string[];
774
2197
  prefixes: string[];
775
- extraOwners: string[];
776
- admins: string[];
777
- whitelistUsers: string[];
778
- blacklistUsers: string[];
779
- excludedAutoAddFriends: string[];
780
- otherBots: string[];
781
2198
  statusText: string[];
782
- statusInterval: number[];
783
2199
  level: number[];
784
2200
  bpLevel: number[];
2201
+ extraOwners: import("mongoose").Types.DocumentArray<{
2202
+ id?: string | null | undefined;
2203
+ name?: string | null | undefined;
2204
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2205
+ id?: string | null | undefined;
2206
+ name?: string | null | undefined;
2207
+ }> & {
2208
+ id?: string | null | undefined;
2209
+ name?: string | null | undefined;
2210
+ }>;
2211
+ admins: import("mongoose").Types.DocumentArray<{
2212
+ id?: string | null | undefined;
2213
+ name?: string | null | undefined;
2214
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2215
+ id?: string | null | undefined;
2216
+ name?: string | null | undefined;
2217
+ }> & {
2218
+ id?: string | null | undefined;
2219
+ name?: string | null | undefined;
2220
+ }>;
2221
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
2222
+ id?: string | null | undefined;
2223
+ name?: string | null | undefined;
2224
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2225
+ id?: string | null | undefined;
2226
+ name?: string | null | undefined;
2227
+ }> & {
2228
+ id?: string | null | undefined;
2229
+ name?: string | null | undefined;
2230
+ }>;
2231
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
2232
+ id?: string | null | undefined;
2233
+ name?: string | null | undefined;
2234
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2235
+ id?: string | null | undefined;
2236
+ name?: string | null | undefined;
2237
+ }> & {
2238
+ id?: string | null | undefined;
2239
+ name?: string | null | undefined;
2240
+ }>;
2241
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
2242
+ id?: string | null | undefined;
2243
+ name?: string | null | undefined;
2244
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2245
+ id?: string | null | undefined;
2246
+ name?: string | null | undefined;
2247
+ }> & {
2248
+ id?: string | null | undefined;
2249
+ name?: string | null | undefined;
2250
+ }>;
2251
+ otherBots: import("mongoose").Types.DocumentArray<{
2252
+ id?: string | null | undefined;
2253
+ name?: string | null | undefined;
2254
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2255
+ id?: string | null | undefined;
2256
+ name?: string | null | undefined;
2257
+ }> & {
2258
+ id?: string | null | undefined;
2259
+ name?: string | null | undefined;
2260
+ }>;
785
2261
  disableMatchmakingChecks: boolean[];
786
2262
  disableJoinMessages: boolean[];
787
2263
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -862,119 +2338,539 @@ export declare const CategoryModel: import("mongoose").Model<{
862
2338
  actions: number[];
863
2339
  messages: string[];
864
2340
  }>;
865
- onlyOwnerCommands: string[];
866
- onlyAdminCommands: string[];
867
- onlyWhitelistUsersCommands: string[];
868
- onlyFriendsCommands: string[];
869
- onlyPartyMembersCommands: string[];
870
- onlyWhisperCommands: string[];
871
- startOutfit: string[];
872
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
873
- 1: unknown;
874
- 0: number[];
2341
+ startOutfit: import("mongoose").Types.DocumentArray<{
2342
+ variants: import("mongoose").Types.DocumentArray<{
2343
+ 1: unknown;
2344
+ 0?: number | null | undefined;
2345
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2346
+ 1: unknown;
2347
+ 0?: number | null | undefined;
2348
+ }> & {
2349
+ 1: unknown;
2350
+ 0?: number | null | undefined;
2351
+ }>;
2352
+ id?: string | null | undefined;
875
2353
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
876
- 1: unknown;
877
- 0: number[];
2354
+ variants: import("mongoose").Types.DocumentArray<{
2355
+ 1: unknown;
2356
+ 0?: number | null | undefined;
2357
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2358
+ 1: unknown;
2359
+ 0?: number | null | undefined;
2360
+ }> & {
2361
+ 1: unknown;
2362
+ 0?: number | null | undefined;
2363
+ }>;
2364
+ id?: string | null | undefined;
878
2365
  }> & {
879
- 1: unknown;
880
- 0: number[];
2366
+ variants: import("mongoose").Types.DocumentArray<{
2367
+ 1: unknown;
2368
+ 0?: number | null | undefined;
2369
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2370
+ 1: unknown;
2371
+ 0?: number | null | undefined;
2372
+ }> & {
2373
+ 1: unknown;
2374
+ 0?: number | null | undefined;
2375
+ }>;
2376
+ id?: string | null | undefined;
881
2377
  }>;
882
- startBackpack: string[];
883
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
884
- 1: unknown;
885
- 0: number[];
2378
+ startBackpack: import("mongoose").Types.DocumentArray<{
2379
+ variants: import("mongoose").Types.DocumentArray<{
2380
+ 1: unknown;
2381
+ 0?: number | null | undefined;
2382
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2383
+ 1: unknown;
2384
+ 0?: number | null | undefined;
2385
+ }> & {
2386
+ 1: unknown;
2387
+ 0?: number | null | undefined;
2388
+ }>;
2389
+ id?: string | null | undefined;
886
2390
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
887
- 1: unknown;
888
- 0: number[];
2391
+ variants: import("mongoose").Types.DocumentArray<{
2392
+ 1: unknown;
2393
+ 0?: number | null | undefined;
2394
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2395
+ 1: unknown;
2396
+ 0?: number | null | undefined;
2397
+ }> & {
2398
+ 1: unknown;
2399
+ 0?: number | null | undefined;
2400
+ }>;
2401
+ id?: string | null | undefined;
889
2402
  }> & {
890
- 1: unknown;
891
- 0: number[];
2403
+ variants: import("mongoose").Types.DocumentArray<{
2404
+ 1: unknown;
2405
+ 0?: number | null | undefined;
2406
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2407
+ 1: unknown;
2408
+ 0?: number | null | undefined;
2409
+ }> & {
2410
+ 1: unknown;
2411
+ 0?: number | null | undefined;
2412
+ }>;
2413
+ id?: string | null | undefined;
892
2414
  }>;
893
- startPickaxe: string[];
894
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
895
- 1: unknown;
896
- 0: number[];
2415
+ startPickaxe: import("mongoose").Types.DocumentArray<{
2416
+ variants: import("mongoose").Types.DocumentArray<{
2417
+ 1: unknown;
2418
+ 0?: number | null | undefined;
2419
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2420
+ 1: unknown;
2421
+ 0?: number | null | undefined;
2422
+ }> & {
2423
+ 1: unknown;
2424
+ 0?: number | null | undefined;
2425
+ }>;
2426
+ id?: string | null | undefined;
897
2427
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
898
- 1: unknown;
899
- 0: number[];
2428
+ variants: import("mongoose").Types.DocumentArray<{
2429
+ 1: unknown;
2430
+ 0?: number | null | undefined;
2431
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2432
+ 1: unknown;
2433
+ 0?: number | null | undefined;
2434
+ }> & {
2435
+ 1: unknown;
2436
+ 0?: number | null | undefined;
2437
+ }>;
2438
+ id?: string | null | undefined;
900
2439
  }> & {
901
- 1: unknown;
902
- 0: number[];
2440
+ variants: import("mongoose").Types.DocumentArray<{
2441
+ 1: unknown;
2442
+ 0?: number | null | undefined;
2443
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2444
+ 1: unknown;
2445
+ 0?: number | null | undefined;
2446
+ }> & {
2447
+ 1: unknown;
2448
+ 0?: number | null | undefined;
2449
+ }>;
2450
+ id?: string | null | undefined;
903
2451
  }>;
904
- startBanner: string[];
905
- joinOutfit: string[];
906
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
907
- 1: unknown;
908
- 0: number[];
2452
+ startShoes: import("mongoose").Types.DocumentArray<{
2453
+ variants: import("mongoose").Types.DocumentArray<{
2454
+ 1: unknown;
2455
+ 0?: number | null | undefined;
2456
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2457
+ 1: unknown;
2458
+ 0?: number | null | undefined;
2459
+ }> & {
2460
+ 1: unknown;
2461
+ 0?: number | null | undefined;
2462
+ }>;
2463
+ id?: string | null | undefined;
909
2464
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
910
- 1: unknown;
911
- 0: number[];
2465
+ variants: import("mongoose").Types.DocumentArray<{
2466
+ 1: unknown;
2467
+ 0?: number | null | undefined;
2468
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2469
+ 1: unknown;
2470
+ 0?: number | null | undefined;
2471
+ }> & {
2472
+ 1: unknown;
2473
+ 0?: number | null | undefined;
2474
+ }>;
2475
+ id?: string | null | undefined;
912
2476
  }> & {
913
- 1: unknown;
914
- 0: number[];
2477
+ variants: import("mongoose").Types.DocumentArray<{
2478
+ 1: unknown;
2479
+ 0?: number | null | undefined;
2480
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2481
+ 1: unknown;
2482
+ 0?: number | null | undefined;
2483
+ }> & {
2484
+ 1: unknown;
2485
+ 0?: number | null | undefined;
2486
+ }>;
2487
+ id?: string | null | undefined;
2488
+ }>;
2489
+ startBanner: import("mongoose").Types.DocumentArray<{
2490
+ id?: string | null | undefined;
2491
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2492
+ id?: string | null | undefined;
2493
+ }> & {
2494
+ id?: string | null | undefined;
2495
+ }>;
2496
+ joinOutfit: import("mongoose").Types.DocumentArray<{
2497
+ variants: import("mongoose").Types.DocumentArray<{
2498
+ 1: unknown;
2499
+ 0?: number | null | undefined;
2500
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2501
+ 1: unknown;
2502
+ 0?: number | null | undefined;
2503
+ }> & {
2504
+ 1: unknown;
2505
+ 0?: number | null | undefined;
2506
+ }>;
2507
+ id?: string | null | undefined;
2508
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2509
+ variants: import("mongoose").Types.DocumentArray<{
2510
+ 1: unknown;
2511
+ 0?: number | null | undefined;
2512
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2513
+ 1: unknown;
2514
+ 0?: number | null | undefined;
2515
+ }> & {
2516
+ 1: unknown;
2517
+ 0?: number | null | undefined;
2518
+ }>;
2519
+ id?: string | null | undefined;
2520
+ }> & {
2521
+ variants: import("mongoose").Types.DocumentArray<{
2522
+ 1: unknown;
2523
+ 0?: number | null | undefined;
2524
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2525
+ 1: unknown;
2526
+ 0?: number | null | undefined;
2527
+ }> & {
2528
+ 1: unknown;
2529
+ 0?: number | null | undefined;
2530
+ }>;
2531
+ id?: string | null | undefined;
2532
+ }>;
2533
+ joinBackpack: import("mongoose").Types.DocumentArray<{
2534
+ variants: import("mongoose").Types.DocumentArray<{
2535
+ 1: unknown;
2536
+ 0?: number | null | undefined;
2537
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2538
+ 1: unknown;
2539
+ 0?: number | null | undefined;
2540
+ }> & {
2541
+ 1: unknown;
2542
+ 0?: number | null | undefined;
2543
+ }>;
2544
+ id?: string | null | undefined;
2545
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2546
+ variants: import("mongoose").Types.DocumentArray<{
2547
+ 1: unknown;
2548
+ 0?: number | null | undefined;
2549
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2550
+ 1: unknown;
2551
+ 0?: number | null | undefined;
2552
+ }> & {
2553
+ 1: unknown;
2554
+ 0?: number | null | undefined;
2555
+ }>;
2556
+ id?: string | null | undefined;
2557
+ }> & {
2558
+ variants: import("mongoose").Types.DocumentArray<{
2559
+ 1: unknown;
2560
+ 0?: number | null | undefined;
2561
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2562
+ 1: unknown;
2563
+ 0?: number | null | undefined;
2564
+ }> & {
2565
+ 1: unknown;
2566
+ 0?: number | null | undefined;
2567
+ }>;
2568
+ id?: string | null | undefined;
2569
+ }>;
2570
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
2571
+ variants: import("mongoose").Types.DocumentArray<{
2572
+ 1: unknown;
2573
+ 0?: number | null | undefined;
2574
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2575
+ 1: unknown;
2576
+ 0?: number | null | undefined;
2577
+ }> & {
2578
+ 1: unknown;
2579
+ 0?: number | null | undefined;
2580
+ }>;
2581
+ id?: string | null | undefined;
2582
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2583
+ variants: import("mongoose").Types.DocumentArray<{
2584
+ 1: unknown;
2585
+ 0?: number | null | undefined;
2586
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2587
+ 1: unknown;
2588
+ 0?: number | null | undefined;
2589
+ }> & {
2590
+ 1: unknown;
2591
+ 0?: number | null | undefined;
2592
+ }>;
2593
+ id?: string | null | undefined;
2594
+ }> & {
2595
+ variants: import("mongoose").Types.DocumentArray<{
2596
+ 1: unknown;
2597
+ 0?: number | null | undefined;
2598
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2599
+ 1: unknown;
2600
+ 0?: number | null | undefined;
2601
+ }> & {
2602
+ 1: unknown;
2603
+ 0?: number | null | undefined;
2604
+ }>;
2605
+ id?: string | null | undefined;
915
2606
  }>;
916
- joinBackpack: string[];
917
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
2607
+ joinEmote: import("mongoose").Types.DocumentArray<{
918
2608
  1: unknown;
919
- 0: number[];
2609
+ 0?: {
2610
+ id?: string | null | undefined;
2611
+ } | null | undefined;
920
2612
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
921
2613
  1: unknown;
922
- 0: number[];
2614
+ 0?: {
2615
+ id?: string | null | undefined;
2616
+ } | null | undefined;
923
2617
  }> & {
924
2618
  1: unknown;
925
- 0: number[];
2619
+ 0?: {
2620
+ id?: string | null | undefined;
2621
+ } | null | undefined;
926
2622
  }>;
927
- joinPickaxe: string[];
928
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
2623
+ joinEmoji: import("mongoose").Types.DocumentArray<{
929
2624
  1: unknown;
930
- 0: number[];
2625
+ 0?: {
2626
+ id?: string | null | undefined;
2627
+ } | null | undefined;
931
2628
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
932
2629
  1: unknown;
933
- 0: number[];
2630
+ 0?: {
2631
+ id?: string | null | undefined;
2632
+ } | null | undefined;
934
2633
  }> & {
935
2634
  1: unknown;
936
- 0: number[];
2635
+ 0?: {
2636
+ id?: string | null | undefined;
2637
+ } | null | undefined;
937
2638
  }>;
938
- joinEmote: string[];
939
- joinEmoji: string[];
940
- joinBanner: string[];
941
- memberJoinOutfit: string[];
942
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
2639
+ joinShoes: import("mongoose").Types.DocumentArray<{
2640
+ variants: import("mongoose").Types.DocumentArray<{
2641
+ 1: unknown;
2642
+ 0?: number | null | undefined;
2643
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2644
+ 1: unknown;
2645
+ 0?: number | null | undefined;
2646
+ }> & {
2647
+ 1: unknown;
2648
+ 0?: number | null | undefined;
2649
+ }>;
2650
+ id?: string | null | undefined;
2651
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2652
+ variants: import("mongoose").Types.DocumentArray<{
2653
+ 1: unknown;
2654
+ 0?: number | null | undefined;
2655
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2656
+ 1: unknown;
2657
+ 0?: number | null | undefined;
2658
+ }> & {
2659
+ 1: unknown;
2660
+ 0?: number | null | undefined;
2661
+ }>;
2662
+ id?: string | null | undefined;
2663
+ }> & {
2664
+ variants: import("mongoose").Types.DocumentArray<{
2665
+ 1: unknown;
2666
+ 0?: number | null | undefined;
2667
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2668
+ 1: unknown;
2669
+ 0?: number | null | undefined;
2670
+ }> & {
2671
+ 1: unknown;
2672
+ 0?: number | null | undefined;
2673
+ }>;
2674
+ id?: string | null | undefined;
2675
+ }>;
2676
+ joinBanner: import("mongoose").Types.DocumentArray<{
943
2677
  1: unknown;
944
- 0: number[];
2678
+ 0?: {
2679
+ id?: string | null | undefined;
2680
+ } | null | undefined;
945
2681
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
946
2682
  1: unknown;
947
- 0: number[];
2683
+ 0?: {
2684
+ id?: string | null | undefined;
2685
+ } | null | undefined;
948
2686
  }> & {
949
2687
  1: unknown;
950
- 0: number[];
2688
+ 0?: {
2689
+ id?: string | null | undefined;
2690
+ } | null | undefined;
2691
+ }>;
2692
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
2693
+ variants: import("mongoose").Types.DocumentArray<{
2694
+ 1: unknown;
2695
+ 0?: number | null | undefined;
2696
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2697
+ 1: unknown;
2698
+ 0?: number | null | undefined;
2699
+ }> & {
2700
+ 1: unknown;
2701
+ 0?: number | null | undefined;
2702
+ }>;
2703
+ id?: string | null | undefined;
2704
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2705
+ variants: import("mongoose").Types.DocumentArray<{
2706
+ 1: unknown;
2707
+ 0?: number | null | undefined;
2708
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2709
+ 1: unknown;
2710
+ 0?: number | null | undefined;
2711
+ }> & {
2712
+ 1: unknown;
2713
+ 0?: number | null | undefined;
2714
+ }>;
2715
+ id?: string | null | undefined;
2716
+ }> & {
2717
+ variants: import("mongoose").Types.DocumentArray<{
2718
+ 1: unknown;
2719
+ 0?: number | null | undefined;
2720
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2721
+ 1: unknown;
2722
+ 0?: number | null | undefined;
2723
+ }> & {
2724
+ 1: unknown;
2725
+ 0?: number | null | undefined;
2726
+ }>;
2727
+ id?: string | null | undefined;
951
2728
  }>;
952
- memberJoinBackpack: string[];
953
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
2729
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
2730
+ variants: import("mongoose").Types.DocumentArray<{
2731
+ 1: unknown;
2732
+ 0?: number | null | undefined;
2733
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2734
+ 1: unknown;
2735
+ 0?: number | null | undefined;
2736
+ }> & {
2737
+ 1: unknown;
2738
+ 0?: number | null | undefined;
2739
+ }>;
2740
+ id?: string | null | undefined;
2741
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2742
+ variants: import("mongoose").Types.DocumentArray<{
2743
+ 1: unknown;
2744
+ 0?: number | null | undefined;
2745
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2746
+ 1: unknown;
2747
+ 0?: number | null | undefined;
2748
+ }> & {
2749
+ 1: unknown;
2750
+ 0?: number | null | undefined;
2751
+ }>;
2752
+ id?: string | null | undefined;
2753
+ }> & {
2754
+ variants: import("mongoose").Types.DocumentArray<{
2755
+ 1: unknown;
2756
+ 0?: number | null | undefined;
2757
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2758
+ 1: unknown;
2759
+ 0?: number | null | undefined;
2760
+ }> & {
2761
+ 1: unknown;
2762
+ 0?: number | null | undefined;
2763
+ }>;
2764
+ id?: string | null | undefined;
2765
+ }>;
2766
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
2767
+ variants: import("mongoose").Types.DocumentArray<{
2768
+ 1: unknown;
2769
+ 0?: number | null | undefined;
2770
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2771
+ 1: unknown;
2772
+ 0?: number | null | undefined;
2773
+ }> & {
2774
+ 1: unknown;
2775
+ 0?: number | null | undefined;
2776
+ }>;
2777
+ id?: string | null | undefined;
2778
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2779
+ variants: import("mongoose").Types.DocumentArray<{
2780
+ 1: unknown;
2781
+ 0?: number | null | undefined;
2782
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2783
+ 1: unknown;
2784
+ 0?: number | null | undefined;
2785
+ }> & {
2786
+ 1: unknown;
2787
+ 0?: number | null | undefined;
2788
+ }>;
2789
+ id?: string | null | undefined;
2790
+ }> & {
2791
+ variants: import("mongoose").Types.DocumentArray<{
2792
+ 1: unknown;
2793
+ 0?: number | null | undefined;
2794
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2795
+ 1: unknown;
2796
+ 0?: number | null | undefined;
2797
+ }> & {
2798
+ 1: unknown;
2799
+ 0?: number | null | undefined;
2800
+ }>;
2801
+ id?: string | null | undefined;
2802
+ }>;
2803
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
954
2804
  1: unknown;
955
- 0: number[];
2805
+ 0?: {
2806
+ id?: string | null | undefined;
2807
+ } | null | undefined;
956
2808
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
957
2809
  1: unknown;
958
- 0: number[];
2810
+ 0?: {
2811
+ id?: string | null | undefined;
2812
+ } | null | undefined;
959
2813
  }> & {
960
2814
  1: unknown;
961
- 0: number[];
2815
+ 0?: {
2816
+ id?: string | null | undefined;
2817
+ } | null | undefined;
2818
+ }>;
2819
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
2820
+ variants: import("mongoose").Types.DocumentArray<{
2821
+ 1: unknown;
2822
+ 0?: number | null | undefined;
2823
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2824
+ 1: unknown;
2825
+ 0?: number | null | undefined;
2826
+ }> & {
2827
+ 1: unknown;
2828
+ 0?: number | null | undefined;
2829
+ }>;
2830
+ id?: string | null | undefined;
2831
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2832
+ variants: import("mongoose").Types.DocumentArray<{
2833
+ 1: unknown;
2834
+ 0?: number | null | undefined;
2835
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2836
+ 1: unknown;
2837
+ 0?: number | null | undefined;
2838
+ }> & {
2839
+ 1: unknown;
2840
+ 0?: number | null | undefined;
2841
+ }>;
2842
+ id?: string | null | undefined;
2843
+ }> & {
2844
+ variants: import("mongoose").Types.DocumentArray<{
2845
+ 1: unknown;
2846
+ 0?: number | null | undefined;
2847
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2848
+ 1: unknown;
2849
+ 0?: number | null | undefined;
2850
+ }> & {
2851
+ 1: unknown;
2852
+ 0?: number | null | undefined;
2853
+ }>;
2854
+ id?: string | null | undefined;
962
2855
  }>;
963
- memberJoinPickaxe: string[];
964
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
2856
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
965
2857
  1: unknown;
966
- 0: number[];
2858
+ 0?: {
2859
+ id?: string | null | undefined;
2860
+ } | null | undefined;
967
2861
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
968
2862
  1: unknown;
969
- 0: number[];
2863
+ 0?: {
2864
+ id?: string | null | undefined;
2865
+ } | null | undefined;
970
2866
  }> & {
971
2867
  1: unknown;
972
- 0: number[];
2868
+ 0?: {
2869
+ id?: string | null | undefined;
2870
+ } | null | undefined;
973
2871
  }>;
974
- memberJoinEmote: string[];
975
- memberJoinEmoji: string[];
976
- memberJoinBanner: string[];
977
2872
  privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
2873
+ statusInterval?: number | null | undefined;
978
2874
  inviteTimeout?: number | null | undefined;
979
2875
  maxBotsPerLobby?: number | null | undefined;
980
2876
  maxBotsPerLobbyWithOwner?: number | null | undefined;
@@ -996,16 +2892,69 @@ export declare const CategoryModel: import("mongoose").Model<{
996
2892
  searchLangs: string[];
997
2893
  platform: string[];
998
2894
  prefixes: string[];
999
- extraOwners: string[];
1000
- admins: string[];
1001
- whitelistUsers: string[];
1002
- blacklistUsers: string[];
1003
- excludedAutoAddFriends: string[];
1004
- otherBots: string[];
1005
2895
  statusText: string[];
1006
- statusInterval: number[];
1007
2896
  level: number[];
1008
2897
  bpLevel: number[];
2898
+ extraOwners: import("mongoose").Types.DocumentArray<{
2899
+ id?: string | null | undefined;
2900
+ name?: string | null | undefined;
2901
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2902
+ id?: string | null | undefined;
2903
+ name?: string | null | undefined;
2904
+ }> & {
2905
+ id?: string | null | undefined;
2906
+ name?: string | null | undefined;
2907
+ }>;
2908
+ admins: import("mongoose").Types.DocumentArray<{
2909
+ id?: string | null | undefined;
2910
+ name?: string | null | undefined;
2911
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2912
+ id?: string | null | undefined;
2913
+ name?: string | null | undefined;
2914
+ }> & {
2915
+ id?: string | null | undefined;
2916
+ name?: string | null | undefined;
2917
+ }>;
2918
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
2919
+ id?: string | null | undefined;
2920
+ name?: string | null | undefined;
2921
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2922
+ id?: string | null | undefined;
2923
+ name?: string | null | undefined;
2924
+ }> & {
2925
+ id?: string | null | undefined;
2926
+ name?: string | null | undefined;
2927
+ }>;
2928
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
2929
+ id?: string | null | undefined;
2930
+ name?: string | null | undefined;
2931
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2932
+ id?: string | null | undefined;
2933
+ name?: string | null | undefined;
2934
+ }> & {
2935
+ id?: string | null | undefined;
2936
+ name?: string | null | undefined;
2937
+ }>;
2938
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
2939
+ id?: string | null | undefined;
2940
+ name?: string | null | undefined;
2941
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2942
+ id?: string | null | undefined;
2943
+ name?: string | null | undefined;
2944
+ }> & {
2945
+ id?: string | null | undefined;
2946
+ name?: string | null | undefined;
2947
+ }>;
2948
+ otherBots: import("mongoose").Types.DocumentArray<{
2949
+ id?: string | null | undefined;
2950
+ name?: string | null | undefined;
2951
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
2952
+ id?: string | null | undefined;
2953
+ name?: string | null | undefined;
2954
+ }> & {
2955
+ id?: string | null | undefined;
2956
+ name?: string | null | undefined;
2957
+ }>;
1009
2958
  disableMatchmakingChecks: boolean[];
1010
2959
  disableJoinMessages: boolean[];
1011
2960
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -1086,119 +3035,539 @@ export declare const CategoryModel: import("mongoose").Model<{
1086
3035
  actions: number[];
1087
3036
  messages: string[];
1088
3037
  }>;
1089
- onlyOwnerCommands: string[];
1090
- onlyAdminCommands: string[];
1091
- onlyWhitelistUsersCommands: string[];
1092
- onlyFriendsCommands: string[];
1093
- onlyPartyMembersCommands: string[];
1094
- onlyWhisperCommands: string[];
1095
- startOutfit: string[];
1096
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
1097
- 1: unknown;
1098
- 0: number[];
3038
+ startOutfit: import("mongoose").Types.DocumentArray<{
3039
+ variants: import("mongoose").Types.DocumentArray<{
3040
+ 1: unknown;
3041
+ 0?: number | null | undefined;
3042
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3043
+ 1: unknown;
3044
+ 0?: number | null | undefined;
3045
+ }> & {
3046
+ 1: unknown;
3047
+ 0?: number | null | undefined;
3048
+ }>;
3049
+ id?: string | null | undefined;
1099
3050
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1100
- 1: unknown;
1101
- 0: number[];
3051
+ variants: import("mongoose").Types.DocumentArray<{
3052
+ 1: unknown;
3053
+ 0?: number | null | undefined;
3054
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3055
+ 1: unknown;
3056
+ 0?: number | null | undefined;
3057
+ }> & {
3058
+ 1: unknown;
3059
+ 0?: number | null | undefined;
3060
+ }>;
3061
+ id?: string | null | undefined;
1102
3062
  }> & {
1103
- 1: unknown;
1104
- 0: number[];
3063
+ variants: import("mongoose").Types.DocumentArray<{
3064
+ 1: unknown;
3065
+ 0?: number | null | undefined;
3066
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3067
+ 1: unknown;
3068
+ 0?: number | null | undefined;
3069
+ }> & {
3070
+ 1: unknown;
3071
+ 0?: number | null | undefined;
3072
+ }>;
3073
+ id?: string | null | undefined;
1105
3074
  }>;
1106
- startBackpack: string[];
1107
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
1108
- 1: unknown;
1109
- 0: number[];
3075
+ startBackpack: import("mongoose").Types.DocumentArray<{
3076
+ variants: import("mongoose").Types.DocumentArray<{
3077
+ 1: unknown;
3078
+ 0?: number | null | undefined;
3079
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3080
+ 1: unknown;
3081
+ 0?: number | null | undefined;
3082
+ }> & {
3083
+ 1: unknown;
3084
+ 0?: number | null | undefined;
3085
+ }>;
3086
+ id?: string | null | undefined;
1110
3087
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1111
- 1: unknown;
1112
- 0: number[];
3088
+ variants: import("mongoose").Types.DocumentArray<{
3089
+ 1: unknown;
3090
+ 0?: number | null | undefined;
3091
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3092
+ 1: unknown;
3093
+ 0?: number | null | undefined;
3094
+ }> & {
3095
+ 1: unknown;
3096
+ 0?: number | null | undefined;
3097
+ }>;
3098
+ id?: string | null | undefined;
1113
3099
  }> & {
1114
- 1: unknown;
1115
- 0: number[];
3100
+ variants: import("mongoose").Types.DocumentArray<{
3101
+ 1: unknown;
3102
+ 0?: number | null | undefined;
3103
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3104
+ 1: unknown;
3105
+ 0?: number | null | undefined;
3106
+ }> & {
3107
+ 1: unknown;
3108
+ 0?: number | null | undefined;
3109
+ }>;
3110
+ id?: string | null | undefined;
1116
3111
  }>;
1117
- startPickaxe: string[];
1118
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
1119
- 1: unknown;
1120
- 0: number[];
3112
+ startPickaxe: import("mongoose").Types.DocumentArray<{
3113
+ variants: import("mongoose").Types.DocumentArray<{
3114
+ 1: unknown;
3115
+ 0?: number | null | undefined;
3116
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3117
+ 1: unknown;
3118
+ 0?: number | null | undefined;
3119
+ }> & {
3120
+ 1: unknown;
3121
+ 0?: number | null | undefined;
3122
+ }>;
3123
+ id?: string | null | undefined;
1121
3124
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1122
- 1: unknown;
1123
- 0: number[];
3125
+ variants: import("mongoose").Types.DocumentArray<{
3126
+ 1: unknown;
3127
+ 0?: number | null | undefined;
3128
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3129
+ 1: unknown;
3130
+ 0?: number | null | undefined;
3131
+ }> & {
3132
+ 1: unknown;
3133
+ 0?: number | null | undefined;
3134
+ }>;
3135
+ id?: string | null | undefined;
1124
3136
  }> & {
1125
- 1: unknown;
1126
- 0: number[];
3137
+ variants: import("mongoose").Types.DocumentArray<{
3138
+ 1: unknown;
3139
+ 0?: number | null | undefined;
3140
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3141
+ 1: unknown;
3142
+ 0?: number | null | undefined;
3143
+ }> & {
3144
+ 1: unknown;
3145
+ 0?: number | null | undefined;
3146
+ }>;
3147
+ id?: string | null | undefined;
1127
3148
  }>;
1128
- startBanner: string[];
1129
- joinOutfit: string[];
1130
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
1131
- 1: unknown;
1132
- 0: number[];
3149
+ startShoes: import("mongoose").Types.DocumentArray<{
3150
+ variants: import("mongoose").Types.DocumentArray<{
3151
+ 1: unknown;
3152
+ 0?: number | null | undefined;
3153
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3154
+ 1: unknown;
3155
+ 0?: number | null | undefined;
3156
+ }> & {
3157
+ 1: unknown;
3158
+ 0?: number | null | undefined;
3159
+ }>;
3160
+ id?: string | null | undefined;
1133
3161
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1134
- 1: unknown;
1135
- 0: number[];
3162
+ variants: import("mongoose").Types.DocumentArray<{
3163
+ 1: unknown;
3164
+ 0?: number | null | undefined;
3165
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3166
+ 1: unknown;
3167
+ 0?: number | null | undefined;
3168
+ }> & {
3169
+ 1: unknown;
3170
+ 0?: number | null | undefined;
3171
+ }>;
3172
+ id?: string | null | undefined;
1136
3173
  }> & {
1137
- 1: unknown;
1138
- 0: number[];
3174
+ variants: import("mongoose").Types.DocumentArray<{
3175
+ 1: unknown;
3176
+ 0?: number | null | undefined;
3177
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3178
+ 1: unknown;
3179
+ 0?: number | null | undefined;
3180
+ }> & {
3181
+ 1: unknown;
3182
+ 0?: number | null | undefined;
3183
+ }>;
3184
+ id?: string | null | undefined;
3185
+ }>;
3186
+ startBanner: import("mongoose").Types.DocumentArray<{
3187
+ id?: string | null | undefined;
3188
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3189
+ id?: string | null | undefined;
3190
+ }> & {
3191
+ id?: string | null | undefined;
3192
+ }>;
3193
+ joinOutfit: import("mongoose").Types.DocumentArray<{
3194
+ variants: import("mongoose").Types.DocumentArray<{
3195
+ 1: unknown;
3196
+ 0?: number | null | undefined;
3197
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3198
+ 1: unknown;
3199
+ 0?: number | null | undefined;
3200
+ }> & {
3201
+ 1: unknown;
3202
+ 0?: number | null | undefined;
3203
+ }>;
3204
+ id?: string | null | undefined;
3205
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3206
+ variants: import("mongoose").Types.DocumentArray<{
3207
+ 1: unknown;
3208
+ 0?: number | null | undefined;
3209
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3210
+ 1: unknown;
3211
+ 0?: number | null | undefined;
3212
+ }> & {
3213
+ 1: unknown;
3214
+ 0?: number | null | undefined;
3215
+ }>;
3216
+ id?: string | null | undefined;
3217
+ }> & {
3218
+ variants: import("mongoose").Types.DocumentArray<{
3219
+ 1: unknown;
3220
+ 0?: number | null | undefined;
3221
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3222
+ 1: unknown;
3223
+ 0?: number | null | undefined;
3224
+ }> & {
3225
+ 1: unknown;
3226
+ 0?: number | null | undefined;
3227
+ }>;
3228
+ id?: string | null | undefined;
3229
+ }>;
3230
+ joinBackpack: import("mongoose").Types.DocumentArray<{
3231
+ variants: import("mongoose").Types.DocumentArray<{
3232
+ 1: unknown;
3233
+ 0?: number | null | undefined;
3234
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3235
+ 1: unknown;
3236
+ 0?: number | null | undefined;
3237
+ }> & {
3238
+ 1: unknown;
3239
+ 0?: number | null | undefined;
3240
+ }>;
3241
+ id?: string | null | undefined;
3242
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3243
+ variants: import("mongoose").Types.DocumentArray<{
3244
+ 1: unknown;
3245
+ 0?: number | null | undefined;
3246
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3247
+ 1: unknown;
3248
+ 0?: number | null | undefined;
3249
+ }> & {
3250
+ 1: unknown;
3251
+ 0?: number | null | undefined;
3252
+ }>;
3253
+ id?: string | null | undefined;
3254
+ }> & {
3255
+ variants: import("mongoose").Types.DocumentArray<{
3256
+ 1: unknown;
3257
+ 0?: number | null | undefined;
3258
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3259
+ 1: unknown;
3260
+ 0?: number | null | undefined;
3261
+ }> & {
3262
+ 1: unknown;
3263
+ 0?: number | null | undefined;
3264
+ }>;
3265
+ id?: string | null | undefined;
3266
+ }>;
3267
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
3268
+ variants: import("mongoose").Types.DocumentArray<{
3269
+ 1: unknown;
3270
+ 0?: number | null | undefined;
3271
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3272
+ 1: unknown;
3273
+ 0?: number | null | undefined;
3274
+ }> & {
3275
+ 1: unknown;
3276
+ 0?: number | null | undefined;
3277
+ }>;
3278
+ id?: string | null | undefined;
3279
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3280
+ variants: import("mongoose").Types.DocumentArray<{
3281
+ 1: unknown;
3282
+ 0?: number | null | undefined;
3283
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3284
+ 1: unknown;
3285
+ 0?: number | null | undefined;
3286
+ }> & {
3287
+ 1: unknown;
3288
+ 0?: number | null | undefined;
3289
+ }>;
3290
+ id?: string | null | undefined;
3291
+ }> & {
3292
+ variants: import("mongoose").Types.DocumentArray<{
3293
+ 1: unknown;
3294
+ 0?: number | null | undefined;
3295
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3296
+ 1: unknown;
3297
+ 0?: number | null | undefined;
3298
+ }> & {
3299
+ 1: unknown;
3300
+ 0?: number | null | undefined;
3301
+ }>;
3302
+ id?: string | null | undefined;
1139
3303
  }>;
1140
- joinBackpack: string[];
1141
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
3304
+ joinEmote: import("mongoose").Types.DocumentArray<{
1142
3305
  1: unknown;
1143
- 0: number[];
3306
+ 0?: {
3307
+ id?: string | null | undefined;
3308
+ } | null | undefined;
1144
3309
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1145
3310
  1: unknown;
1146
- 0: number[];
3311
+ 0?: {
3312
+ id?: string | null | undefined;
3313
+ } | null | undefined;
1147
3314
  }> & {
1148
3315
  1: unknown;
1149
- 0: number[];
3316
+ 0?: {
3317
+ id?: string | null | undefined;
3318
+ } | null | undefined;
1150
3319
  }>;
1151
- joinPickaxe: string[];
1152
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
3320
+ joinEmoji: import("mongoose").Types.DocumentArray<{
1153
3321
  1: unknown;
1154
- 0: number[];
3322
+ 0?: {
3323
+ id?: string | null | undefined;
3324
+ } | null | undefined;
1155
3325
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1156
3326
  1: unknown;
1157
- 0: number[];
3327
+ 0?: {
3328
+ id?: string | null | undefined;
3329
+ } | null | undefined;
1158
3330
  }> & {
1159
3331
  1: unknown;
1160
- 0: number[];
3332
+ 0?: {
3333
+ id?: string | null | undefined;
3334
+ } | null | undefined;
1161
3335
  }>;
1162
- joinEmote: string[];
1163
- joinEmoji: string[];
1164
- joinBanner: string[];
1165
- memberJoinOutfit: string[];
1166
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
3336
+ joinShoes: import("mongoose").Types.DocumentArray<{
3337
+ variants: import("mongoose").Types.DocumentArray<{
3338
+ 1: unknown;
3339
+ 0?: number | null | undefined;
3340
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3341
+ 1: unknown;
3342
+ 0?: number | null | undefined;
3343
+ }> & {
3344
+ 1: unknown;
3345
+ 0?: number | null | undefined;
3346
+ }>;
3347
+ id?: string | null | undefined;
3348
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3349
+ variants: import("mongoose").Types.DocumentArray<{
3350
+ 1: unknown;
3351
+ 0?: number | null | undefined;
3352
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3353
+ 1: unknown;
3354
+ 0?: number | null | undefined;
3355
+ }> & {
3356
+ 1: unknown;
3357
+ 0?: number | null | undefined;
3358
+ }>;
3359
+ id?: string | null | undefined;
3360
+ }> & {
3361
+ variants: import("mongoose").Types.DocumentArray<{
3362
+ 1: unknown;
3363
+ 0?: number | null | undefined;
3364
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3365
+ 1: unknown;
3366
+ 0?: number | null | undefined;
3367
+ }> & {
3368
+ 1: unknown;
3369
+ 0?: number | null | undefined;
3370
+ }>;
3371
+ id?: string | null | undefined;
3372
+ }>;
3373
+ joinBanner: import("mongoose").Types.DocumentArray<{
1167
3374
  1: unknown;
1168
- 0: number[];
3375
+ 0?: {
3376
+ id?: string | null | undefined;
3377
+ } | null | undefined;
1169
3378
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1170
3379
  1: unknown;
1171
- 0: number[];
3380
+ 0?: {
3381
+ id?: string | null | undefined;
3382
+ } | null | undefined;
1172
3383
  }> & {
1173
3384
  1: unknown;
1174
- 0: number[];
3385
+ 0?: {
3386
+ id?: string | null | undefined;
3387
+ } | null | undefined;
3388
+ }>;
3389
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
3390
+ variants: import("mongoose").Types.DocumentArray<{
3391
+ 1: unknown;
3392
+ 0?: number | null | undefined;
3393
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3394
+ 1: unknown;
3395
+ 0?: number | null | undefined;
3396
+ }> & {
3397
+ 1: unknown;
3398
+ 0?: number | null | undefined;
3399
+ }>;
3400
+ id?: string | null | undefined;
3401
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3402
+ variants: import("mongoose").Types.DocumentArray<{
3403
+ 1: unknown;
3404
+ 0?: number | null | undefined;
3405
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3406
+ 1: unknown;
3407
+ 0?: number | null | undefined;
3408
+ }> & {
3409
+ 1: unknown;
3410
+ 0?: number | null | undefined;
3411
+ }>;
3412
+ id?: string | null | undefined;
3413
+ }> & {
3414
+ variants: import("mongoose").Types.DocumentArray<{
3415
+ 1: unknown;
3416
+ 0?: number | null | undefined;
3417
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3418
+ 1: unknown;
3419
+ 0?: number | null | undefined;
3420
+ }> & {
3421
+ 1: unknown;
3422
+ 0?: number | null | undefined;
3423
+ }>;
3424
+ id?: string | null | undefined;
3425
+ }>;
3426
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
3427
+ variants: import("mongoose").Types.DocumentArray<{
3428
+ 1: unknown;
3429
+ 0?: number | null | undefined;
3430
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3431
+ 1: unknown;
3432
+ 0?: number | null | undefined;
3433
+ }> & {
3434
+ 1: unknown;
3435
+ 0?: number | null | undefined;
3436
+ }>;
3437
+ id?: string | null | undefined;
3438
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3439
+ variants: import("mongoose").Types.DocumentArray<{
3440
+ 1: unknown;
3441
+ 0?: number | null | undefined;
3442
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3443
+ 1: unknown;
3444
+ 0?: number | null | undefined;
3445
+ }> & {
3446
+ 1: unknown;
3447
+ 0?: number | null | undefined;
3448
+ }>;
3449
+ id?: string | null | undefined;
3450
+ }> & {
3451
+ variants: import("mongoose").Types.DocumentArray<{
3452
+ 1: unknown;
3453
+ 0?: number | null | undefined;
3454
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3455
+ 1: unknown;
3456
+ 0?: number | null | undefined;
3457
+ }> & {
3458
+ 1: unknown;
3459
+ 0?: number | null | undefined;
3460
+ }>;
3461
+ id?: string | null | undefined;
1175
3462
  }>;
1176
- memberJoinBackpack: string[];
1177
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
3463
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
3464
+ variants: import("mongoose").Types.DocumentArray<{
3465
+ 1: unknown;
3466
+ 0?: number | null | undefined;
3467
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3468
+ 1: unknown;
3469
+ 0?: number | null | undefined;
3470
+ }> & {
3471
+ 1: unknown;
3472
+ 0?: number | null | undefined;
3473
+ }>;
3474
+ id?: string | null | undefined;
3475
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3476
+ variants: import("mongoose").Types.DocumentArray<{
3477
+ 1: unknown;
3478
+ 0?: number | null | undefined;
3479
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3480
+ 1: unknown;
3481
+ 0?: number | null | undefined;
3482
+ }> & {
3483
+ 1: unknown;
3484
+ 0?: number | null | undefined;
3485
+ }>;
3486
+ id?: string | null | undefined;
3487
+ }> & {
3488
+ variants: import("mongoose").Types.DocumentArray<{
3489
+ 1: unknown;
3490
+ 0?: number | null | undefined;
3491
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3492
+ 1: unknown;
3493
+ 0?: number | null | undefined;
3494
+ }> & {
3495
+ 1: unknown;
3496
+ 0?: number | null | undefined;
3497
+ }>;
3498
+ id?: string | null | undefined;
3499
+ }>;
3500
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
1178
3501
  1: unknown;
1179
- 0: number[];
3502
+ 0?: {
3503
+ id?: string | null | undefined;
3504
+ } | null | undefined;
1180
3505
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1181
3506
  1: unknown;
1182
- 0: number[];
3507
+ 0?: {
3508
+ id?: string | null | undefined;
3509
+ } | null | undefined;
1183
3510
  }> & {
1184
3511
  1: unknown;
1185
- 0: number[];
3512
+ 0?: {
3513
+ id?: string | null | undefined;
3514
+ } | null | undefined;
3515
+ }>;
3516
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
3517
+ variants: import("mongoose").Types.DocumentArray<{
3518
+ 1: unknown;
3519
+ 0?: number | null | undefined;
3520
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3521
+ 1: unknown;
3522
+ 0?: number | null | undefined;
3523
+ }> & {
3524
+ 1: unknown;
3525
+ 0?: number | null | undefined;
3526
+ }>;
3527
+ id?: string | null | undefined;
3528
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3529
+ variants: import("mongoose").Types.DocumentArray<{
3530
+ 1: unknown;
3531
+ 0?: number | null | undefined;
3532
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3533
+ 1: unknown;
3534
+ 0?: number | null | undefined;
3535
+ }> & {
3536
+ 1: unknown;
3537
+ 0?: number | null | undefined;
3538
+ }>;
3539
+ id?: string | null | undefined;
3540
+ }> & {
3541
+ variants: import("mongoose").Types.DocumentArray<{
3542
+ 1: unknown;
3543
+ 0?: number | null | undefined;
3544
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3545
+ 1: unknown;
3546
+ 0?: number | null | undefined;
3547
+ }> & {
3548
+ 1: unknown;
3549
+ 0?: number | null | undefined;
3550
+ }>;
3551
+ id?: string | null | undefined;
1186
3552
  }>;
1187
- memberJoinPickaxe: string[];
1188
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
3553
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
1189
3554
  1: unknown;
1190
- 0: number[];
3555
+ 0?: {
3556
+ id?: string | null | undefined;
3557
+ } | null | undefined;
1191
3558
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1192
3559
  1: unknown;
1193
- 0: number[];
3560
+ 0?: {
3561
+ id?: string | null | undefined;
3562
+ } | null | undefined;
1194
3563
  }> & {
1195
3564
  1: unknown;
1196
- 0: number[];
3565
+ 0?: {
3566
+ id?: string | null | undefined;
3567
+ } | null | undefined;
1197
3568
  }>;
1198
- memberJoinEmote: string[];
1199
- memberJoinEmoji: string[];
1200
- memberJoinBanner: string[];
1201
3569
  privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
3570
+ statusInterval?: number | null | undefined;
1202
3571
  inviteTimeout?: number | null | undefined;
1203
3572
  maxBotsPerLobby?: number | null | undefined;
1204
3573
  maxBotsPerLobbyWithOwner?: number | null | undefined;
@@ -1220,16 +3589,69 @@ export declare const CategoryModel: import("mongoose").Model<{
1220
3589
  searchLangs: string[];
1221
3590
  platform: string[];
1222
3591
  prefixes: string[];
1223
- extraOwners: string[];
1224
- admins: string[];
1225
- whitelistUsers: string[];
1226
- blacklistUsers: string[];
1227
- excludedAutoAddFriends: string[];
1228
- otherBots: string[];
1229
3592
  statusText: string[];
1230
- statusInterval: number[];
1231
3593
  level: number[];
1232
3594
  bpLevel: number[];
3595
+ extraOwners: import("mongoose").Types.DocumentArray<{
3596
+ id?: string | null | undefined;
3597
+ name?: string | null | undefined;
3598
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3599
+ id?: string | null | undefined;
3600
+ name?: string | null | undefined;
3601
+ }> & {
3602
+ id?: string | null | undefined;
3603
+ name?: string | null | undefined;
3604
+ }>;
3605
+ admins: import("mongoose").Types.DocumentArray<{
3606
+ id?: string | null | undefined;
3607
+ name?: string | null | undefined;
3608
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3609
+ id?: string | null | undefined;
3610
+ name?: string | null | undefined;
3611
+ }> & {
3612
+ id?: string | null | undefined;
3613
+ name?: string | null | undefined;
3614
+ }>;
3615
+ whitelistUsers: import("mongoose").Types.DocumentArray<{
3616
+ id?: string | null | undefined;
3617
+ name?: string | null | undefined;
3618
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3619
+ id?: string | null | undefined;
3620
+ name?: string | null | undefined;
3621
+ }> & {
3622
+ id?: string | null | undefined;
3623
+ name?: string | null | undefined;
3624
+ }>;
3625
+ blacklistUsers: import("mongoose").Types.DocumentArray<{
3626
+ id?: string | null | undefined;
3627
+ name?: string | null | undefined;
3628
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3629
+ id?: string | null | undefined;
3630
+ name?: string | null | undefined;
3631
+ }> & {
3632
+ id?: string | null | undefined;
3633
+ name?: string | null | undefined;
3634
+ }>;
3635
+ excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
3636
+ id?: string | null | undefined;
3637
+ name?: string | null | undefined;
3638
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3639
+ id?: string | null | undefined;
3640
+ name?: string | null | undefined;
3641
+ }> & {
3642
+ id?: string | null | undefined;
3643
+ name?: string | null | undefined;
3644
+ }>;
3645
+ otherBots: import("mongoose").Types.DocumentArray<{
3646
+ id?: string | null | undefined;
3647
+ name?: string | null | undefined;
3648
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3649
+ id?: string | null | undefined;
3650
+ name?: string | null | undefined;
3651
+ }> & {
3652
+ id?: string | null | undefined;
3653
+ name?: string | null | undefined;
3654
+ }>;
1233
3655
  disableMatchmakingChecks: boolean[];
1234
3656
  disableJoinMessages: boolean[];
1235
3657
  usernameTriggers: import("mongoose").Types.DocumentArray<{
@@ -1310,119 +3732,539 @@ export declare const CategoryModel: import("mongoose").Model<{
1310
3732
  actions: number[];
1311
3733
  messages: string[];
1312
3734
  }>;
1313
- onlyOwnerCommands: string[];
1314
- onlyAdminCommands: string[];
1315
- onlyWhitelistUsersCommands: string[];
1316
- onlyFriendsCommands: string[];
1317
- onlyPartyMembersCommands: string[];
1318
- onlyWhisperCommands: string[];
1319
- startOutfit: string[];
1320
- startOutfitVariants: import("mongoose").Types.DocumentArray<{
1321
- 1: unknown;
1322
- 0: number[];
3735
+ startOutfit: import("mongoose").Types.DocumentArray<{
3736
+ variants: import("mongoose").Types.DocumentArray<{
3737
+ 1: unknown;
3738
+ 0?: number | null | undefined;
3739
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3740
+ 1: unknown;
3741
+ 0?: number | null | undefined;
3742
+ }> & {
3743
+ 1: unknown;
3744
+ 0?: number | null | undefined;
3745
+ }>;
3746
+ id?: string | null | undefined;
1323
3747
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1324
- 1: unknown;
1325
- 0: number[];
3748
+ variants: import("mongoose").Types.DocumentArray<{
3749
+ 1: unknown;
3750
+ 0?: number | null | undefined;
3751
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3752
+ 1: unknown;
3753
+ 0?: number | null | undefined;
3754
+ }> & {
3755
+ 1: unknown;
3756
+ 0?: number | null | undefined;
3757
+ }>;
3758
+ id?: string | null | undefined;
1326
3759
  }> & {
1327
- 1: unknown;
1328
- 0: number[];
3760
+ variants: import("mongoose").Types.DocumentArray<{
3761
+ 1: unknown;
3762
+ 0?: number | null | undefined;
3763
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3764
+ 1: unknown;
3765
+ 0?: number | null | undefined;
3766
+ }> & {
3767
+ 1: unknown;
3768
+ 0?: number | null | undefined;
3769
+ }>;
3770
+ id?: string | null | undefined;
1329
3771
  }>;
1330
- startBackpack: string[];
1331
- startBackpackVariants: import("mongoose").Types.DocumentArray<{
1332
- 1: unknown;
1333
- 0: number[];
3772
+ startBackpack: import("mongoose").Types.DocumentArray<{
3773
+ variants: import("mongoose").Types.DocumentArray<{
3774
+ 1: unknown;
3775
+ 0?: number | null | undefined;
3776
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3777
+ 1: unknown;
3778
+ 0?: number | null | undefined;
3779
+ }> & {
3780
+ 1: unknown;
3781
+ 0?: number | null | undefined;
3782
+ }>;
3783
+ id?: string | null | undefined;
1334
3784
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1335
- 1: unknown;
1336
- 0: number[];
3785
+ variants: import("mongoose").Types.DocumentArray<{
3786
+ 1: unknown;
3787
+ 0?: number | null | undefined;
3788
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3789
+ 1: unknown;
3790
+ 0?: number | null | undefined;
3791
+ }> & {
3792
+ 1: unknown;
3793
+ 0?: number | null | undefined;
3794
+ }>;
3795
+ id?: string | null | undefined;
1337
3796
  }> & {
1338
- 1: unknown;
1339
- 0: number[];
3797
+ variants: import("mongoose").Types.DocumentArray<{
3798
+ 1: unknown;
3799
+ 0?: number | null | undefined;
3800
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3801
+ 1: unknown;
3802
+ 0?: number | null | undefined;
3803
+ }> & {
3804
+ 1: unknown;
3805
+ 0?: number | null | undefined;
3806
+ }>;
3807
+ id?: string | null | undefined;
1340
3808
  }>;
1341
- startPickaxe: string[];
1342
- startPickaxeVariants: import("mongoose").Types.DocumentArray<{
1343
- 1: unknown;
1344
- 0: number[];
3809
+ startPickaxe: import("mongoose").Types.DocumentArray<{
3810
+ variants: import("mongoose").Types.DocumentArray<{
3811
+ 1: unknown;
3812
+ 0?: number | null | undefined;
3813
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3814
+ 1: unknown;
3815
+ 0?: number | null | undefined;
3816
+ }> & {
3817
+ 1: unknown;
3818
+ 0?: number | null | undefined;
3819
+ }>;
3820
+ id?: string | null | undefined;
1345
3821
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1346
- 1: unknown;
1347
- 0: number[];
3822
+ variants: import("mongoose").Types.DocumentArray<{
3823
+ 1: unknown;
3824
+ 0?: number | null | undefined;
3825
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3826
+ 1: unknown;
3827
+ 0?: number | null | undefined;
3828
+ }> & {
3829
+ 1: unknown;
3830
+ 0?: number | null | undefined;
3831
+ }>;
3832
+ id?: string | null | undefined;
1348
3833
  }> & {
1349
- 1: unknown;
1350
- 0: number[];
3834
+ variants: import("mongoose").Types.DocumentArray<{
3835
+ 1: unknown;
3836
+ 0?: number | null | undefined;
3837
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3838
+ 1: unknown;
3839
+ 0?: number | null | undefined;
3840
+ }> & {
3841
+ 1: unknown;
3842
+ 0?: number | null | undefined;
3843
+ }>;
3844
+ id?: string | null | undefined;
1351
3845
  }>;
1352
- startBanner: string[];
1353
- joinOutfit: string[];
1354
- joinOutfitVariants: import("mongoose").Types.DocumentArray<{
1355
- 1: unknown;
1356
- 0: number[];
3846
+ startShoes: import("mongoose").Types.DocumentArray<{
3847
+ variants: import("mongoose").Types.DocumentArray<{
3848
+ 1: unknown;
3849
+ 0?: number | null | undefined;
3850
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3851
+ 1: unknown;
3852
+ 0?: number | null | undefined;
3853
+ }> & {
3854
+ 1: unknown;
3855
+ 0?: number | null | undefined;
3856
+ }>;
3857
+ id?: string | null | undefined;
1357
3858
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1358
- 1: unknown;
1359
- 0: number[];
3859
+ variants: import("mongoose").Types.DocumentArray<{
3860
+ 1: unknown;
3861
+ 0?: number | null | undefined;
3862
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3863
+ 1: unknown;
3864
+ 0?: number | null | undefined;
3865
+ }> & {
3866
+ 1: unknown;
3867
+ 0?: number | null | undefined;
3868
+ }>;
3869
+ id?: string | null | undefined;
1360
3870
  }> & {
1361
- 1: unknown;
1362
- 0: number[];
3871
+ variants: import("mongoose").Types.DocumentArray<{
3872
+ 1: unknown;
3873
+ 0?: number | null | undefined;
3874
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3875
+ 1: unknown;
3876
+ 0?: number | null | undefined;
3877
+ }> & {
3878
+ 1: unknown;
3879
+ 0?: number | null | undefined;
3880
+ }>;
3881
+ id?: string | null | undefined;
3882
+ }>;
3883
+ startBanner: import("mongoose").Types.DocumentArray<{
3884
+ id?: string | null | undefined;
3885
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3886
+ id?: string | null | undefined;
3887
+ }> & {
3888
+ id?: string | null | undefined;
3889
+ }>;
3890
+ joinOutfit: import("mongoose").Types.DocumentArray<{
3891
+ variants: import("mongoose").Types.DocumentArray<{
3892
+ 1: unknown;
3893
+ 0?: number | null | undefined;
3894
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3895
+ 1: unknown;
3896
+ 0?: number | null | undefined;
3897
+ }> & {
3898
+ 1: unknown;
3899
+ 0?: number | null | undefined;
3900
+ }>;
3901
+ id?: string | null | undefined;
3902
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3903
+ variants: import("mongoose").Types.DocumentArray<{
3904
+ 1: unknown;
3905
+ 0?: number | null | undefined;
3906
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3907
+ 1: unknown;
3908
+ 0?: number | null | undefined;
3909
+ }> & {
3910
+ 1: unknown;
3911
+ 0?: number | null | undefined;
3912
+ }>;
3913
+ id?: string | null | undefined;
3914
+ }> & {
3915
+ variants: import("mongoose").Types.DocumentArray<{
3916
+ 1: unknown;
3917
+ 0?: number | null | undefined;
3918
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3919
+ 1: unknown;
3920
+ 0?: number | null | undefined;
3921
+ }> & {
3922
+ 1: unknown;
3923
+ 0?: number | null | undefined;
3924
+ }>;
3925
+ id?: string | null | undefined;
3926
+ }>;
3927
+ joinBackpack: import("mongoose").Types.DocumentArray<{
3928
+ variants: import("mongoose").Types.DocumentArray<{
3929
+ 1: unknown;
3930
+ 0?: number | null | undefined;
3931
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3932
+ 1: unknown;
3933
+ 0?: number | null | undefined;
3934
+ }> & {
3935
+ 1: unknown;
3936
+ 0?: number | null | undefined;
3937
+ }>;
3938
+ id?: string | null | undefined;
3939
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3940
+ variants: import("mongoose").Types.DocumentArray<{
3941
+ 1: unknown;
3942
+ 0?: number | null | undefined;
3943
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3944
+ 1: unknown;
3945
+ 0?: number | null | undefined;
3946
+ }> & {
3947
+ 1: unknown;
3948
+ 0?: number | null | undefined;
3949
+ }>;
3950
+ id?: string | null | undefined;
3951
+ }> & {
3952
+ variants: import("mongoose").Types.DocumentArray<{
3953
+ 1: unknown;
3954
+ 0?: number | null | undefined;
3955
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3956
+ 1: unknown;
3957
+ 0?: number | null | undefined;
3958
+ }> & {
3959
+ 1: unknown;
3960
+ 0?: number | null | undefined;
3961
+ }>;
3962
+ id?: string | null | undefined;
3963
+ }>;
3964
+ joinPickaxe: import("mongoose").Types.DocumentArray<{
3965
+ variants: import("mongoose").Types.DocumentArray<{
3966
+ 1: unknown;
3967
+ 0?: number | null | undefined;
3968
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3969
+ 1: unknown;
3970
+ 0?: number | null | undefined;
3971
+ }> & {
3972
+ 1: unknown;
3973
+ 0?: number | null | undefined;
3974
+ }>;
3975
+ id?: string | null | undefined;
3976
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3977
+ variants: import("mongoose").Types.DocumentArray<{
3978
+ 1: unknown;
3979
+ 0?: number | null | undefined;
3980
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3981
+ 1: unknown;
3982
+ 0?: number | null | undefined;
3983
+ }> & {
3984
+ 1: unknown;
3985
+ 0?: number | null | undefined;
3986
+ }>;
3987
+ id?: string | null | undefined;
3988
+ }> & {
3989
+ variants: import("mongoose").Types.DocumentArray<{
3990
+ 1: unknown;
3991
+ 0?: number | null | undefined;
3992
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
3993
+ 1: unknown;
3994
+ 0?: number | null | undefined;
3995
+ }> & {
3996
+ 1: unknown;
3997
+ 0?: number | null | undefined;
3998
+ }>;
3999
+ id?: string | null | undefined;
1363
4000
  }>;
1364
- joinBackpack: string[];
1365
- joinBackpackVariants: import("mongoose").Types.DocumentArray<{
4001
+ joinEmote: import("mongoose").Types.DocumentArray<{
1366
4002
  1: unknown;
1367
- 0: number[];
4003
+ 0?: {
4004
+ id?: string | null | undefined;
4005
+ } | null | undefined;
1368
4006
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1369
4007
  1: unknown;
1370
- 0: number[];
4008
+ 0?: {
4009
+ id?: string | null | undefined;
4010
+ } | null | undefined;
1371
4011
  }> & {
1372
4012
  1: unknown;
1373
- 0: number[];
4013
+ 0?: {
4014
+ id?: string | null | undefined;
4015
+ } | null | undefined;
1374
4016
  }>;
1375
- joinPickaxe: string[];
1376
- joinPickaxeVariants: import("mongoose").Types.DocumentArray<{
4017
+ joinEmoji: import("mongoose").Types.DocumentArray<{
1377
4018
  1: unknown;
1378
- 0: number[];
4019
+ 0?: {
4020
+ id?: string | null | undefined;
4021
+ } | null | undefined;
1379
4022
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1380
4023
  1: unknown;
1381
- 0: number[];
4024
+ 0?: {
4025
+ id?: string | null | undefined;
4026
+ } | null | undefined;
1382
4027
  }> & {
1383
4028
  1: unknown;
1384
- 0: number[];
4029
+ 0?: {
4030
+ id?: string | null | undefined;
4031
+ } | null | undefined;
1385
4032
  }>;
1386
- joinEmote: string[];
1387
- joinEmoji: string[];
1388
- joinBanner: string[];
1389
- memberJoinOutfit: string[];
1390
- memberJoinOutfitVariants: import("mongoose").Types.DocumentArray<{
4033
+ joinShoes: import("mongoose").Types.DocumentArray<{
4034
+ variants: import("mongoose").Types.DocumentArray<{
4035
+ 1: unknown;
4036
+ 0?: number | null | undefined;
4037
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4038
+ 1: unknown;
4039
+ 0?: number | null | undefined;
4040
+ }> & {
4041
+ 1: unknown;
4042
+ 0?: number | null | undefined;
4043
+ }>;
4044
+ id?: string | null | undefined;
4045
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4046
+ variants: import("mongoose").Types.DocumentArray<{
4047
+ 1: unknown;
4048
+ 0?: number | null | undefined;
4049
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4050
+ 1: unknown;
4051
+ 0?: number | null | undefined;
4052
+ }> & {
4053
+ 1: unknown;
4054
+ 0?: number | null | undefined;
4055
+ }>;
4056
+ id?: string | null | undefined;
4057
+ }> & {
4058
+ variants: import("mongoose").Types.DocumentArray<{
4059
+ 1: unknown;
4060
+ 0?: number | null | undefined;
4061
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4062
+ 1: unknown;
4063
+ 0?: number | null | undefined;
4064
+ }> & {
4065
+ 1: unknown;
4066
+ 0?: number | null | undefined;
4067
+ }>;
4068
+ id?: string | null | undefined;
4069
+ }>;
4070
+ joinBanner: import("mongoose").Types.DocumentArray<{
1391
4071
  1: unknown;
1392
- 0: number[];
4072
+ 0?: {
4073
+ id?: string | null | undefined;
4074
+ } | null | undefined;
1393
4075
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1394
4076
  1: unknown;
1395
- 0: number[];
4077
+ 0?: {
4078
+ id?: string | null | undefined;
4079
+ } | null | undefined;
1396
4080
  }> & {
1397
4081
  1: unknown;
1398
- 0: number[];
4082
+ 0?: {
4083
+ id?: string | null | undefined;
4084
+ } | null | undefined;
4085
+ }>;
4086
+ memberJoinOutfit: import("mongoose").Types.DocumentArray<{
4087
+ variants: import("mongoose").Types.DocumentArray<{
4088
+ 1: unknown;
4089
+ 0?: number | null | undefined;
4090
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4091
+ 1: unknown;
4092
+ 0?: number | null | undefined;
4093
+ }> & {
4094
+ 1: unknown;
4095
+ 0?: number | null | undefined;
4096
+ }>;
4097
+ id?: string | null | undefined;
4098
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4099
+ variants: import("mongoose").Types.DocumentArray<{
4100
+ 1: unknown;
4101
+ 0?: number | null | undefined;
4102
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4103
+ 1: unknown;
4104
+ 0?: number | null | undefined;
4105
+ }> & {
4106
+ 1: unknown;
4107
+ 0?: number | null | undefined;
4108
+ }>;
4109
+ id?: string | null | undefined;
4110
+ }> & {
4111
+ variants: import("mongoose").Types.DocumentArray<{
4112
+ 1: unknown;
4113
+ 0?: number | null | undefined;
4114
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4115
+ 1: unknown;
4116
+ 0?: number | null | undefined;
4117
+ }> & {
4118
+ 1: unknown;
4119
+ 0?: number | null | undefined;
4120
+ }>;
4121
+ id?: string | null | undefined;
4122
+ }>;
4123
+ memberJoinBackpack: import("mongoose").Types.DocumentArray<{
4124
+ variants: import("mongoose").Types.DocumentArray<{
4125
+ 1: unknown;
4126
+ 0?: number | null | undefined;
4127
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4128
+ 1: unknown;
4129
+ 0?: number | null | undefined;
4130
+ }> & {
4131
+ 1: unknown;
4132
+ 0?: number | null | undefined;
4133
+ }>;
4134
+ id?: string | null | undefined;
4135
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4136
+ variants: import("mongoose").Types.DocumentArray<{
4137
+ 1: unknown;
4138
+ 0?: number | null | undefined;
4139
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4140
+ 1: unknown;
4141
+ 0?: number | null | undefined;
4142
+ }> & {
4143
+ 1: unknown;
4144
+ 0?: number | null | undefined;
4145
+ }>;
4146
+ id?: string | null | undefined;
4147
+ }> & {
4148
+ variants: import("mongoose").Types.DocumentArray<{
4149
+ 1: unknown;
4150
+ 0?: number | null | undefined;
4151
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4152
+ 1: unknown;
4153
+ 0?: number | null | undefined;
4154
+ }> & {
4155
+ 1: unknown;
4156
+ 0?: number | null | undefined;
4157
+ }>;
4158
+ id?: string | null | undefined;
1399
4159
  }>;
1400
- memberJoinBackpack: string[];
1401
- memberJoinBackpackVariants: import("mongoose").Types.DocumentArray<{
4160
+ memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
4161
+ variants: import("mongoose").Types.DocumentArray<{
4162
+ 1: unknown;
4163
+ 0?: number | null | undefined;
4164
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4165
+ 1: unknown;
4166
+ 0?: number | null | undefined;
4167
+ }> & {
4168
+ 1: unknown;
4169
+ 0?: number | null | undefined;
4170
+ }>;
4171
+ id?: string | null | undefined;
4172
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4173
+ variants: import("mongoose").Types.DocumentArray<{
4174
+ 1: unknown;
4175
+ 0?: number | null | undefined;
4176
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4177
+ 1: unknown;
4178
+ 0?: number | null | undefined;
4179
+ }> & {
4180
+ 1: unknown;
4181
+ 0?: number | null | undefined;
4182
+ }>;
4183
+ id?: string | null | undefined;
4184
+ }> & {
4185
+ variants: import("mongoose").Types.DocumentArray<{
4186
+ 1: unknown;
4187
+ 0?: number | null | undefined;
4188
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4189
+ 1: unknown;
4190
+ 0?: number | null | undefined;
4191
+ }> & {
4192
+ 1: unknown;
4193
+ 0?: number | null | undefined;
4194
+ }>;
4195
+ id?: string | null | undefined;
4196
+ }>;
4197
+ memberJoinEmote: import("mongoose").Types.DocumentArray<{
1402
4198
  1: unknown;
1403
- 0: number[];
4199
+ 0?: {
4200
+ id?: string | null | undefined;
4201
+ } | null | undefined;
1404
4202
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1405
4203
  1: unknown;
1406
- 0: number[];
4204
+ 0?: {
4205
+ id?: string | null | undefined;
4206
+ } | null | undefined;
1407
4207
  }> & {
1408
4208
  1: unknown;
1409
- 0: number[];
4209
+ 0?: {
4210
+ id?: string | null | undefined;
4211
+ } | null | undefined;
4212
+ }>;
4213
+ memberJoinShoes: import("mongoose").Types.DocumentArray<{
4214
+ variants: import("mongoose").Types.DocumentArray<{
4215
+ 1: unknown;
4216
+ 0?: number | null | undefined;
4217
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4218
+ 1: unknown;
4219
+ 0?: number | null | undefined;
4220
+ }> & {
4221
+ 1: unknown;
4222
+ 0?: number | null | undefined;
4223
+ }>;
4224
+ id?: string | null | undefined;
4225
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4226
+ variants: import("mongoose").Types.DocumentArray<{
4227
+ 1: unknown;
4228
+ 0?: number | null | undefined;
4229
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4230
+ 1: unknown;
4231
+ 0?: number | null | undefined;
4232
+ }> & {
4233
+ 1: unknown;
4234
+ 0?: number | null | undefined;
4235
+ }>;
4236
+ id?: string | null | undefined;
4237
+ }> & {
4238
+ variants: import("mongoose").Types.DocumentArray<{
4239
+ 1: unknown;
4240
+ 0?: number | null | undefined;
4241
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
4242
+ 1: unknown;
4243
+ 0?: number | null | undefined;
4244
+ }> & {
4245
+ 1: unknown;
4246
+ 0?: number | null | undefined;
4247
+ }>;
4248
+ id?: string | null | undefined;
1410
4249
  }>;
1411
- memberJoinPickaxe: string[];
1412
- memberJoinPickaxeVariants: import("mongoose").Types.DocumentArray<{
4250
+ memberJoinBanner: import("mongoose").Types.DocumentArray<{
1413
4251
  1: unknown;
1414
- 0: number[];
4252
+ 0?: {
4253
+ id?: string | null | undefined;
4254
+ } | null | undefined;
1415
4255
  }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1416
4256
  1: unknown;
1417
- 0: number[];
4257
+ 0?: {
4258
+ id?: string | null | undefined;
4259
+ } | null | undefined;
1418
4260
  }> & {
1419
4261
  1: unknown;
1420
- 0: number[];
4262
+ 0?: {
4263
+ id?: string | null | undefined;
4264
+ } | null | undefined;
1421
4265
  }>;
1422
- memberJoinEmote: string[];
1423
- memberJoinEmoji: string[];
1424
- memberJoinBanner: string[];
1425
4266
  privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
4267
+ statusInterval?: number | null | undefined;
1426
4268
  inviteTimeout?: number | null | undefined;
1427
4269
  maxBotsPerLobby?: number | null | undefined;
1428
4270
  maxBotsPerLobbyWithOwner?: number | null | undefined;