@fnlb-project/database 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +810 -540
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -105,62 +105,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
105
105
|
bpLevel: number[];
|
|
106
106
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
107
107
|
id?: string | null | undefined;
|
|
108
|
+
_id?: unknown;
|
|
108
109
|
name?: string | null | undefined;
|
|
109
|
-
}, import("mongoose").Types.Subdocument<
|
|
110
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
110
111
|
id?: string | null | undefined;
|
|
112
|
+
_id?: unknown;
|
|
111
113
|
name?: string | null | undefined;
|
|
112
114
|
}> & {
|
|
113
115
|
id?: string | null | undefined;
|
|
116
|
+
_id?: unknown;
|
|
114
117
|
name?: string | null | undefined;
|
|
115
118
|
}>;
|
|
116
119
|
admins: import("mongoose").Types.DocumentArray<{
|
|
117
120
|
id?: string | null | undefined;
|
|
121
|
+
_id?: unknown;
|
|
118
122
|
name?: string | null | undefined;
|
|
119
|
-
}, import("mongoose").Types.Subdocument<
|
|
123
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
120
124
|
id?: string | null | undefined;
|
|
125
|
+
_id?: unknown;
|
|
121
126
|
name?: string | null | undefined;
|
|
122
127
|
}> & {
|
|
123
128
|
id?: string | null | undefined;
|
|
129
|
+
_id?: unknown;
|
|
124
130
|
name?: string | null | undefined;
|
|
125
131
|
}>;
|
|
126
132
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
127
133
|
id?: string | null | undefined;
|
|
134
|
+
_id?: unknown;
|
|
128
135
|
name?: string | null | undefined;
|
|
129
|
-
}, import("mongoose").Types.Subdocument<
|
|
136
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
130
137
|
id?: string | null | undefined;
|
|
138
|
+
_id?: unknown;
|
|
131
139
|
name?: string | null | undefined;
|
|
132
140
|
}> & {
|
|
133
141
|
id?: string | null | undefined;
|
|
142
|
+
_id?: unknown;
|
|
134
143
|
name?: string | null | undefined;
|
|
135
144
|
}>;
|
|
136
145
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
137
146
|
id?: string | null | undefined;
|
|
147
|
+
_id?: unknown;
|
|
138
148
|
name?: string | null | undefined;
|
|
139
|
-
}, import("mongoose").Types.Subdocument<
|
|
149
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
140
150
|
id?: string | null | undefined;
|
|
151
|
+
_id?: unknown;
|
|
141
152
|
name?: string | null | undefined;
|
|
142
153
|
}> & {
|
|
143
154
|
id?: string | null | undefined;
|
|
155
|
+
_id?: unknown;
|
|
144
156
|
name?: string | null | undefined;
|
|
145
157
|
}>;
|
|
146
158
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
147
159
|
id?: string | null | undefined;
|
|
160
|
+
_id?: unknown;
|
|
148
161
|
name?: string | null | undefined;
|
|
149
|
-
}, import("mongoose").Types.Subdocument<
|
|
162
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
150
163
|
id?: string | null | undefined;
|
|
164
|
+
_id?: unknown;
|
|
151
165
|
name?: string | null | undefined;
|
|
152
166
|
}> & {
|
|
153
167
|
id?: string | null | undefined;
|
|
168
|
+
_id?: unknown;
|
|
154
169
|
name?: string | null | undefined;
|
|
155
170
|
}>;
|
|
156
171
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
157
172
|
id?: string | null | undefined;
|
|
173
|
+
_id?: unknown;
|
|
158
174
|
name?: string | null | undefined;
|
|
159
|
-
}, import("mongoose").Types.Subdocument<
|
|
175
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
160
176
|
id?: string | null | undefined;
|
|
177
|
+
_id?: unknown;
|
|
161
178
|
name?: string | null | undefined;
|
|
162
179
|
}> & {
|
|
163
180
|
id?: string | null | undefined;
|
|
181
|
+
_id?: unknown;
|
|
164
182
|
name?: string | null | undefined;
|
|
165
183
|
}>;
|
|
166
184
|
disableMatchmakingChecks: boolean[];
|
|
@@ -170,285 +188,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
170
188
|
detectionMethods: number[];
|
|
171
189
|
actions: number[];
|
|
172
190
|
messages: string[];
|
|
173
|
-
|
|
191
|
+
_id?: unknown;
|
|
192
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
174
193
|
triggers: string[];
|
|
175
194
|
detectionMethods: number[];
|
|
176
195
|
actions: number[];
|
|
177
196
|
messages: string[];
|
|
197
|
+
_id?: unknown;
|
|
178
198
|
}> & {
|
|
179
199
|
triggers: string[];
|
|
180
200
|
detectionMethods: number[];
|
|
181
201
|
actions: number[];
|
|
182
202
|
messages: string[];
|
|
203
|
+
_id?: unknown;
|
|
183
204
|
}>;
|
|
184
205
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
185
206
|
triggers: string[];
|
|
186
207
|
detectionMethods: number[];
|
|
187
208
|
actions: number[];
|
|
188
209
|
messages: string[];
|
|
189
|
-
|
|
210
|
+
_id?: unknown;
|
|
211
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
190
212
|
triggers: string[];
|
|
191
213
|
detectionMethods: number[];
|
|
192
214
|
actions: number[];
|
|
193
215
|
messages: string[];
|
|
216
|
+
_id?: unknown;
|
|
194
217
|
}> & {
|
|
195
218
|
triggers: string[];
|
|
196
219
|
detectionMethods: number[];
|
|
197
220
|
actions: number[];
|
|
198
221
|
messages: string[];
|
|
222
|
+
_id?: unknown;
|
|
199
223
|
}>;
|
|
200
224
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
201
225
|
triggers: string[];
|
|
202
226
|
detectionMethods: number[];
|
|
203
227
|
actions: number[];
|
|
204
228
|
messages: string[];
|
|
205
|
-
|
|
229
|
+
_id?: unknown;
|
|
230
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
206
231
|
triggers: string[];
|
|
207
232
|
detectionMethods: number[];
|
|
208
233
|
actions: number[];
|
|
209
234
|
messages: string[];
|
|
235
|
+
_id?: unknown;
|
|
210
236
|
}> & {
|
|
211
237
|
triggers: string[];
|
|
212
238
|
detectionMethods: number[];
|
|
213
239
|
actions: number[];
|
|
214
240
|
messages: string[];
|
|
241
|
+
_id?: unknown;
|
|
215
242
|
}>;
|
|
216
243
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
217
244
|
actions: number[];
|
|
218
245
|
messages: string[];
|
|
219
|
-
|
|
246
|
+
_id?: unknown;
|
|
247
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
220
248
|
actions: number[];
|
|
221
249
|
messages: string[];
|
|
250
|
+
_id?: unknown;
|
|
222
251
|
}> & {
|
|
223
252
|
actions: number[];
|
|
224
253
|
messages: string[];
|
|
254
|
+
_id?: unknown;
|
|
225
255
|
}>;
|
|
226
256
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
227
257
|
actions: number[];
|
|
228
258
|
messages: string[];
|
|
229
|
-
|
|
259
|
+
_id?: unknown;
|
|
260
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
230
261
|
actions: number[];
|
|
231
262
|
messages: string[];
|
|
263
|
+
_id?: unknown;
|
|
232
264
|
}> & {
|
|
233
265
|
actions: number[];
|
|
234
266
|
messages: string[];
|
|
267
|
+
_id?: unknown;
|
|
235
268
|
}>;
|
|
236
269
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
237
270
|
actions: number[];
|
|
238
271
|
messages: string[];
|
|
239
|
-
|
|
272
|
+
_id?: unknown;
|
|
273
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
240
274
|
actions: number[];
|
|
241
275
|
messages: string[];
|
|
276
|
+
_id?: unknown;
|
|
242
277
|
}> & {
|
|
243
278
|
actions: number[];
|
|
244
279
|
messages: string[];
|
|
280
|
+
_id?: unknown;
|
|
245
281
|
}>;
|
|
246
282
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
247
283
|
variants: number[];
|
|
248
284
|
id?: string | null | undefined;
|
|
249
|
-
|
|
285
|
+
_id?: unknown;
|
|
286
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
250
287
|
variants: number[];
|
|
251
288
|
id?: string | null | undefined;
|
|
289
|
+
_id?: unknown;
|
|
252
290
|
}> & {
|
|
253
291
|
variants: number[];
|
|
254
292
|
id?: string | null | undefined;
|
|
293
|
+
_id?: unknown;
|
|
255
294
|
}>;
|
|
256
295
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
257
296
|
variants: number[];
|
|
258
297
|
id?: string | null | undefined;
|
|
259
|
-
|
|
298
|
+
_id?: unknown;
|
|
299
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
260
300
|
variants: number[];
|
|
261
301
|
id?: string | null | undefined;
|
|
302
|
+
_id?: unknown;
|
|
262
303
|
}> & {
|
|
263
304
|
variants: number[];
|
|
264
305
|
id?: string | null | undefined;
|
|
306
|
+
_id?: unknown;
|
|
265
307
|
}>;
|
|
266
308
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
267
309
|
variants: number[];
|
|
268
310
|
id?: string | null | undefined;
|
|
269
|
-
|
|
311
|
+
_id?: unknown;
|
|
312
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
270
313
|
variants: number[];
|
|
271
314
|
id?: string | null | undefined;
|
|
315
|
+
_id?: unknown;
|
|
272
316
|
}> & {
|
|
273
317
|
variants: number[];
|
|
274
318
|
id?: string | null | undefined;
|
|
319
|
+
_id?: unknown;
|
|
275
320
|
}>;
|
|
276
321
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
277
322
|
variants: number[];
|
|
278
323
|
id?: string | null | undefined;
|
|
279
|
-
|
|
324
|
+
_id?: unknown;
|
|
325
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
280
326
|
variants: number[];
|
|
281
327
|
id?: string | null | undefined;
|
|
328
|
+
_id?: unknown;
|
|
282
329
|
}> & {
|
|
283
330
|
variants: number[];
|
|
284
331
|
id?: string | null | undefined;
|
|
332
|
+
_id?: unknown;
|
|
285
333
|
}>;
|
|
286
334
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
287
335
|
id?: string | null | undefined;
|
|
288
|
-
|
|
336
|
+
_id?: unknown;
|
|
337
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
289
338
|
id?: string | null | undefined;
|
|
339
|
+
_id?: unknown;
|
|
290
340
|
}> & {
|
|
291
341
|
id?: string | null | undefined;
|
|
342
|
+
_id?: unknown;
|
|
292
343
|
}>;
|
|
293
344
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
294
345
|
variants: number[];
|
|
295
346
|
id?: string | null | undefined;
|
|
296
|
-
|
|
347
|
+
_id?: unknown;
|
|
348
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
297
349
|
variants: number[];
|
|
298
350
|
id?: string | null | undefined;
|
|
351
|
+
_id?: unknown;
|
|
299
352
|
}> & {
|
|
300
353
|
variants: number[];
|
|
301
354
|
id?: string | null | undefined;
|
|
355
|
+
_id?: unknown;
|
|
302
356
|
}>;
|
|
303
357
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
304
358
|
variants: number[];
|
|
305
359
|
id?: string | null | undefined;
|
|
306
|
-
|
|
360
|
+
_id?: unknown;
|
|
361
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
307
362
|
variants: number[];
|
|
308
363
|
id?: string | null | undefined;
|
|
364
|
+
_id?: unknown;
|
|
309
365
|
}> & {
|
|
310
366
|
variants: number[];
|
|
311
367
|
id?: string | null | undefined;
|
|
368
|
+
_id?: unknown;
|
|
312
369
|
}>;
|
|
313
370
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
314
371
|
variants: number[];
|
|
315
372
|
id?: string | null | undefined;
|
|
316
|
-
|
|
373
|
+
_id?: unknown;
|
|
374
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
317
375
|
variants: number[];
|
|
318
376
|
id?: string | null | undefined;
|
|
377
|
+
_id?: unknown;
|
|
319
378
|
}> & {
|
|
320
379
|
variants: number[];
|
|
321
380
|
id?: string | null | undefined;
|
|
381
|
+
_id?: unknown;
|
|
322
382
|
}>;
|
|
323
383
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
1: unknown;
|
|
330
|
-
0?: {
|
|
331
|
-
id?: string | null | undefined;
|
|
332
|
-
} | null | undefined;
|
|
384
|
+
id?: string | null | undefined;
|
|
385
|
+
_id?: unknown;
|
|
386
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
387
|
+
id?: string | null | undefined;
|
|
388
|
+
_id?: unknown;
|
|
333
389
|
}> & {
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
id?: string | null | undefined;
|
|
337
|
-
} | null | undefined;
|
|
390
|
+
id?: string | null | undefined;
|
|
391
|
+
_id?: unknown;
|
|
338
392
|
}>;
|
|
339
393
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
1: unknown;
|
|
346
|
-
0?: {
|
|
347
|
-
id?: string | null | undefined;
|
|
348
|
-
} | null | undefined;
|
|
394
|
+
id?: string | null | undefined;
|
|
395
|
+
_id?: unknown;
|
|
396
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
397
|
+
id?: string | null | undefined;
|
|
398
|
+
_id?: unknown;
|
|
349
399
|
}> & {
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
id?: string | null | undefined;
|
|
353
|
-
} | null | undefined;
|
|
400
|
+
id?: string | null | undefined;
|
|
401
|
+
_id?: unknown;
|
|
354
402
|
}>;
|
|
355
403
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
356
404
|
variants: number[];
|
|
357
405
|
id?: string | null | undefined;
|
|
358
|
-
|
|
406
|
+
_id?: unknown;
|
|
407
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
359
408
|
variants: number[];
|
|
360
409
|
id?: string | null | undefined;
|
|
410
|
+
_id?: unknown;
|
|
361
411
|
}> & {
|
|
362
412
|
variants: number[];
|
|
363
413
|
id?: string | null | undefined;
|
|
414
|
+
_id?: unknown;
|
|
364
415
|
}>;
|
|
365
416
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
1: unknown;
|
|
372
|
-
0?: {
|
|
373
|
-
id?: string | null | undefined;
|
|
374
|
-
} | null | undefined;
|
|
417
|
+
id?: string | null | undefined;
|
|
418
|
+
_id?: unknown;
|
|
419
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
420
|
+
id?: string | null | undefined;
|
|
421
|
+
_id?: unknown;
|
|
375
422
|
}> & {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
id?: string | null | undefined;
|
|
379
|
-
} | null | undefined;
|
|
423
|
+
id?: string | null | undefined;
|
|
424
|
+
_id?: unknown;
|
|
380
425
|
}>;
|
|
381
426
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
382
427
|
variants: number[];
|
|
383
428
|
id?: string | null | undefined;
|
|
384
|
-
|
|
429
|
+
_id?: unknown;
|
|
430
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
385
431
|
variants: number[];
|
|
386
432
|
id?: string | null | undefined;
|
|
433
|
+
_id?: unknown;
|
|
387
434
|
}> & {
|
|
388
435
|
variants: number[];
|
|
389
436
|
id?: string | null | undefined;
|
|
437
|
+
_id?: unknown;
|
|
390
438
|
}>;
|
|
391
439
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
392
440
|
variants: number[];
|
|
393
441
|
id?: string | null | undefined;
|
|
394
|
-
|
|
442
|
+
_id?: unknown;
|
|
443
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
395
444
|
variants: number[];
|
|
396
445
|
id?: string | null | undefined;
|
|
446
|
+
_id?: unknown;
|
|
397
447
|
}> & {
|
|
398
448
|
variants: number[];
|
|
399
449
|
id?: string | null | undefined;
|
|
450
|
+
_id?: unknown;
|
|
400
451
|
}>;
|
|
401
452
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
402
453
|
variants: number[];
|
|
403
454
|
id?: string | null | undefined;
|
|
404
|
-
|
|
455
|
+
_id?: unknown;
|
|
456
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
405
457
|
variants: number[];
|
|
406
458
|
id?: string | null | undefined;
|
|
459
|
+
_id?: unknown;
|
|
407
460
|
}> & {
|
|
408
461
|
variants: number[];
|
|
409
462
|
id?: string | null | undefined;
|
|
463
|
+
_id?: unknown;
|
|
410
464
|
}>;
|
|
411
465
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
1: unknown;
|
|
418
|
-
0?: {
|
|
419
|
-
id?: string | null | undefined;
|
|
420
|
-
} | null | undefined;
|
|
466
|
+
id?: string | null | undefined;
|
|
467
|
+
_id?: unknown;
|
|
468
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
469
|
+
id?: string | null | undefined;
|
|
470
|
+
_id?: unknown;
|
|
421
471
|
}> & {
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
id?: string | null | undefined;
|
|
425
|
-
} | null | undefined;
|
|
472
|
+
id?: string | null | undefined;
|
|
473
|
+
_id?: unknown;
|
|
426
474
|
}>;
|
|
427
475
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
428
476
|
variants: number[];
|
|
429
477
|
id?: string | null | undefined;
|
|
430
|
-
|
|
478
|
+
_id?: unknown;
|
|
479
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
431
480
|
variants: number[];
|
|
432
481
|
id?: string | null | undefined;
|
|
482
|
+
_id?: unknown;
|
|
433
483
|
}> & {
|
|
434
484
|
variants: number[];
|
|
435
485
|
id?: string | null | undefined;
|
|
486
|
+
_id?: unknown;
|
|
436
487
|
}>;
|
|
437
488
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
1: unknown;
|
|
444
|
-
0?: {
|
|
445
|
-
id?: string | null | undefined;
|
|
446
|
-
} | null | undefined;
|
|
489
|
+
id?: string | null | undefined;
|
|
490
|
+
_id?: unknown;
|
|
491
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
492
|
+
id?: string | null | undefined;
|
|
493
|
+
_id?: unknown;
|
|
447
494
|
}> & {
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
id?: string | null | undefined;
|
|
451
|
-
} | null | undefined;
|
|
495
|
+
id?: string | null | undefined;
|
|
496
|
+
_id?: unknown;
|
|
452
497
|
}>;
|
|
453
498
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
454
499
|
statusInterval?: number | null | undefined;
|
|
@@ -478,62 +523,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
478
523
|
bpLevel: number[];
|
|
479
524
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
480
525
|
id?: string | null | undefined;
|
|
526
|
+
_id?: unknown;
|
|
481
527
|
name?: string | null | undefined;
|
|
482
|
-
}, import("mongoose").Types.Subdocument<
|
|
528
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
483
529
|
id?: string | null | undefined;
|
|
530
|
+
_id?: unknown;
|
|
484
531
|
name?: string | null | undefined;
|
|
485
532
|
}> & {
|
|
486
533
|
id?: string | null | undefined;
|
|
534
|
+
_id?: unknown;
|
|
487
535
|
name?: string | null | undefined;
|
|
488
536
|
}>;
|
|
489
537
|
admins: import("mongoose").Types.DocumentArray<{
|
|
490
538
|
id?: string | null | undefined;
|
|
539
|
+
_id?: unknown;
|
|
491
540
|
name?: string | null | undefined;
|
|
492
|
-
}, import("mongoose").Types.Subdocument<
|
|
541
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
493
542
|
id?: string | null | undefined;
|
|
543
|
+
_id?: unknown;
|
|
494
544
|
name?: string | null | undefined;
|
|
495
545
|
}> & {
|
|
496
546
|
id?: string | null | undefined;
|
|
547
|
+
_id?: unknown;
|
|
497
548
|
name?: string | null | undefined;
|
|
498
549
|
}>;
|
|
499
550
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
500
551
|
id?: string | null | undefined;
|
|
552
|
+
_id?: unknown;
|
|
501
553
|
name?: string | null | undefined;
|
|
502
|
-
}, import("mongoose").Types.Subdocument<
|
|
554
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
503
555
|
id?: string | null | undefined;
|
|
556
|
+
_id?: unknown;
|
|
504
557
|
name?: string | null | undefined;
|
|
505
558
|
}> & {
|
|
506
559
|
id?: string | null | undefined;
|
|
560
|
+
_id?: unknown;
|
|
507
561
|
name?: string | null | undefined;
|
|
508
562
|
}>;
|
|
509
563
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
510
564
|
id?: string | null | undefined;
|
|
565
|
+
_id?: unknown;
|
|
511
566
|
name?: string | null | undefined;
|
|
512
|
-
}, import("mongoose").Types.Subdocument<
|
|
567
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
513
568
|
id?: string | null | undefined;
|
|
569
|
+
_id?: unknown;
|
|
514
570
|
name?: string | null | undefined;
|
|
515
571
|
}> & {
|
|
516
572
|
id?: string | null | undefined;
|
|
573
|
+
_id?: unknown;
|
|
517
574
|
name?: string | null | undefined;
|
|
518
575
|
}>;
|
|
519
576
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
520
577
|
id?: string | null | undefined;
|
|
578
|
+
_id?: unknown;
|
|
521
579
|
name?: string | null | undefined;
|
|
522
|
-
}, import("mongoose").Types.Subdocument<
|
|
580
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
523
581
|
id?: string | null | undefined;
|
|
582
|
+
_id?: unknown;
|
|
524
583
|
name?: string | null | undefined;
|
|
525
584
|
}> & {
|
|
526
585
|
id?: string | null | undefined;
|
|
586
|
+
_id?: unknown;
|
|
527
587
|
name?: string | null | undefined;
|
|
528
588
|
}>;
|
|
529
589
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
530
590
|
id?: string | null | undefined;
|
|
591
|
+
_id?: unknown;
|
|
531
592
|
name?: string | null | undefined;
|
|
532
|
-
}, import("mongoose").Types.Subdocument<
|
|
593
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
533
594
|
id?: string | null | undefined;
|
|
595
|
+
_id?: unknown;
|
|
534
596
|
name?: string | null | undefined;
|
|
535
597
|
}> & {
|
|
536
598
|
id?: string | null | undefined;
|
|
599
|
+
_id?: unknown;
|
|
537
600
|
name?: string | null | undefined;
|
|
538
601
|
}>;
|
|
539
602
|
disableMatchmakingChecks: boolean[];
|
|
@@ -543,285 +606,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
543
606
|
detectionMethods: number[];
|
|
544
607
|
actions: number[];
|
|
545
608
|
messages: string[];
|
|
546
|
-
|
|
609
|
+
_id?: unknown;
|
|
610
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
547
611
|
triggers: string[];
|
|
548
612
|
detectionMethods: number[];
|
|
549
613
|
actions: number[];
|
|
550
614
|
messages: string[];
|
|
615
|
+
_id?: unknown;
|
|
551
616
|
}> & {
|
|
552
617
|
triggers: string[];
|
|
553
618
|
detectionMethods: number[];
|
|
554
619
|
actions: number[];
|
|
555
620
|
messages: string[];
|
|
621
|
+
_id?: unknown;
|
|
556
622
|
}>;
|
|
557
623
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
558
624
|
triggers: string[];
|
|
559
625
|
detectionMethods: number[];
|
|
560
626
|
actions: number[];
|
|
561
627
|
messages: string[];
|
|
562
|
-
|
|
628
|
+
_id?: unknown;
|
|
629
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
563
630
|
triggers: string[];
|
|
564
631
|
detectionMethods: number[];
|
|
565
632
|
actions: number[];
|
|
566
633
|
messages: string[];
|
|
634
|
+
_id?: unknown;
|
|
567
635
|
}> & {
|
|
568
636
|
triggers: string[];
|
|
569
637
|
detectionMethods: number[];
|
|
570
638
|
actions: number[];
|
|
571
639
|
messages: string[];
|
|
640
|
+
_id?: unknown;
|
|
572
641
|
}>;
|
|
573
642
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
574
643
|
triggers: string[];
|
|
575
644
|
detectionMethods: number[];
|
|
576
645
|
actions: number[];
|
|
577
646
|
messages: string[];
|
|
578
|
-
|
|
647
|
+
_id?: unknown;
|
|
648
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
579
649
|
triggers: string[];
|
|
580
650
|
detectionMethods: number[];
|
|
581
651
|
actions: number[];
|
|
582
652
|
messages: string[];
|
|
653
|
+
_id?: unknown;
|
|
583
654
|
}> & {
|
|
584
655
|
triggers: string[];
|
|
585
656
|
detectionMethods: number[];
|
|
586
657
|
actions: number[];
|
|
587
658
|
messages: string[];
|
|
659
|
+
_id?: unknown;
|
|
588
660
|
}>;
|
|
589
661
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
590
662
|
actions: number[];
|
|
591
663
|
messages: string[];
|
|
592
|
-
|
|
664
|
+
_id?: unknown;
|
|
665
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
593
666
|
actions: number[];
|
|
594
667
|
messages: string[];
|
|
668
|
+
_id?: unknown;
|
|
595
669
|
}> & {
|
|
596
670
|
actions: number[];
|
|
597
671
|
messages: string[];
|
|
672
|
+
_id?: unknown;
|
|
598
673
|
}>;
|
|
599
674
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
600
675
|
actions: number[];
|
|
601
676
|
messages: string[];
|
|
602
|
-
|
|
677
|
+
_id?: unknown;
|
|
678
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
603
679
|
actions: number[];
|
|
604
680
|
messages: string[];
|
|
681
|
+
_id?: unknown;
|
|
605
682
|
}> & {
|
|
606
683
|
actions: number[];
|
|
607
684
|
messages: string[];
|
|
685
|
+
_id?: unknown;
|
|
608
686
|
}>;
|
|
609
687
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
610
688
|
actions: number[];
|
|
611
689
|
messages: string[];
|
|
612
|
-
|
|
690
|
+
_id?: unknown;
|
|
691
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
613
692
|
actions: number[];
|
|
614
693
|
messages: string[];
|
|
694
|
+
_id?: unknown;
|
|
615
695
|
}> & {
|
|
616
696
|
actions: number[];
|
|
617
697
|
messages: string[];
|
|
698
|
+
_id?: unknown;
|
|
618
699
|
}>;
|
|
619
700
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
620
701
|
variants: number[];
|
|
621
702
|
id?: string | null | undefined;
|
|
622
|
-
|
|
703
|
+
_id?: unknown;
|
|
704
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
623
705
|
variants: number[];
|
|
624
706
|
id?: string | null | undefined;
|
|
707
|
+
_id?: unknown;
|
|
625
708
|
}> & {
|
|
626
709
|
variants: number[];
|
|
627
710
|
id?: string | null | undefined;
|
|
711
|
+
_id?: unknown;
|
|
628
712
|
}>;
|
|
629
713
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
630
714
|
variants: number[];
|
|
631
715
|
id?: string | null | undefined;
|
|
632
|
-
|
|
716
|
+
_id?: unknown;
|
|
717
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
633
718
|
variants: number[];
|
|
634
719
|
id?: string | null | undefined;
|
|
720
|
+
_id?: unknown;
|
|
635
721
|
}> & {
|
|
636
722
|
variants: number[];
|
|
637
723
|
id?: string | null | undefined;
|
|
724
|
+
_id?: unknown;
|
|
638
725
|
}>;
|
|
639
726
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
640
727
|
variants: number[];
|
|
641
728
|
id?: string | null | undefined;
|
|
642
|
-
|
|
729
|
+
_id?: unknown;
|
|
730
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
643
731
|
variants: number[];
|
|
644
732
|
id?: string | null | undefined;
|
|
733
|
+
_id?: unknown;
|
|
645
734
|
}> & {
|
|
646
735
|
variants: number[];
|
|
647
736
|
id?: string | null | undefined;
|
|
737
|
+
_id?: unknown;
|
|
648
738
|
}>;
|
|
649
739
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
650
740
|
variants: number[];
|
|
651
741
|
id?: string | null | undefined;
|
|
652
|
-
|
|
742
|
+
_id?: unknown;
|
|
743
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
653
744
|
variants: number[];
|
|
654
745
|
id?: string | null | undefined;
|
|
746
|
+
_id?: unknown;
|
|
655
747
|
}> & {
|
|
656
748
|
variants: number[];
|
|
657
749
|
id?: string | null | undefined;
|
|
750
|
+
_id?: unknown;
|
|
658
751
|
}>;
|
|
659
752
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
660
753
|
id?: string | null | undefined;
|
|
661
|
-
|
|
754
|
+
_id?: unknown;
|
|
755
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
662
756
|
id?: string | null | undefined;
|
|
757
|
+
_id?: unknown;
|
|
663
758
|
}> & {
|
|
664
759
|
id?: string | null | undefined;
|
|
760
|
+
_id?: unknown;
|
|
665
761
|
}>;
|
|
666
762
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
667
763
|
variants: number[];
|
|
668
764
|
id?: string | null | undefined;
|
|
669
|
-
|
|
765
|
+
_id?: unknown;
|
|
766
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
670
767
|
variants: number[];
|
|
671
768
|
id?: string | null | undefined;
|
|
769
|
+
_id?: unknown;
|
|
672
770
|
}> & {
|
|
673
771
|
variants: number[];
|
|
674
772
|
id?: string | null | undefined;
|
|
773
|
+
_id?: unknown;
|
|
675
774
|
}>;
|
|
676
775
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
677
776
|
variants: number[];
|
|
678
777
|
id?: string | null | undefined;
|
|
679
|
-
|
|
778
|
+
_id?: unknown;
|
|
779
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
680
780
|
variants: number[];
|
|
681
781
|
id?: string | null | undefined;
|
|
782
|
+
_id?: unknown;
|
|
682
783
|
}> & {
|
|
683
784
|
variants: number[];
|
|
684
785
|
id?: string | null | undefined;
|
|
786
|
+
_id?: unknown;
|
|
685
787
|
}>;
|
|
686
788
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
687
789
|
variants: number[];
|
|
688
790
|
id?: string | null | undefined;
|
|
689
|
-
|
|
791
|
+
_id?: unknown;
|
|
792
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
690
793
|
variants: number[];
|
|
691
794
|
id?: string | null | undefined;
|
|
795
|
+
_id?: unknown;
|
|
692
796
|
}> & {
|
|
693
797
|
variants: number[];
|
|
694
798
|
id?: string | null | undefined;
|
|
799
|
+
_id?: unknown;
|
|
695
800
|
}>;
|
|
696
801
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
1: unknown;
|
|
703
|
-
0?: {
|
|
704
|
-
id?: string | null | undefined;
|
|
705
|
-
} | null | undefined;
|
|
802
|
+
id?: string | null | undefined;
|
|
803
|
+
_id?: unknown;
|
|
804
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
805
|
+
id?: string | null | undefined;
|
|
806
|
+
_id?: unknown;
|
|
706
807
|
}> & {
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
id?: string | null | undefined;
|
|
710
|
-
} | null | undefined;
|
|
808
|
+
id?: string | null | undefined;
|
|
809
|
+
_id?: unknown;
|
|
711
810
|
}>;
|
|
712
811
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
1: unknown;
|
|
719
|
-
0?: {
|
|
720
|
-
id?: string | null | undefined;
|
|
721
|
-
} | null | undefined;
|
|
812
|
+
id?: string | null | undefined;
|
|
813
|
+
_id?: unknown;
|
|
814
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
815
|
+
id?: string | null | undefined;
|
|
816
|
+
_id?: unknown;
|
|
722
817
|
}> & {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
id?: string | null | undefined;
|
|
726
|
-
} | null | undefined;
|
|
818
|
+
id?: string | null | undefined;
|
|
819
|
+
_id?: unknown;
|
|
727
820
|
}>;
|
|
728
821
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
729
822
|
variants: number[];
|
|
730
823
|
id?: string | null | undefined;
|
|
731
|
-
|
|
824
|
+
_id?: unknown;
|
|
825
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
732
826
|
variants: number[];
|
|
733
827
|
id?: string | null | undefined;
|
|
828
|
+
_id?: unknown;
|
|
734
829
|
}> & {
|
|
735
830
|
variants: number[];
|
|
736
831
|
id?: string | null | undefined;
|
|
832
|
+
_id?: unknown;
|
|
737
833
|
}>;
|
|
738
834
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
1: unknown;
|
|
745
|
-
0?: {
|
|
746
|
-
id?: string | null | undefined;
|
|
747
|
-
} | null | undefined;
|
|
835
|
+
id?: string | null | undefined;
|
|
836
|
+
_id?: unknown;
|
|
837
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
838
|
+
id?: string | null | undefined;
|
|
839
|
+
_id?: unknown;
|
|
748
840
|
}> & {
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
id?: string | null | undefined;
|
|
752
|
-
} | null | undefined;
|
|
841
|
+
id?: string | null | undefined;
|
|
842
|
+
_id?: unknown;
|
|
753
843
|
}>;
|
|
754
844
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
755
845
|
variants: number[];
|
|
756
846
|
id?: string | null | undefined;
|
|
757
|
-
|
|
847
|
+
_id?: unknown;
|
|
848
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
758
849
|
variants: number[];
|
|
759
850
|
id?: string | null | undefined;
|
|
851
|
+
_id?: unknown;
|
|
760
852
|
}> & {
|
|
761
853
|
variants: number[];
|
|
762
854
|
id?: string | null | undefined;
|
|
855
|
+
_id?: unknown;
|
|
763
856
|
}>;
|
|
764
857
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
765
858
|
variants: number[];
|
|
766
859
|
id?: string | null | undefined;
|
|
767
|
-
|
|
860
|
+
_id?: unknown;
|
|
861
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
768
862
|
variants: number[];
|
|
769
863
|
id?: string | null | undefined;
|
|
864
|
+
_id?: unknown;
|
|
770
865
|
}> & {
|
|
771
866
|
variants: number[];
|
|
772
867
|
id?: string | null | undefined;
|
|
868
|
+
_id?: unknown;
|
|
773
869
|
}>;
|
|
774
870
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
775
871
|
variants: number[];
|
|
776
872
|
id?: string | null | undefined;
|
|
777
|
-
|
|
873
|
+
_id?: unknown;
|
|
874
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
778
875
|
variants: number[];
|
|
779
876
|
id?: string | null | undefined;
|
|
877
|
+
_id?: unknown;
|
|
780
878
|
}> & {
|
|
781
879
|
variants: number[];
|
|
782
880
|
id?: string | null | undefined;
|
|
881
|
+
_id?: unknown;
|
|
783
882
|
}>;
|
|
784
883
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
1: unknown;
|
|
791
|
-
0?: {
|
|
792
|
-
id?: string | null | undefined;
|
|
793
|
-
} | null | undefined;
|
|
884
|
+
id?: string | null | undefined;
|
|
885
|
+
_id?: unknown;
|
|
886
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
887
|
+
id?: string | null | undefined;
|
|
888
|
+
_id?: unknown;
|
|
794
889
|
}> & {
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
id?: string | null | undefined;
|
|
798
|
-
} | null | undefined;
|
|
890
|
+
id?: string | null | undefined;
|
|
891
|
+
_id?: unknown;
|
|
799
892
|
}>;
|
|
800
893
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
801
894
|
variants: number[];
|
|
802
895
|
id?: string | null | undefined;
|
|
803
|
-
|
|
896
|
+
_id?: unknown;
|
|
897
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
804
898
|
variants: number[];
|
|
805
899
|
id?: string | null | undefined;
|
|
900
|
+
_id?: unknown;
|
|
806
901
|
}> & {
|
|
807
902
|
variants: number[];
|
|
808
903
|
id?: string | null | undefined;
|
|
904
|
+
_id?: unknown;
|
|
809
905
|
}>;
|
|
810
906
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
1: unknown;
|
|
817
|
-
0?: {
|
|
818
|
-
id?: string | null | undefined;
|
|
819
|
-
} | null | undefined;
|
|
907
|
+
id?: string | null | undefined;
|
|
908
|
+
_id?: unknown;
|
|
909
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
910
|
+
id?: string | null | undefined;
|
|
911
|
+
_id?: unknown;
|
|
820
912
|
}> & {
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
id?: string | null | undefined;
|
|
824
|
-
} | null | undefined;
|
|
913
|
+
id?: string | null | undefined;
|
|
914
|
+
_id?: unknown;
|
|
825
915
|
}>;
|
|
826
916
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
827
917
|
statusInterval?: number | null | undefined;
|
|
@@ -851,62 +941,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
851
941
|
bpLevel: number[];
|
|
852
942
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
853
943
|
id?: string | null | undefined;
|
|
944
|
+
_id?: unknown;
|
|
854
945
|
name?: string | null | undefined;
|
|
855
|
-
}, import("mongoose").Types.Subdocument<
|
|
946
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
856
947
|
id?: string | null | undefined;
|
|
948
|
+
_id?: unknown;
|
|
857
949
|
name?: string | null | undefined;
|
|
858
950
|
}> & {
|
|
859
951
|
id?: string | null | undefined;
|
|
952
|
+
_id?: unknown;
|
|
860
953
|
name?: string | null | undefined;
|
|
861
954
|
}>;
|
|
862
955
|
admins: import("mongoose").Types.DocumentArray<{
|
|
863
956
|
id?: string | null | undefined;
|
|
957
|
+
_id?: unknown;
|
|
864
958
|
name?: string | null | undefined;
|
|
865
|
-
}, import("mongoose").Types.Subdocument<
|
|
959
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
866
960
|
id?: string | null | undefined;
|
|
961
|
+
_id?: unknown;
|
|
867
962
|
name?: string | null | undefined;
|
|
868
963
|
}> & {
|
|
869
964
|
id?: string | null | undefined;
|
|
965
|
+
_id?: unknown;
|
|
870
966
|
name?: string | null | undefined;
|
|
871
967
|
}>;
|
|
872
968
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
873
969
|
id?: string | null | undefined;
|
|
970
|
+
_id?: unknown;
|
|
874
971
|
name?: string | null | undefined;
|
|
875
|
-
}, import("mongoose").Types.Subdocument<
|
|
972
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
876
973
|
id?: string | null | undefined;
|
|
974
|
+
_id?: unknown;
|
|
877
975
|
name?: string | null | undefined;
|
|
878
976
|
}> & {
|
|
879
977
|
id?: string | null | undefined;
|
|
978
|
+
_id?: unknown;
|
|
880
979
|
name?: string | null | undefined;
|
|
881
980
|
}>;
|
|
882
981
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
883
982
|
id?: string | null | undefined;
|
|
983
|
+
_id?: unknown;
|
|
884
984
|
name?: string | null | undefined;
|
|
885
|
-
}, import("mongoose").Types.Subdocument<
|
|
985
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
886
986
|
id?: string | null | undefined;
|
|
987
|
+
_id?: unknown;
|
|
887
988
|
name?: string | null | undefined;
|
|
888
989
|
}> & {
|
|
889
990
|
id?: string | null | undefined;
|
|
991
|
+
_id?: unknown;
|
|
890
992
|
name?: string | null | undefined;
|
|
891
993
|
}>;
|
|
892
994
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
893
995
|
id?: string | null | undefined;
|
|
996
|
+
_id?: unknown;
|
|
894
997
|
name?: string | null | undefined;
|
|
895
|
-
}, import("mongoose").Types.Subdocument<
|
|
998
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
896
999
|
id?: string | null | undefined;
|
|
1000
|
+
_id?: unknown;
|
|
897
1001
|
name?: string | null | undefined;
|
|
898
1002
|
}> & {
|
|
899
1003
|
id?: string | null | undefined;
|
|
1004
|
+
_id?: unknown;
|
|
900
1005
|
name?: string | null | undefined;
|
|
901
1006
|
}>;
|
|
902
1007
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
903
1008
|
id?: string | null | undefined;
|
|
1009
|
+
_id?: unknown;
|
|
904
1010
|
name?: string | null | undefined;
|
|
905
|
-
}, import("mongoose").Types.Subdocument<
|
|
1011
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
906
1012
|
id?: string | null | undefined;
|
|
1013
|
+
_id?: unknown;
|
|
907
1014
|
name?: string | null | undefined;
|
|
908
1015
|
}> & {
|
|
909
1016
|
id?: string | null | undefined;
|
|
1017
|
+
_id?: unknown;
|
|
910
1018
|
name?: string | null | undefined;
|
|
911
1019
|
}>;
|
|
912
1020
|
disableMatchmakingChecks: boolean[];
|
|
@@ -916,285 +1024,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
916
1024
|
detectionMethods: number[];
|
|
917
1025
|
actions: number[];
|
|
918
1026
|
messages: string[];
|
|
919
|
-
|
|
1027
|
+
_id?: unknown;
|
|
1028
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
920
1029
|
triggers: string[];
|
|
921
1030
|
detectionMethods: number[];
|
|
922
1031
|
actions: number[];
|
|
923
1032
|
messages: string[];
|
|
1033
|
+
_id?: unknown;
|
|
924
1034
|
}> & {
|
|
925
1035
|
triggers: string[];
|
|
926
1036
|
detectionMethods: number[];
|
|
927
1037
|
actions: number[];
|
|
928
1038
|
messages: string[];
|
|
1039
|
+
_id?: unknown;
|
|
929
1040
|
}>;
|
|
930
1041
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
931
1042
|
triggers: string[];
|
|
932
1043
|
detectionMethods: number[];
|
|
933
1044
|
actions: number[];
|
|
934
1045
|
messages: string[];
|
|
935
|
-
|
|
1046
|
+
_id?: unknown;
|
|
1047
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
936
1048
|
triggers: string[];
|
|
937
1049
|
detectionMethods: number[];
|
|
938
1050
|
actions: number[];
|
|
939
1051
|
messages: string[];
|
|
1052
|
+
_id?: unknown;
|
|
940
1053
|
}> & {
|
|
941
1054
|
triggers: string[];
|
|
942
1055
|
detectionMethods: number[];
|
|
943
1056
|
actions: number[];
|
|
944
1057
|
messages: string[];
|
|
1058
|
+
_id?: unknown;
|
|
945
1059
|
}>;
|
|
946
1060
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
947
1061
|
triggers: string[];
|
|
948
1062
|
detectionMethods: number[];
|
|
949
1063
|
actions: number[];
|
|
950
1064
|
messages: string[];
|
|
951
|
-
|
|
1065
|
+
_id?: unknown;
|
|
1066
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
952
1067
|
triggers: string[];
|
|
953
1068
|
detectionMethods: number[];
|
|
954
1069
|
actions: number[];
|
|
955
1070
|
messages: string[];
|
|
1071
|
+
_id?: unknown;
|
|
956
1072
|
}> & {
|
|
957
1073
|
triggers: string[];
|
|
958
1074
|
detectionMethods: number[];
|
|
959
1075
|
actions: number[];
|
|
960
1076
|
messages: string[];
|
|
1077
|
+
_id?: unknown;
|
|
961
1078
|
}>;
|
|
962
1079
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
963
1080
|
actions: number[];
|
|
964
1081
|
messages: string[];
|
|
965
|
-
|
|
1082
|
+
_id?: unknown;
|
|
1083
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
966
1084
|
actions: number[];
|
|
967
1085
|
messages: string[];
|
|
1086
|
+
_id?: unknown;
|
|
968
1087
|
}> & {
|
|
969
1088
|
actions: number[];
|
|
970
1089
|
messages: string[];
|
|
1090
|
+
_id?: unknown;
|
|
971
1091
|
}>;
|
|
972
1092
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
973
1093
|
actions: number[];
|
|
974
1094
|
messages: string[];
|
|
975
|
-
|
|
1095
|
+
_id?: unknown;
|
|
1096
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
976
1097
|
actions: number[];
|
|
977
1098
|
messages: string[];
|
|
1099
|
+
_id?: unknown;
|
|
978
1100
|
}> & {
|
|
979
1101
|
actions: number[];
|
|
980
1102
|
messages: string[];
|
|
1103
|
+
_id?: unknown;
|
|
981
1104
|
}>;
|
|
982
1105
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
983
1106
|
actions: number[];
|
|
984
1107
|
messages: string[];
|
|
985
|
-
|
|
1108
|
+
_id?: unknown;
|
|
1109
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
986
1110
|
actions: number[];
|
|
987
1111
|
messages: string[];
|
|
1112
|
+
_id?: unknown;
|
|
988
1113
|
}> & {
|
|
989
1114
|
actions: number[];
|
|
990
1115
|
messages: string[];
|
|
1116
|
+
_id?: unknown;
|
|
991
1117
|
}>;
|
|
992
1118
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
993
1119
|
variants: number[];
|
|
994
1120
|
id?: string | null | undefined;
|
|
995
|
-
|
|
1121
|
+
_id?: unknown;
|
|
1122
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
996
1123
|
variants: number[];
|
|
997
1124
|
id?: string | null | undefined;
|
|
1125
|
+
_id?: unknown;
|
|
998
1126
|
}> & {
|
|
999
1127
|
variants: number[];
|
|
1000
1128
|
id?: string | null | undefined;
|
|
1129
|
+
_id?: unknown;
|
|
1001
1130
|
}>;
|
|
1002
1131
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
1003
1132
|
variants: number[];
|
|
1004
1133
|
id?: string | null | undefined;
|
|
1005
|
-
|
|
1134
|
+
_id?: unknown;
|
|
1135
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1006
1136
|
variants: number[];
|
|
1007
1137
|
id?: string | null | undefined;
|
|
1138
|
+
_id?: unknown;
|
|
1008
1139
|
}> & {
|
|
1009
1140
|
variants: number[];
|
|
1010
1141
|
id?: string | null | undefined;
|
|
1142
|
+
_id?: unknown;
|
|
1011
1143
|
}>;
|
|
1012
1144
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1013
1145
|
variants: number[];
|
|
1014
1146
|
id?: string | null | undefined;
|
|
1015
|
-
|
|
1147
|
+
_id?: unknown;
|
|
1148
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1016
1149
|
variants: number[];
|
|
1017
1150
|
id?: string | null | undefined;
|
|
1151
|
+
_id?: unknown;
|
|
1018
1152
|
}> & {
|
|
1019
1153
|
variants: number[];
|
|
1020
1154
|
id?: string | null | undefined;
|
|
1155
|
+
_id?: unknown;
|
|
1021
1156
|
}>;
|
|
1022
1157
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
1023
1158
|
variants: number[];
|
|
1024
1159
|
id?: string | null | undefined;
|
|
1025
|
-
|
|
1160
|
+
_id?: unknown;
|
|
1161
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1026
1162
|
variants: number[];
|
|
1027
1163
|
id?: string | null | undefined;
|
|
1164
|
+
_id?: unknown;
|
|
1028
1165
|
}> & {
|
|
1029
1166
|
variants: number[];
|
|
1030
1167
|
id?: string | null | undefined;
|
|
1168
|
+
_id?: unknown;
|
|
1031
1169
|
}>;
|
|
1032
1170
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
1033
1171
|
id?: string | null | undefined;
|
|
1034
|
-
|
|
1172
|
+
_id?: unknown;
|
|
1173
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1035
1174
|
id?: string | null | undefined;
|
|
1175
|
+
_id?: unknown;
|
|
1036
1176
|
}> & {
|
|
1037
1177
|
id?: string | null | undefined;
|
|
1178
|
+
_id?: unknown;
|
|
1038
1179
|
}>;
|
|
1039
1180
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1040
1181
|
variants: number[];
|
|
1041
1182
|
id?: string | null | undefined;
|
|
1042
|
-
|
|
1183
|
+
_id?: unknown;
|
|
1184
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1043
1185
|
variants: number[];
|
|
1044
1186
|
id?: string | null | undefined;
|
|
1187
|
+
_id?: unknown;
|
|
1045
1188
|
}> & {
|
|
1046
1189
|
variants: number[];
|
|
1047
1190
|
id?: string | null | undefined;
|
|
1191
|
+
_id?: unknown;
|
|
1048
1192
|
}>;
|
|
1049
1193
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1050
1194
|
variants: number[];
|
|
1051
1195
|
id?: string | null | undefined;
|
|
1052
|
-
|
|
1196
|
+
_id?: unknown;
|
|
1197
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1053
1198
|
variants: number[];
|
|
1054
1199
|
id?: string | null | undefined;
|
|
1200
|
+
_id?: unknown;
|
|
1055
1201
|
}> & {
|
|
1056
1202
|
variants: number[];
|
|
1057
1203
|
id?: string | null | undefined;
|
|
1204
|
+
_id?: unknown;
|
|
1058
1205
|
}>;
|
|
1059
1206
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1060
1207
|
variants: number[];
|
|
1061
1208
|
id?: string | null | undefined;
|
|
1062
|
-
|
|
1209
|
+
_id?: unknown;
|
|
1210
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1063
1211
|
variants: number[];
|
|
1064
1212
|
id?: string | null | undefined;
|
|
1213
|
+
_id?: unknown;
|
|
1065
1214
|
}> & {
|
|
1066
1215
|
variants: number[];
|
|
1067
1216
|
id?: string | null | undefined;
|
|
1217
|
+
_id?: unknown;
|
|
1068
1218
|
}>;
|
|
1069
1219
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
1: unknown;
|
|
1076
|
-
0?: {
|
|
1077
|
-
id?: string | null | undefined;
|
|
1078
|
-
} | null | undefined;
|
|
1220
|
+
id?: string | null | undefined;
|
|
1221
|
+
_id?: unknown;
|
|
1222
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1223
|
+
id?: string | null | undefined;
|
|
1224
|
+
_id?: unknown;
|
|
1079
1225
|
}> & {
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
id?: string | null | undefined;
|
|
1083
|
-
} | null | undefined;
|
|
1226
|
+
id?: string | null | undefined;
|
|
1227
|
+
_id?: unknown;
|
|
1084
1228
|
}>;
|
|
1085
1229
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
1: unknown;
|
|
1092
|
-
0?: {
|
|
1093
|
-
id?: string | null | undefined;
|
|
1094
|
-
} | null | undefined;
|
|
1230
|
+
id?: string | null | undefined;
|
|
1231
|
+
_id?: unknown;
|
|
1232
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1233
|
+
id?: string | null | undefined;
|
|
1234
|
+
_id?: unknown;
|
|
1095
1235
|
}> & {
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
id?: string | null | undefined;
|
|
1099
|
-
} | null | undefined;
|
|
1236
|
+
id?: string | null | undefined;
|
|
1237
|
+
_id?: unknown;
|
|
1100
1238
|
}>;
|
|
1101
1239
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
1102
1240
|
variants: number[];
|
|
1103
1241
|
id?: string | null | undefined;
|
|
1104
|
-
|
|
1242
|
+
_id?: unknown;
|
|
1243
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1105
1244
|
variants: number[];
|
|
1106
1245
|
id?: string | null | undefined;
|
|
1246
|
+
_id?: unknown;
|
|
1107
1247
|
}> & {
|
|
1108
1248
|
variants: number[];
|
|
1109
1249
|
id?: string | null | undefined;
|
|
1250
|
+
_id?: unknown;
|
|
1110
1251
|
}>;
|
|
1111
1252
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
1: unknown;
|
|
1118
|
-
0?: {
|
|
1119
|
-
id?: string | null | undefined;
|
|
1120
|
-
} | null | undefined;
|
|
1253
|
+
id?: string | null | undefined;
|
|
1254
|
+
_id?: unknown;
|
|
1255
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1256
|
+
id?: string | null | undefined;
|
|
1257
|
+
_id?: unknown;
|
|
1121
1258
|
}> & {
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
id?: string | null | undefined;
|
|
1125
|
-
} | null | undefined;
|
|
1259
|
+
id?: string | null | undefined;
|
|
1260
|
+
_id?: unknown;
|
|
1126
1261
|
}>;
|
|
1127
1262
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1128
1263
|
variants: number[];
|
|
1129
1264
|
id?: string | null | undefined;
|
|
1130
|
-
|
|
1265
|
+
_id?: unknown;
|
|
1266
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1131
1267
|
variants: number[];
|
|
1132
1268
|
id?: string | null | undefined;
|
|
1269
|
+
_id?: unknown;
|
|
1133
1270
|
}> & {
|
|
1134
1271
|
variants: number[];
|
|
1135
1272
|
id?: string | null | undefined;
|
|
1273
|
+
_id?: unknown;
|
|
1136
1274
|
}>;
|
|
1137
1275
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1138
1276
|
variants: number[];
|
|
1139
1277
|
id?: string | null | undefined;
|
|
1140
|
-
|
|
1278
|
+
_id?: unknown;
|
|
1279
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1141
1280
|
variants: number[];
|
|
1142
1281
|
id?: string | null | undefined;
|
|
1282
|
+
_id?: unknown;
|
|
1143
1283
|
}> & {
|
|
1144
1284
|
variants: number[];
|
|
1145
1285
|
id?: string | null | undefined;
|
|
1286
|
+
_id?: unknown;
|
|
1146
1287
|
}>;
|
|
1147
1288
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1148
1289
|
variants: number[];
|
|
1149
1290
|
id?: string | null | undefined;
|
|
1150
|
-
|
|
1291
|
+
_id?: unknown;
|
|
1292
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1151
1293
|
variants: number[];
|
|
1152
1294
|
id?: string | null | undefined;
|
|
1295
|
+
_id?: unknown;
|
|
1153
1296
|
}> & {
|
|
1154
1297
|
variants: number[];
|
|
1155
1298
|
id?: string | null | undefined;
|
|
1299
|
+
_id?: unknown;
|
|
1156
1300
|
}>;
|
|
1157
1301
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
1: unknown;
|
|
1164
|
-
0?: {
|
|
1165
|
-
id?: string | null | undefined;
|
|
1166
|
-
} | null | undefined;
|
|
1302
|
+
id?: string | null | undefined;
|
|
1303
|
+
_id?: unknown;
|
|
1304
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1305
|
+
id?: string | null | undefined;
|
|
1306
|
+
_id?: unknown;
|
|
1167
1307
|
}> & {
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
id?: string | null | undefined;
|
|
1171
|
-
} | null | undefined;
|
|
1308
|
+
id?: string | null | undefined;
|
|
1309
|
+
_id?: unknown;
|
|
1172
1310
|
}>;
|
|
1173
1311
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
1174
1312
|
variants: number[];
|
|
1175
1313
|
id?: string | null | undefined;
|
|
1176
|
-
|
|
1314
|
+
_id?: unknown;
|
|
1315
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1177
1316
|
variants: number[];
|
|
1178
1317
|
id?: string | null | undefined;
|
|
1318
|
+
_id?: unknown;
|
|
1179
1319
|
}> & {
|
|
1180
1320
|
variants: number[];
|
|
1181
1321
|
id?: string | null | undefined;
|
|
1322
|
+
_id?: unknown;
|
|
1182
1323
|
}>;
|
|
1183
1324
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
1: unknown;
|
|
1190
|
-
0?: {
|
|
1191
|
-
id?: string | null | undefined;
|
|
1192
|
-
} | null | undefined;
|
|
1325
|
+
id?: string | null | undefined;
|
|
1326
|
+
_id?: unknown;
|
|
1327
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1328
|
+
id?: string | null | undefined;
|
|
1329
|
+
_id?: unknown;
|
|
1193
1330
|
}> & {
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
id?: string | null | undefined;
|
|
1197
|
-
} | null | undefined;
|
|
1331
|
+
id?: string | null | undefined;
|
|
1332
|
+
_id?: unknown;
|
|
1198
1333
|
}>;
|
|
1199
1334
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
1200
1335
|
statusInterval?: number | null | undefined;
|
|
@@ -1228,62 +1363,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1228
1363
|
bpLevel: number[];
|
|
1229
1364
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
1230
1365
|
id?: string | null | undefined;
|
|
1366
|
+
_id?: unknown;
|
|
1231
1367
|
name?: string | null | undefined;
|
|
1232
|
-
}, import("mongoose").Types.Subdocument<
|
|
1368
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1233
1369
|
id?: string | null | undefined;
|
|
1370
|
+
_id?: unknown;
|
|
1234
1371
|
name?: string | null | undefined;
|
|
1235
1372
|
}> & {
|
|
1236
1373
|
id?: string | null | undefined;
|
|
1374
|
+
_id?: unknown;
|
|
1237
1375
|
name?: string | null | undefined;
|
|
1238
1376
|
}>;
|
|
1239
1377
|
admins: import("mongoose").Types.DocumentArray<{
|
|
1240
1378
|
id?: string | null | undefined;
|
|
1379
|
+
_id?: unknown;
|
|
1241
1380
|
name?: string | null | undefined;
|
|
1242
|
-
}, import("mongoose").Types.Subdocument<
|
|
1381
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1243
1382
|
id?: string | null | undefined;
|
|
1383
|
+
_id?: unknown;
|
|
1244
1384
|
name?: string | null | undefined;
|
|
1245
1385
|
}> & {
|
|
1246
1386
|
id?: string | null | undefined;
|
|
1387
|
+
_id?: unknown;
|
|
1247
1388
|
name?: string | null | undefined;
|
|
1248
1389
|
}>;
|
|
1249
1390
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
1250
1391
|
id?: string | null | undefined;
|
|
1392
|
+
_id?: unknown;
|
|
1251
1393
|
name?: string | null | undefined;
|
|
1252
|
-
}, import("mongoose").Types.Subdocument<
|
|
1394
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1253
1395
|
id?: string | null | undefined;
|
|
1396
|
+
_id?: unknown;
|
|
1254
1397
|
name?: string | null | undefined;
|
|
1255
1398
|
}> & {
|
|
1256
1399
|
id?: string | null | undefined;
|
|
1400
|
+
_id?: unknown;
|
|
1257
1401
|
name?: string | null | undefined;
|
|
1258
1402
|
}>;
|
|
1259
1403
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
1260
1404
|
id?: string | null | undefined;
|
|
1405
|
+
_id?: unknown;
|
|
1261
1406
|
name?: string | null | undefined;
|
|
1262
|
-
}, import("mongoose").Types.Subdocument<
|
|
1407
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1263
1408
|
id?: string | null | undefined;
|
|
1409
|
+
_id?: unknown;
|
|
1264
1410
|
name?: string | null | undefined;
|
|
1265
1411
|
}> & {
|
|
1266
1412
|
id?: string | null | undefined;
|
|
1413
|
+
_id?: unknown;
|
|
1267
1414
|
name?: string | null | undefined;
|
|
1268
1415
|
}>;
|
|
1269
1416
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
1270
1417
|
id?: string | null | undefined;
|
|
1418
|
+
_id?: unknown;
|
|
1271
1419
|
name?: string | null | undefined;
|
|
1272
|
-
}, import("mongoose").Types.Subdocument<
|
|
1420
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1273
1421
|
id?: string | null | undefined;
|
|
1422
|
+
_id?: unknown;
|
|
1274
1423
|
name?: string | null | undefined;
|
|
1275
1424
|
}> & {
|
|
1276
1425
|
id?: string | null | undefined;
|
|
1426
|
+
_id?: unknown;
|
|
1277
1427
|
name?: string | null | undefined;
|
|
1278
1428
|
}>;
|
|
1279
1429
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
1280
1430
|
id?: string | null | undefined;
|
|
1431
|
+
_id?: unknown;
|
|
1281
1432
|
name?: string | null | undefined;
|
|
1282
|
-
}, import("mongoose").Types.Subdocument<
|
|
1433
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1283
1434
|
id?: string | null | undefined;
|
|
1435
|
+
_id?: unknown;
|
|
1284
1436
|
name?: string | null | undefined;
|
|
1285
1437
|
}> & {
|
|
1286
1438
|
id?: string | null | undefined;
|
|
1439
|
+
_id?: unknown;
|
|
1287
1440
|
name?: string | null | undefined;
|
|
1288
1441
|
}>;
|
|
1289
1442
|
disableMatchmakingChecks: boolean[];
|
|
@@ -1293,285 +1446,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1293
1446
|
detectionMethods: number[];
|
|
1294
1447
|
actions: number[];
|
|
1295
1448
|
messages: string[];
|
|
1296
|
-
|
|
1449
|
+
_id?: unknown;
|
|
1450
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1297
1451
|
triggers: string[];
|
|
1298
1452
|
detectionMethods: number[];
|
|
1299
1453
|
actions: number[];
|
|
1300
1454
|
messages: string[];
|
|
1455
|
+
_id?: unknown;
|
|
1301
1456
|
}> & {
|
|
1302
1457
|
triggers: string[];
|
|
1303
1458
|
detectionMethods: number[];
|
|
1304
1459
|
actions: number[];
|
|
1305
1460
|
messages: string[];
|
|
1461
|
+
_id?: unknown;
|
|
1306
1462
|
}>;
|
|
1307
1463
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
1308
1464
|
triggers: string[];
|
|
1309
1465
|
detectionMethods: number[];
|
|
1310
1466
|
actions: number[];
|
|
1311
1467
|
messages: string[];
|
|
1312
|
-
|
|
1468
|
+
_id?: unknown;
|
|
1469
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1313
1470
|
triggers: string[];
|
|
1314
1471
|
detectionMethods: number[];
|
|
1315
1472
|
actions: number[];
|
|
1316
1473
|
messages: string[];
|
|
1474
|
+
_id?: unknown;
|
|
1317
1475
|
}> & {
|
|
1318
1476
|
triggers: string[];
|
|
1319
1477
|
detectionMethods: number[];
|
|
1320
1478
|
actions: number[];
|
|
1321
1479
|
messages: string[];
|
|
1480
|
+
_id?: unknown;
|
|
1322
1481
|
}>;
|
|
1323
1482
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
1324
1483
|
triggers: string[];
|
|
1325
1484
|
detectionMethods: number[];
|
|
1326
1485
|
actions: number[];
|
|
1327
1486
|
messages: string[];
|
|
1328
|
-
|
|
1487
|
+
_id?: unknown;
|
|
1488
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1329
1489
|
triggers: string[];
|
|
1330
1490
|
detectionMethods: number[];
|
|
1331
1491
|
actions: number[];
|
|
1332
1492
|
messages: string[];
|
|
1493
|
+
_id?: unknown;
|
|
1333
1494
|
}> & {
|
|
1334
1495
|
triggers: string[];
|
|
1335
1496
|
detectionMethods: number[];
|
|
1336
1497
|
actions: number[];
|
|
1337
1498
|
messages: string[];
|
|
1499
|
+
_id?: unknown;
|
|
1338
1500
|
}>;
|
|
1339
1501
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
1340
1502
|
actions: number[];
|
|
1341
1503
|
messages: string[];
|
|
1342
|
-
|
|
1504
|
+
_id?: unknown;
|
|
1505
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1343
1506
|
actions: number[];
|
|
1344
1507
|
messages: string[];
|
|
1508
|
+
_id?: unknown;
|
|
1345
1509
|
}> & {
|
|
1346
1510
|
actions: number[];
|
|
1347
1511
|
messages: string[];
|
|
1512
|
+
_id?: unknown;
|
|
1348
1513
|
}>;
|
|
1349
1514
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
1350
1515
|
actions: number[];
|
|
1351
1516
|
messages: string[];
|
|
1352
|
-
|
|
1517
|
+
_id?: unknown;
|
|
1518
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1353
1519
|
actions: number[];
|
|
1354
1520
|
messages: string[];
|
|
1521
|
+
_id?: unknown;
|
|
1355
1522
|
}> & {
|
|
1356
1523
|
actions: number[];
|
|
1357
1524
|
messages: string[];
|
|
1525
|
+
_id?: unknown;
|
|
1358
1526
|
}>;
|
|
1359
1527
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
1360
1528
|
actions: number[];
|
|
1361
1529
|
messages: string[];
|
|
1362
|
-
|
|
1530
|
+
_id?: unknown;
|
|
1531
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1363
1532
|
actions: number[];
|
|
1364
1533
|
messages: string[];
|
|
1534
|
+
_id?: unknown;
|
|
1365
1535
|
}> & {
|
|
1366
1536
|
actions: number[];
|
|
1367
1537
|
messages: string[];
|
|
1538
|
+
_id?: unknown;
|
|
1368
1539
|
}>;
|
|
1369
1540
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
1370
1541
|
variants: number[];
|
|
1371
1542
|
id?: string | null | undefined;
|
|
1372
|
-
|
|
1543
|
+
_id?: unknown;
|
|
1544
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1373
1545
|
variants: number[];
|
|
1374
1546
|
id?: string | null | undefined;
|
|
1547
|
+
_id?: unknown;
|
|
1375
1548
|
}> & {
|
|
1376
1549
|
variants: number[];
|
|
1377
1550
|
id?: string | null | undefined;
|
|
1551
|
+
_id?: unknown;
|
|
1378
1552
|
}>;
|
|
1379
1553
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
1380
1554
|
variants: number[];
|
|
1381
1555
|
id?: string | null | undefined;
|
|
1382
|
-
|
|
1556
|
+
_id?: unknown;
|
|
1557
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1383
1558
|
variants: number[];
|
|
1384
1559
|
id?: string | null | undefined;
|
|
1560
|
+
_id?: unknown;
|
|
1385
1561
|
}> & {
|
|
1386
1562
|
variants: number[];
|
|
1387
1563
|
id?: string | null | undefined;
|
|
1564
|
+
_id?: unknown;
|
|
1388
1565
|
}>;
|
|
1389
1566
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1390
1567
|
variants: number[];
|
|
1391
1568
|
id?: string | null | undefined;
|
|
1392
|
-
|
|
1569
|
+
_id?: unknown;
|
|
1570
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1393
1571
|
variants: number[];
|
|
1394
1572
|
id?: string | null | undefined;
|
|
1573
|
+
_id?: unknown;
|
|
1395
1574
|
}> & {
|
|
1396
1575
|
variants: number[];
|
|
1397
1576
|
id?: string | null | undefined;
|
|
1577
|
+
_id?: unknown;
|
|
1398
1578
|
}>;
|
|
1399
1579
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
1400
1580
|
variants: number[];
|
|
1401
1581
|
id?: string | null | undefined;
|
|
1402
|
-
|
|
1582
|
+
_id?: unknown;
|
|
1583
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1403
1584
|
variants: number[];
|
|
1404
1585
|
id?: string | null | undefined;
|
|
1586
|
+
_id?: unknown;
|
|
1405
1587
|
}> & {
|
|
1406
1588
|
variants: number[];
|
|
1407
1589
|
id?: string | null | undefined;
|
|
1590
|
+
_id?: unknown;
|
|
1408
1591
|
}>;
|
|
1409
1592
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
1410
1593
|
id?: string | null | undefined;
|
|
1411
|
-
|
|
1594
|
+
_id?: unknown;
|
|
1595
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1412
1596
|
id?: string | null | undefined;
|
|
1597
|
+
_id?: unknown;
|
|
1413
1598
|
}> & {
|
|
1414
1599
|
id?: string | null | undefined;
|
|
1600
|
+
_id?: unknown;
|
|
1415
1601
|
}>;
|
|
1416
1602
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1417
1603
|
variants: number[];
|
|
1418
1604
|
id?: string | null | undefined;
|
|
1419
|
-
|
|
1605
|
+
_id?: unknown;
|
|
1606
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1420
1607
|
variants: number[];
|
|
1421
1608
|
id?: string | null | undefined;
|
|
1609
|
+
_id?: unknown;
|
|
1422
1610
|
}> & {
|
|
1423
1611
|
variants: number[];
|
|
1424
1612
|
id?: string | null | undefined;
|
|
1613
|
+
_id?: unknown;
|
|
1425
1614
|
}>;
|
|
1426
1615
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1427
1616
|
variants: number[];
|
|
1428
1617
|
id?: string | null | undefined;
|
|
1429
|
-
|
|
1618
|
+
_id?: unknown;
|
|
1619
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1430
1620
|
variants: number[];
|
|
1431
1621
|
id?: string | null | undefined;
|
|
1622
|
+
_id?: unknown;
|
|
1432
1623
|
}> & {
|
|
1433
1624
|
variants: number[];
|
|
1434
1625
|
id?: string | null | undefined;
|
|
1626
|
+
_id?: unknown;
|
|
1435
1627
|
}>;
|
|
1436
1628
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1437
1629
|
variants: number[];
|
|
1438
1630
|
id?: string | null | undefined;
|
|
1439
|
-
|
|
1631
|
+
_id?: unknown;
|
|
1632
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1440
1633
|
variants: number[];
|
|
1441
1634
|
id?: string | null | undefined;
|
|
1635
|
+
_id?: unknown;
|
|
1442
1636
|
}> & {
|
|
1443
1637
|
variants: number[];
|
|
1444
1638
|
id?: string | null | undefined;
|
|
1639
|
+
_id?: unknown;
|
|
1445
1640
|
}>;
|
|
1446
1641
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
1: unknown;
|
|
1453
|
-
0?: {
|
|
1454
|
-
id?: string | null | undefined;
|
|
1455
|
-
} | null | undefined;
|
|
1642
|
+
id?: string | null | undefined;
|
|
1643
|
+
_id?: unknown;
|
|
1644
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1645
|
+
id?: string | null | undefined;
|
|
1646
|
+
_id?: unknown;
|
|
1456
1647
|
}> & {
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
id?: string | null | undefined;
|
|
1460
|
-
} | null | undefined;
|
|
1648
|
+
id?: string | null | undefined;
|
|
1649
|
+
_id?: unknown;
|
|
1461
1650
|
}>;
|
|
1462
1651
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
1: unknown;
|
|
1469
|
-
0?: {
|
|
1470
|
-
id?: string | null | undefined;
|
|
1471
|
-
} | null | undefined;
|
|
1652
|
+
id?: string | null | undefined;
|
|
1653
|
+
_id?: unknown;
|
|
1654
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1655
|
+
id?: string | null | undefined;
|
|
1656
|
+
_id?: unknown;
|
|
1472
1657
|
}> & {
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
id?: string | null | undefined;
|
|
1476
|
-
} | null | undefined;
|
|
1658
|
+
id?: string | null | undefined;
|
|
1659
|
+
_id?: unknown;
|
|
1477
1660
|
}>;
|
|
1478
1661
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
1479
1662
|
variants: number[];
|
|
1480
1663
|
id?: string | null | undefined;
|
|
1481
|
-
|
|
1664
|
+
_id?: unknown;
|
|
1665
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1482
1666
|
variants: number[];
|
|
1483
1667
|
id?: string | null | undefined;
|
|
1668
|
+
_id?: unknown;
|
|
1484
1669
|
}> & {
|
|
1485
1670
|
variants: number[];
|
|
1486
1671
|
id?: string | null | undefined;
|
|
1672
|
+
_id?: unknown;
|
|
1487
1673
|
}>;
|
|
1488
1674
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
1: unknown;
|
|
1495
|
-
0?: {
|
|
1496
|
-
id?: string | null | undefined;
|
|
1497
|
-
} | null | undefined;
|
|
1675
|
+
id?: string | null | undefined;
|
|
1676
|
+
_id?: unknown;
|
|
1677
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1678
|
+
id?: string | null | undefined;
|
|
1679
|
+
_id?: unknown;
|
|
1498
1680
|
}> & {
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
id?: string | null | undefined;
|
|
1502
|
-
} | null | undefined;
|
|
1681
|
+
id?: string | null | undefined;
|
|
1682
|
+
_id?: unknown;
|
|
1503
1683
|
}>;
|
|
1504
1684
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1505
1685
|
variants: number[];
|
|
1506
1686
|
id?: string | null | undefined;
|
|
1507
|
-
|
|
1687
|
+
_id?: unknown;
|
|
1688
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1508
1689
|
variants: number[];
|
|
1509
1690
|
id?: string | null | undefined;
|
|
1691
|
+
_id?: unknown;
|
|
1510
1692
|
}> & {
|
|
1511
1693
|
variants: number[];
|
|
1512
1694
|
id?: string | null | undefined;
|
|
1695
|
+
_id?: unknown;
|
|
1513
1696
|
}>;
|
|
1514
1697
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1515
1698
|
variants: number[];
|
|
1516
1699
|
id?: string | null | undefined;
|
|
1517
|
-
|
|
1700
|
+
_id?: unknown;
|
|
1701
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1518
1702
|
variants: number[];
|
|
1519
1703
|
id?: string | null | undefined;
|
|
1704
|
+
_id?: unknown;
|
|
1520
1705
|
}> & {
|
|
1521
1706
|
variants: number[];
|
|
1522
1707
|
id?: string | null | undefined;
|
|
1708
|
+
_id?: unknown;
|
|
1523
1709
|
}>;
|
|
1524
1710
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1525
1711
|
variants: number[];
|
|
1526
1712
|
id?: string | null | undefined;
|
|
1527
|
-
|
|
1713
|
+
_id?: unknown;
|
|
1714
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1528
1715
|
variants: number[];
|
|
1529
1716
|
id?: string | null | undefined;
|
|
1717
|
+
_id?: unknown;
|
|
1530
1718
|
}> & {
|
|
1531
1719
|
variants: number[];
|
|
1532
1720
|
id?: string | null | undefined;
|
|
1721
|
+
_id?: unknown;
|
|
1533
1722
|
}>;
|
|
1534
1723
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
1: unknown;
|
|
1541
|
-
0?: {
|
|
1542
|
-
id?: string | null | undefined;
|
|
1543
|
-
} | null | undefined;
|
|
1724
|
+
id?: string | null | undefined;
|
|
1725
|
+
_id?: unknown;
|
|
1726
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1727
|
+
id?: string | null | undefined;
|
|
1728
|
+
_id?: unknown;
|
|
1544
1729
|
}> & {
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
id?: string | null | undefined;
|
|
1548
|
-
} | null | undefined;
|
|
1730
|
+
id?: string | null | undefined;
|
|
1731
|
+
_id?: unknown;
|
|
1549
1732
|
}>;
|
|
1550
1733
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
1551
1734
|
variants: number[];
|
|
1552
1735
|
id?: string | null | undefined;
|
|
1553
|
-
|
|
1736
|
+
_id?: unknown;
|
|
1737
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1554
1738
|
variants: number[];
|
|
1555
1739
|
id?: string | null | undefined;
|
|
1740
|
+
_id?: unknown;
|
|
1556
1741
|
}> & {
|
|
1557
1742
|
variants: number[];
|
|
1558
1743
|
id?: string | null | undefined;
|
|
1744
|
+
_id?: unknown;
|
|
1559
1745
|
}>;
|
|
1560
1746
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
1: unknown;
|
|
1567
|
-
0?: {
|
|
1568
|
-
id?: string | null | undefined;
|
|
1569
|
-
} | null | undefined;
|
|
1747
|
+
id?: string | null | undefined;
|
|
1748
|
+
_id?: unknown;
|
|
1749
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1750
|
+
id?: string | null | undefined;
|
|
1751
|
+
_id?: unknown;
|
|
1570
1752
|
}> & {
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
id?: string | null | undefined;
|
|
1574
|
-
} | null | undefined;
|
|
1753
|
+
id?: string | null | undefined;
|
|
1754
|
+
_id?: unknown;
|
|
1575
1755
|
}>;
|
|
1576
1756
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
1577
1757
|
statusInterval?: number | null | undefined;
|
|
@@ -1601,62 +1781,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1601
1781
|
bpLevel: number[];
|
|
1602
1782
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
1603
1783
|
id?: string | null | undefined;
|
|
1784
|
+
_id?: unknown;
|
|
1604
1785
|
name?: string | null | undefined;
|
|
1605
|
-
}, import("mongoose").Types.Subdocument<
|
|
1786
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1606
1787
|
id?: string | null | undefined;
|
|
1788
|
+
_id?: unknown;
|
|
1607
1789
|
name?: string | null | undefined;
|
|
1608
1790
|
}> & {
|
|
1609
1791
|
id?: string | null | undefined;
|
|
1792
|
+
_id?: unknown;
|
|
1610
1793
|
name?: string | null | undefined;
|
|
1611
1794
|
}>;
|
|
1612
1795
|
admins: import("mongoose").Types.DocumentArray<{
|
|
1613
1796
|
id?: string | null | undefined;
|
|
1797
|
+
_id?: unknown;
|
|
1614
1798
|
name?: string | null | undefined;
|
|
1615
|
-
}, import("mongoose").Types.Subdocument<
|
|
1799
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1616
1800
|
id?: string | null | undefined;
|
|
1801
|
+
_id?: unknown;
|
|
1617
1802
|
name?: string | null | undefined;
|
|
1618
1803
|
}> & {
|
|
1619
1804
|
id?: string | null | undefined;
|
|
1805
|
+
_id?: unknown;
|
|
1620
1806
|
name?: string | null | undefined;
|
|
1621
1807
|
}>;
|
|
1622
1808
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
1623
1809
|
id?: string | null | undefined;
|
|
1810
|
+
_id?: unknown;
|
|
1624
1811
|
name?: string | null | undefined;
|
|
1625
|
-
}, import("mongoose").Types.Subdocument<
|
|
1812
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1626
1813
|
id?: string | null | undefined;
|
|
1814
|
+
_id?: unknown;
|
|
1627
1815
|
name?: string | null | undefined;
|
|
1628
1816
|
}> & {
|
|
1629
1817
|
id?: string | null | undefined;
|
|
1818
|
+
_id?: unknown;
|
|
1630
1819
|
name?: string | null | undefined;
|
|
1631
1820
|
}>;
|
|
1632
1821
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
1633
1822
|
id?: string | null | undefined;
|
|
1823
|
+
_id?: unknown;
|
|
1634
1824
|
name?: string | null | undefined;
|
|
1635
|
-
}, import("mongoose").Types.Subdocument<
|
|
1825
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1636
1826
|
id?: string | null | undefined;
|
|
1827
|
+
_id?: unknown;
|
|
1637
1828
|
name?: string | null | undefined;
|
|
1638
1829
|
}> & {
|
|
1639
1830
|
id?: string | null | undefined;
|
|
1831
|
+
_id?: unknown;
|
|
1640
1832
|
name?: string | null | undefined;
|
|
1641
1833
|
}>;
|
|
1642
1834
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
1643
1835
|
id?: string | null | undefined;
|
|
1836
|
+
_id?: unknown;
|
|
1644
1837
|
name?: string | null | undefined;
|
|
1645
|
-
}, import("mongoose").Types.Subdocument<
|
|
1838
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1646
1839
|
id?: string | null | undefined;
|
|
1840
|
+
_id?: unknown;
|
|
1647
1841
|
name?: string | null | undefined;
|
|
1648
1842
|
}> & {
|
|
1649
1843
|
id?: string | null | undefined;
|
|
1844
|
+
_id?: unknown;
|
|
1650
1845
|
name?: string | null | undefined;
|
|
1651
1846
|
}>;
|
|
1652
1847
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
1653
1848
|
id?: string | null | undefined;
|
|
1849
|
+
_id?: unknown;
|
|
1654
1850
|
name?: string | null | undefined;
|
|
1655
|
-
}, import("mongoose").Types.Subdocument<
|
|
1851
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1656
1852
|
id?: string | null | undefined;
|
|
1853
|
+
_id?: unknown;
|
|
1657
1854
|
name?: string | null | undefined;
|
|
1658
1855
|
}> & {
|
|
1659
1856
|
id?: string | null | undefined;
|
|
1857
|
+
_id?: unknown;
|
|
1660
1858
|
name?: string | null | undefined;
|
|
1661
1859
|
}>;
|
|
1662
1860
|
disableMatchmakingChecks: boolean[];
|
|
@@ -1666,285 +1864,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1666
1864
|
detectionMethods: number[];
|
|
1667
1865
|
actions: number[];
|
|
1668
1866
|
messages: string[];
|
|
1669
|
-
|
|
1867
|
+
_id?: unknown;
|
|
1868
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1670
1869
|
triggers: string[];
|
|
1671
1870
|
detectionMethods: number[];
|
|
1672
1871
|
actions: number[];
|
|
1673
1872
|
messages: string[];
|
|
1873
|
+
_id?: unknown;
|
|
1674
1874
|
}> & {
|
|
1675
1875
|
triggers: string[];
|
|
1676
1876
|
detectionMethods: number[];
|
|
1677
1877
|
actions: number[];
|
|
1678
1878
|
messages: string[];
|
|
1879
|
+
_id?: unknown;
|
|
1679
1880
|
}>;
|
|
1680
1881
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
1681
1882
|
triggers: string[];
|
|
1682
1883
|
detectionMethods: number[];
|
|
1683
1884
|
actions: number[];
|
|
1684
1885
|
messages: string[];
|
|
1685
|
-
|
|
1886
|
+
_id?: unknown;
|
|
1887
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1686
1888
|
triggers: string[];
|
|
1687
1889
|
detectionMethods: number[];
|
|
1688
1890
|
actions: number[];
|
|
1689
1891
|
messages: string[];
|
|
1892
|
+
_id?: unknown;
|
|
1690
1893
|
}> & {
|
|
1691
1894
|
triggers: string[];
|
|
1692
1895
|
detectionMethods: number[];
|
|
1693
1896
|
actions: number[];
|
|
1694
1897
|
messages: string[];
|
|
1898
|
+
_id?: unknown;
|
|
1695
1899
|
}>;
|
|
1696
1900
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
1697
1901
|
triggers: string[];
|
|
1698
1902
|
detectionMethods: number[];
|
|
1699
1903
|
actions: number[];
|
|
1700
1904
|
messages: string[];
|
|
1701
|
-
|
|
1905
|
+
_id?: unknown;
|
|
1906
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1702
1907
|
triggers: string[];
|
|
1703
1908
|
detectionMethods: number[];
|
|
1704
1909
|
actions: number[];
|
|
1705
1910
|
messages: string[];
|
|
1911
|
+
_id?: unknown;
|
|
1706
1912
|
}> & {
|
|
1707
1913
|
triggers: string[];
|
|
1708
1914
|
detectionMethods: number[];
|
|
1709
1915
|
actions: number[];
|
|
1710
1916
|
messages: string[];
|
|
1917
|
+
_id?: unknown;
|
|
1711
1918
|
}>;
|
|
1712
1919
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
1713
1920
|
actions: number[];
|
|
1714
1921
|
messages: string[];
|
|
1715
|
-
|
|
1922
|
+
_id?: unknown;
|
|
1923
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1716
1924
|
actions: number[];
|
|
1717
1925
|
messages: string[];
|
|
1926
|
+
_id?: unknown;
|
|
1718
1927
|
}> & {
|
|
1719
1928
|
actions: number[];
|
|
1720
1929
|
messages: string[];
|
|
1930
|
+
_id?: unknown;
|
|
1721
1931
|
}>;
|
|
1722
1932
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
1723
1933
|
actions: number[];
|
|
1724
1934
|
messages: string[];
|
|
1725
|
-
|
|
1935
|
+
_id?: unknown;
|
|
1936
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1726
1937
|
actions: number[];
|
|
1727
1938
|
messages: string[];
|
|
1939
|
+
_id?: unknown;
|
|
1728
1940
|
}> & {
|
|
1729
1941
|
actions: number[];
|
|
1730
1942
|
messages: string[];
|
|
1943
|
+
_id?: unknown;
|
|
1731
1944
|
}>;
|
|
1732
1945
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
1733
1946
|
actions: number[];
|
|
1734
1947
|
messages: string[];
|
|
1735
|
-
|
|
1948
|
+
_id?: unknown;
|
|
1949
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1736
1950
|
actions: number[];
|
|
1737
1951
|
messages: string[];
|
|
1952
|
+
_id?: unknown;
|
|
1738
1953
|
}> & {
|
|
1739
1954
|
actions: number[];
|
|
1740
1955
|
messages: string[];
|
|
1956
|
+
_id?: unknown;
|
|
1741
1957
|
}>;
|
|
1742
1958
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
1743
1959
|
variants: number[];
|
|
1744
1960
|
id?: string | null | undefined;
|
|
1745
|
-
|
|
1961
|
+
_id?: unknown;
|
|
1962
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1746
1963
|
variants: number[];
|
|
1747
1964
|
id?: string | null | undefined;
|
|
1965
|
+
_id?: unknown;
|
|
1748
1966
|
}> & {
|
|
1749
1967
|
variants: number[];
|
|
1750
1968
|
id?: string | null | undefined;
|
|
1969
|
+
_id?: unknown;
|
|
1751
1970
|
}>;
|
|
1752
1971
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
1753
1972
|
variants: number[];
|
|
1754
1973
|
id?: string | null | undefined;
|
|
1755
|
-
|
|
1974
|
+
_id?: unknown;
|
|
1975
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1756
1976
|
variants: number[];
|
|
1757
1977
|
id?: string | null | undefined;
|
|
1978
|
+
_id?: unknown;
|
|
1758
1979
|
}> & {
|
|
1759
1980
|
variants: number[];
|
|
1760
1981
|
id?: string | null | undefined;
|
|
1982
|
+
_id?: unknown;
|
|
1761
1983
|
}>;
|
|
1762
1984
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1763
1985
|
variants: number[];
|
|
1764
1986
|
id?: string | null | undefined;
|
|
1765
|
-
|
|
1987
|
+
_id?: unknown;
|
|
1988
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1766
1989
|
variants: number[];
|
|
1767
1990
|
id?: string | null | undefined;
|
|
1991
|
+
_id?: unknown;
|
|
1768
1992
|
}> & {
|
|
1769
1993
|
variants: number[];
|
|
1770
1994
|
id?: string | null | undefined;
|
|
1995
|
+
_id?: unknown;
|
|
1771
1996
|
}>;
|
|
1772
1997
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
1773
1998
|
variants: number[];
|
|
1774
1999
|
id?: string | null | undefined;
|
|
1775
|
-
|
|
2000
|
+
_id?: unknown;
|
|
2001
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1776
2002
|
variants: number[];
|
|
1777
2003
|
id?: string | null | undefined;
|
|
2004
|
+
_id?: unknown;
|
|
1778
2005
|
}> & {
|
|
1779
2006
|
variants: number[];
|
|
1780
2007
|
id?: string | null | undefined;
|
|
2008
|
+
_id?: unknown;
|
|
1781
2009
|
}>;
|
|
1782
2010
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
1783
2011
|
id?: string | null | undefined;
|
|
1784
|
-
|
|
2012
|
+
_id?: unknown;
|
|
2013
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1785
2014
|
id?: string | null | undefined;
|
|
2015
|
+
_id?: unknown;
|
|
1786
2016
|
}> & {
|
|
1787
2017
|
id?: string | null | undefined;
|
|
2018
|
+
_id?: unknown;
|
|
1788
2019
|
}>;
|
|
1789
2020
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1790
2021
|
variants: number[];
|
|
1791
2022
|
id?: string | null | undefined;
|
|
1792
|
-
|
|
2023
|
+
_id?: unknown;
|
|
2024
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1793
2025
|
variants: number[];
|
|
1794
2026
|
id?: string | null | undefined;
|
|
2027
|
+
_id?: unknown;
|
|
1795
2028
|
}> & {
|
|
1796
2029
|
variants: number[];
|
|
1797
2030
|
id?: string | null | undefined;
|
|
2031
|
+
_id?: unknown;
|
|
1798
2032
|
}>;
|
|
1799
2033
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1800
2034
|
variants: number[];
|
|
1801
2035
|
id?: string | null | undefined;
|
|
1802
|
-
|
|
2036
|
+
_id?: unknown;
|
|
2037
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1803
2038
|
variants: number[];
|
|
1804
2039
|
id?: string | null | undefined;
|
|
2040
|
+
_id?: unknown;
|
|
1805
2041
|
}> & {
|
|
1806
2042
|
variants: number[];
|
|
1807
2043
|
id?: string | null | undefined;
|
|
2044
|
+
_id?: unknown;
|
|
1808
2045
|
}>;
|
|
1809
2046
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1810
2047
|
variants: number[];
|
|
1811
2048
|
id?: string | null | undefined;
|
|
1812
|
-
|
|
2049
|
+
_id?: unknown;
|
|
2050
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1813
2051
|
variants: number[];
|
|
1814
2052
|
id?: string | null | undefined;
|
|
2053
|
+
_id?: unknown;
|
|
1815
2054
|
}> & {
|
|
1816
2055
|
variants: number[];
|
|
1817
2056
|
id?: string | null | undefined;
|
|
2057
|
+
_id?: unknown;
|
|
1818
2058
|
}>;
|
|
1819
2059
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
1: unknown;
|
|
1826
|
-
0?: {
|
|
1827
|
-
id?: string | null | undefined;
|
|
1828
|
-
} | null | undefined;
|
|
2060
|
+
id?: string | null | undefined;
|
|
2061
|
+
_id?: unknown;
|
|
2062
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2063
|
+
id?: string | null | undefined;
|
|
2064
|
+
_id?: unknown;
|
|
1829
2065
|
}> & {
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
id?: string | null | undefined;
|
|
1833
|
-
} | null | undefined;
|
|
2066
|
+
id?: string | null | undefined;
|
|
2067
|
+
_id?: unknown;
|
|
1834
2068
|
}>;
|
|
1835
2069
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
1: unknown;
|
|
1842
|
-
0?: {
|
|
1843
|
-
id?: string | null | undefined;
|
|
1844
|
-
} | null | undefined;
|
|
2070
|
+
id?: string | null | undefined;
|
|
2071
|
+
_id?: unknown;
|
|
2072
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2073
|
+
id?: string | null | undefined;
|
|
2074
|
+
_id?: unknown;
|
|
1845
2075
|
}> & {
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
id?: string | null | undefined;
|
|
1849
|
-
} | null | undefined;
|
|
2076
|
+
id?: string | null | undefined;
|
|
2077
|
+
_id?: unknown;
|
|
1850
2078
|
}>;
|
|
1851
2079
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
1852
2080
|
variants: number[];
|
|
1853
2081
|
id?: string | null | undefined;
|
|
1854
|
-
|
|
2082
|
+
_id?: unknown;
|
|
2083
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1855
2084
|
variants: number[];
|
|
1856
2085
|
id?: string | null | undefined;
|
|
2086
|
+
_id?: unknown;
|
|
1857
2087
|
}> & {
|
|
1858
2088
|
variants: number[];
|
|
1859
2089
|
id?: string | null | undefined;
|
|
2090
|
+
_id?: unknown;
|
|
1860
2091
|
}>;
|
|
1861
2092
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
1: unknown;
|
|
1868
|
-
0?: {
|
|
1869
|
-
id?: string | null | undefined;
|
|
1870
|
-
} | null | undefined;
|
|
2093
|
+
id?: string | null | undefined;
|
|
2094
|
+
_id?: unknown;
|
|
2095
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2096
|
+
id?: string | null | undefined;
|
|
2097
|
+
_id?: unknown;
|
|
1871
2098
|
}> & {
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
id?: string | null | undefined;
|
|
1875
|
-
} | null | undefined;
|
|
2099
|
+
id?: string | null | undefined;
|
|
2100
|
+
_id?: unknown;
|
|
1876
2101
|
}>;
|
|
1877
2102
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
1878
2103
|
variants: number[];
|
|
1879
2104
|
id?: string | null | undefined;
|
|
1880
|
-
|
|
2105
|
+
_id?: unknown;
|
|
2106
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1881
2107
|
variants: number[];
|
|
1882
2108
|
id?: string | null | undefined;
|
|
2109
|
+
_id?: unknown;
|
|
1883
2110
|
}> & {
|
|
1884
2111
|
variants: number[];
|
|
1885
2112
|
id?: string | null | undefined;
|
|
2113
|
+
_id?: unknown;
|
|
1886
2114
|
}>;
|
|
1887
2115
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
1888
2116
|
variants: number[];
|
|
1889
2117
|
id?: string | null | undefined;
|
|
1890
|
-
|
|
2118
|
+
_id?: unknown;
|
|
2119
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1891
2120
|
variants: number[];
|
|
1892
2121
|
id?: string | null | undefined;
|
|
2122
|
+
_id?: unknown;
|
|
1893
2123
|
}> & {
|
|
1894
2124
|
variants: number[];
|
|
1895
2125
|
id?: string | null | undefined;
|
|
2126
|
+
_id?: unknown;
|
|
1896
2127
|
}>;
|
|
1897
2128
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
1898
2129
|
variants: number[];
|
|
1899
2130
|
id?: string | null | undefined;
|
|
1900
|
-
|
|
2131
|
+
_id?: unknown;
|
|
2132
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1901
2133
|
variants: number[];
|
|
1902
2134
|
id?: string | null | undefined;
|
|
2135
|
+
_id?: unknown;
|
|
1903
2136
|
}> & {
|
|
1904
2137
|
variants: number[];
|
|
1905
2138
|
id?: string | null | undefined;
|
|
2139
|
+
_id?: unknown;
|
|
1906
2140
|
}>;
|
|
1907
2141
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
1: unknown;
|
|
1914
|
-
0?: {
|
|
1915
|
-
id?: string | null | undefined;
|
|
1916
|
-
} | null | undefined;
|
|
2142
|
+
id?: string | null | undefined;
|
|
2143
|
+
_id?: unknown;
|
|
2144
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2145
|
+
id?: string | null | undefined;
|
|
2146
|
+
_id?: unknown;
|
|
1917
2147
|
}> & {
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
id?: string | null | undefined;
|
|
1921
|
-
} | null | undefined;
|
|
2148
|
+
id?: string | null | undefined;
|
|
2149
|
+
_id?: unknown;
|
|
1922
2150
|
}>;
|
|
1923
2151
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
1924
2152
|
variants: number[];
|
|
1925
2153
|
id?: string | null | undefined;
|
|
1926
|
-
|
|
2154
|
+
_id?: unknown;
|
|
2155
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1927
2156
|
variants: number[];
|
|
1928
2157
|
id?: string | null | undefined;
|
|
2158
|
+
_id?: unknown;
|
|
1929
2159
|
}> & {
|
|
1930
2160
|
variants: number[];
|
|
1931
2161
|
id?: string | null | undefined;
|
|
2162
|
+
_id?: unknown;
|
|
1932
2163
|
}>;
|
|
1933
2164
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
1: unknown;
|
|
1940
|
-
0?: {
|
|
1941
|
-
id?: string | null | undefined;
|
|
1942
|
-
} | null | undefined;
|
|
2165
|
+
id?: string | null | undefined;
|
|
2166
|
+
_id?: unknown;
|
|
2167
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2168
|
+
id?: string | null | undefined;
|
|
2169
|
+
_id?: unknown;
|
|
1943
2170
|
}> & {
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
id?: string | null | undefined;
|
|
1947
|
-
} | null | undefined;
|
|
2171
|
+
id?: string | null | undefined;
|
|
2172
|
+
_id?: unknown;
|
|
1948
2173
|
}>;
|
|
1949
2174
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
1950
2175
|
statusInterval?: number | null | undefined;
|
|
@@ -1974,62 +2199,80 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1974
2199
|
bpLevel: number[];
|
|
1975
2200
|
extraOwners: import("mongoose").Types.DocumentArray<{
|
|
1976
2201
|
id?: string | null | undefined;
|
|
2202
|
+
_id?: unknown;
|
|
1977
2203
|
name?: string | null | undefined;
|
|
1978
|
-
}, import("mongoose").Types.Subdocument<
|
|
2204
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1979
2205
|
id?: string | null | undefined;
|
|
2206
|
+
_id?: unknown;
|
|
1980
2207
|
name?: string | null | undefined;
|
|
1981
2208
|
}> & {
|
|
1982
2209
|
id?: string | null | undefined;
|
|
2210
|
+
_id?: unknown;
|
|
1983
2211
|
name?: string | null | undefined;
|
|
1984
2212
|
}>;
|
|
1985
2213
|
admins: import("mongoose").Types.DocumentArray<{
|
|
1986
2214
|
id?: string | null | undefined;
|
|
2215
|
+
_id?: unknown;
|
|
1987
2216
|
name?: string | null | undefined;
|
|
1988
|
-
}, import("mongoose").Types.Subdocument<
|
|
2217
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1989
2218
|
id?: string | null | undefined;
|
|
2219
|
+
_id?: unknown;
|
|
1990
2220
|
name?: string | null | undefined;
|
|
1991
2221
|
}> & {
|
|
1992
2222
|
id?: string | null | undefined;
|
|
2223
|
+
_id?: unknown;
|
|
1993
2224
|
name?: string | null | undefined;
|
|
1994
2225
|
}>;
|
|
1995
2226
|
whitelistUsers: import("mongoose").Types.DocumentArray<{
|
|
1996
2227
|
id?: string | null | undefined;
|
|
2228
|
+
_id?: unknown;
|
|
1997
2229
|
name?: string | null | undefined;
|
|
1998
|
-
}, import("mongoose").Types.Subdocument<
|
|
2230
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
1999
2231
|
id?: string | null | undefined;
|
|
2232
|
+
_id?: unknown;
|
|
2000
2233
|
name?: string | null | undefined;
|
|
2001
2234
|
}> & {
|
|
2002
2235
|
id?: string | null | undefined;
|
|
2236
|
+
_id?: unknown;
|
|
2003
2237
|
name?: string | null | undefined;
|
|
2004
2238
|
}>;
|
|
2005
2239
|
blacklistUsers: import("mongoose").Types.DocumentArray<{
|
|
2006
2240
|
id?: string | null | undefined;
|
|
2241
|
+
_id?: unknown;
|
|
2007
2242
|
name?: string | null | undefined;
|
|
2008
|
-
}, import("mongoose").Types.Subdocument<
|
|
2243
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2009
2244
|
id?: string | null | undefined;
|
|
2245
|
+
_id?: unknown;
|
|
2010
2246
|
name?: string | null | undefined;
|
|
2011
2247
|
}> & {
|
|
2012
2248
|
id?: string | null | undefined;
|
|
2249
|
+
_id?: unknown;
|
|
2013
2250
|
name?: string | null | undefined;
|
|
2014
2251
|
}>;
|
|
2015
2252
|
excludedAutoAddFriends: import("mongoose").Types.DocumentArray<{
|
|
2016
2253
|
id?: string | null | undefined;
|
|
2254
|
+
_id?: unknown;
|
|
2017
2255
|
name?: string | null | undefined;
|
|
2018
|
-
}, import("mongoose").Types.Subdocument<
|
|
2256
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2019
2257
|
id?: string | null | undefined;
|
|
2258
|
+
_id?: unknown;
|
|
2020
2259
|
name?: string | null | undefined;
|
|
2021
2260
|
}> & {
|
|
2022
2261
|
id?: string | null | undefined;
|
|
2262
|
+
_id?: unknown;
|
|
2023
2263
|
name?: string | null | undefined;
|
|
2024
2264
|
}>;
|
|
2025
2265
|
otherBots: import("mongoose").Types.DocumentArray<{
|
|
2026
2266
|
id?: string | null | undefined;
|
|
2267
|
+
_id?: unknown;
|
|
2027
2268
|
name?: string | null | undefined;
|
|
2028
|
-
}, import("mongoose").Types.Subdocument<
|
|
2269
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2029
2270
|
id?: string | null | undefined;
|
|
2271
|
+
_id?: unknown;
|
|
2030
2272
|
name?: string | null | undefined;
|
|
2031
2273
|
}> & {
|
|
2032
2274
|
id?: string | null | undefined;
|
|
2275
|
+
_id?: unknown;
|
|
2033
2276
|
name?: string | null | undefined;
|
|
2034
2277
|
}>;
|
|
2035
2278
|
disableMatchmakingChecks: boolean[];
|
|
@@ -2039,285 +2282,312 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2039
2282
|
detectionMethods: number[];
|
|
2040
2283
|
actions: number[];
|
|
2041
2284
|
messages: string[];
|
|
2042
|
-
|
|
2285
|
+
_id?: unknown;
|
|
2286
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2043
2287
|
triggers: string[];
|
|
2044
2288
|
detectionMethods: number[];
|
|
2045
2289
|
actions: number[];
|
|
2046
2290
|
messages: string[];
|
|
2291
|
+
_id?: unknown;
|
|
2047
2292
|
}> & {
|
|
2048
2293
|
triggers: string[];
|
|
2049
2294
|
detectionMethods: number[];
|
|
2050
2295
|
actions: number[];
|
|
2051
2296
|
messages: string[];
|
|
2297
|
+
_id?: unknown;
|
|
2052
2298
|
}>;
|
|
2053
2299
|
messageContentTriggers: import("mongoose").Types.DocumentArray<{
|
|
2054
2300
|
triggers: string[];
|
|
2055
2301
|
detectionMethods: number[];
|
|
2056
2302
|
actions: number[];
|
|
2057
2303
|
messages: string[];
|
|
2058
|
-
|
|
2304
|
+
_id?: unknown;
|
|
2305
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2059
2306
|
triggers: string[];
|
|
2060
2307
|
detectionMethods: number[];
|
|
2061
2308
|
actions: number[];
|
|
2062
2309
|
messages: string[];
|
|
2310
|
+
_id?: unknown;
|
|
2063
2311
|
}> & {
|
|
2064
2312
|
triggers: string[];
|
|
2065
2313
|
detectionMethods: number[];
|
|
2066
2314
|
actions: number[];
|
|
2067
2315
|
messages: string[];
|
|
2316
|
+
_id?: unknown;
|
|
2068
2317
|
}>;
|
|
2069
2318
|
cosmeticTriggers: import("mongoose").Types.DocumentArray<{
|
|
2070
2319
|
triggers: string[];
|
|
2071
2320
|
detectionMethods: number[];
|
|
2072
2321
|
actions: number[];
|
|
2073
2322
|
messages: string[];
|
|
2074
|
-
|
|
2323
|
+
_id?: unknown;
|
|
2324
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2075
2325
|
triggers: string[];
|
|
2076
2326
|
detectionMethods: number[];
|
|
2077
2327
|
actions: number[];
|
|
2078
2328
|
messages: string[];
|
|
2329
|
+
_id?: unknown;
|
|
2079
2330
|
}> & {
|
|
2080
2331
|
triggers: string[];
|
|
2081
2332
|
detectionMethods: number[];
|
|
2082
2333
|
actions: number[];
|
|
2083
2334
|
messages: string[];
|
|
2335
|
+
_id?: unknown;
|
|
2084
2336
|
}>;
|
|
2085
2337
|
addFriendTrigger: import("mongoose").Types.DocumentArray<{
|
|
2086
2338
|
actions: number[];
|
|
2087
2339
|
messages: string[];
|
|
2088
|
-
|
|
2340
|
+
_id?: unknown;
|
|
2341
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2089
2342
|
actions: number[];
|
|
2090
2343
|
messages: string[];
|
|
2344
|
+
_id?: unknown;
|
|
2091
2345
|
}> & {
|
|
2092
2346
|
actions: number[];
|
|
2093
2347
|
messages: string[];
|
|
2348
|
+
_id?: unknown;
|
|
2094
2349
|
}>;
|
|
2095
2350
|
memberJoinTrigger: import("mongoose").Types.DocumentArray<{
|
|
2096
2351
|
actions: number[];
|
|
2097
2352
|
messages: string[];
|
|
2098
|
-
|
|
2353
|
+
_id?: unknown;
|
|
2354
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2099
2355
|
actions: number[];
|
|
2100
2356
|
messages: string[];
|
|
2357
|
+
_id?: unknown;
|
|
2101
2358
|
}> & {
|
|
2102
2359
|
actions: number[];
|
|
2103
2360
|
messages: string[];
|
|
2361
|
+
_id?: unknown;
|
|
2104
2362
|
}>;
|
|
2105
2363
|
changeCosmeticTrigger: import("mongoose").Types.DocumentArray<{
|
|
2106
2364
|
actions: number[];
|
|
2107
2365
|
messages: string[];
|
|
2108
|
-
|
|
2366
|
+
_id?: unknown;
|
|
2367
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2109
2368
|
actions: number[];
|
|
2110
2369
|
messages: string[];
|
|
2370
|
+
_id?: unknown;
|
|
2111
2371
|
}> & {
|
|
2112
2372
|
actions: number[];
|
|
2113
2373
|
messages: string[];
|
|
2374
|
+
_id?: unknown;
|
|
2114
2375
|
}>;
|
|
2115
2376
|
startOutfit: import("mongoose").Types.DocumentArray<{
|
|
2116
2377
|
variants: number[];
|
|
2117
2378
|
id?: string | null | undefined;
|
|
2118
|
-
|
|
2379
|
+
_id?: unknown;
|
|
2380
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2119
2381
|
variants: number[];
|
|
2120
2382
|
id?: string | null | undefined;
|
|
2383
|
+
_id?: unknown;
|
|
2121
2384
|
}> & {
|
|
2122
2385
|
variants: number[];
|
|
2123
2386
|
id?: string | null | undefined;
|
|
2387
|
+
_id?: unknown;
|
|
2124
2388
|
}>;
|
|
2125
2389
|
startBackpack: import("mongoose").Types.DocumentArray<{
|
|
2126
2390
|
variants: number[];
|
|
2127
2391
|
id?: string | null | undefined;
|
|
2128
|
-
|
|
2392
|
+
_id?: unknown;
|
|
2393
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2129
2394
|
variants: number[];
|
|
2130
2395
|
id?: string | null | undefined;
|
|
2396
|
+
_id?: unknown;
|
|
2131
2397
|
}> & {
|
|
2132
2398
|
variants: number[];
|
|
2133
2399
|
id?: string | null | undefined;
|
|
2400
|
+
_id?: unknown;
|
|
2134
2401
|
}>;
|
|
2135
2402
|
startPickaxe: import("mongoose").Types.DocumentArray<{
|
|
2136
2403
|
variants: number[];
|
|
2137
2404
|
id?: string | null | undefined;
|
|
2138
|
-
|
|
2405
|
+
_id?: unknown;
|
|
2406
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2139
2407
|
variants: number[];
|
|
2140
2408
|
id?: string | null | undefined;
|
|
2409
|
+
_id?: unknown;
|
|
2141
2410
|
}> & {
|
|
2142
2411
|
variants: number[];
|
|
2143
2412
|
id?: string | null | undefined;
|
|
2413
|
+
_id?: unknown;
|
|
2144
2414
|
}>;
|
|
2145
2415
|
startShoes: import("mongoose").Types.DocumentArray<{
|
|
2146
2416
|
variants: number[];
|
|
2147
2417
|
id?: string | null | undefined;
|
|
2148
|
-
|
|
2418
|
+
_id?: unknown;
|
|
2419
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2149
2420
|
variants: number[];
|
|
2150
2421
|
id?: string | null | undefined;
|
|
2422
|
+
_id?: unknown;
|
|
2151
2423
|
}> & {
|
|
2152
2424
|
variants: number[];
|
|
2153
2425
|
id?: string | null | undefined;
|
|
2426
|
+
_id?: unknown;
|
|
2154
2427
|
}>;
|
|
2155
2428
|
startBanner: import("mongoose").Types.DocumentArray<{
|
|
2156
2429
|
id?: string | null | undefined;
|
|
2157
|
-
|
|
2430
|
+
_id?: unknown;
|
|
2431
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2158
2432
|
id?: string | null | undefined;
|
|
2433
|
+
_id?: unknown;
|
|
2159
2434
|
}> & {
|
|
2160
2435
|
id?: string | null | undefined;
|
|
2436
|
+
_id?: unknown;
|
|
2161
2437
|
}>;
|
|
2162
2438
|
joinOutfit: import("mongoose").Types.DocumentArray<{
|
|
2163
2439
|
variants: number[];
|
|
2164
2440
|
id?: string | null | undefined;
|
|
2165
|
-
|
|
2441
|
+
_id?: unknown;
|
|
2442
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2166
2443
|
variants: number[];
|
|
2167
2444
|
id?: string | null | undefined;
|
|
2445
|
+
_id?: unknown;
|
|
2168
2446
|
}> & {
|
|
2169
2447
|
variants: number[];
|
|
2170
2448
|
id?: string | null | undefined;
|
|
2449
|
+
_id?: unknown;
|
|
2171
2450
|
}>;
|
|
2172
2451
|
joinBackpack: import("mongoose").Types.DocumentArray<{
|
|
2173
2452
|
variants: number[];
|
|
2174
2453
|
id?: string | null | undefined;
|
|
2175
|
-
|
|
2454
|
+
_id?: unknown;
|
|
2455
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2176
2456
|
variants: number[];
|
|
2177
2457
|
id?: string | null | undefined;
|
|
2458
|
+
_id?: unknown;
|
|
2178
2459
|
}> & {
|
|
2179
2460
|
variants: number[];
|
|
2180
2461
|
id?: string | null | undefined;
|
|
2462
|
+
_id?: unknown;
|
|
2181
2463
|
}>;
|
|
2182
2464
|
joinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
2183
2465
|
variants: number[];
|
|
2184
2466
|
id?: string | null | undefined;
|
|
2185
|
-
|
|
2467
|
+
_id?: unknown;
|
|
2468
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2186
2469
|
variants: number[];
|
|
2187
2470
|
id?: string | null | undefined;
|
|
2471
|
+
_id?: unknown;
|
|
2188
2472
|
}> & {
|
|
2189
2473
|
variants: number[];
|
|
2190
2474
|
id?: string | null | undefined;
|
|
2475
|
+
_id?: unknown;
|
|
2191
2476
|
}>;
|
|
2192
2477
|
joinEmote: import("mongoose").Types.DocumentArray<{
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
1: unknown;
|
|
2199
|
-
0?: {
|
|
2200
|
-
id?: string | null | undefined;
|
|
2201
|
-
} | null | undefined;
|
|
2478
|
+
id?: string | null | undefined;
|
|
2479
|
+
_id?: unknown;
|
|
2480
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2481
|
+
id?: string | null | undefined;
|
|
2482
|
+
_id?: unknown;
|
|
2202
2483
|
}> & {
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
id?: string | null | undefined;
|
|
2206
|
-
} | null | undefined;
|
|
2484
|
+
id?: string | null | undefined;
|
|
2485
|
+
_id?: unknown;
|
|
2207
2486
|
}>;
|
|
2208
2487
|
joinEmoji: import("mongoose").Types.DocumentArray<{
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
1: unknown;
|
|
2215
|
-
0?: {
|
|
2216
|
-
id?: string | null | undefined;
|
|
2217
|
-
} | null | undefined;
|
|
2488
|
+
id?: string | null | undefined;
|
|
2489
|
+
_id?: unknown;
|
|
2490
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2491
|
+
id?: string | null | undefined;
|
|
2492
|
+
_id?: unknown;
|
|
2218
2493
|
}> & {
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
id?: string | null | undefined;
|
|
2222
|
-
} | null | undefined;
|
|
2494
|
+
id?: string | null | undefined;
|
|
2495
|
+
_id?: unknown;
|
|
2223
2496
|
}>;
|
|
2224
2497
|
joinShoes: import("mongoose").Types.DocumentArray<{
|
|
2225
2498
|
variants: number[];
|
|
2226
2499
|
id?: string | null | undefined;
|
|
2227
|
-
|
|
2500
|
+
_id?: unknown;
|
|
2501
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2228
2502
|
variants: number[];
|
|
2229
2503
|
id?: string | null | undefined;
|
|
2504
|
+
_id?: unknown;
|
|
2230
2505
|
}> & {
|
|
2231
2506
|
variants: number[];
|
|
2232
2507
|
id?: string | null | undefined;
|
|
2508
|
+
_id?: unknown;
|
|
2233
2509
|
}>;
|
|
2234
2510
|
joinBanner: import("mongoose").Types.DocumentArray<{
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
1: unknown;
|
|
2241
|
-
0?: {
|
|
2242
|
-
id?: string | null | undefined;
|
|
2243
|
-
} | null | undefined;
|
|
2511
|
+
id?: string | null | undefined;
|
|
2512
|
+
_id?: unknown;
|
|
2513
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2514
|
+
id?: string | null | undefined;
|
|
2515
|
+
_id?: unknown;
|
|
2244
2516
|
}> & {
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
id?: string | null | undefined;
|
|
2248
|
-
} | null | undefined;
|
|
2517
|
+
id?: string | null | undefined;
|
|
2518
|
+
_id?: unknown;
|
|
2249
2519
|
}>;
|
|
2250
2520
|
memberJoinOutfit: import("mongoose").Types.DocumentArray<{
|
|
2251
2521
|
variants: number[];
|
|
2252
2522
|
id?: string | null | undefined;
|
|
2253
|
-
|
|
2523
|
+
_id?: unknown;
|
|
2524
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2254
2525
|
variants: number[];
|
|
2255
2526
|
id?: string | null | undefined;
|
|
2527
|
+
_id?: unknown;
|
|
2256
2528
|
}> & {
|
|
2257
2529
|
variants: number[];
|
|
2258
2530
|
id?: string | null | undefined;
|
|
2531
|
+
_id?: unknown;
|
|
2259
2532
|
}>;
|
|
2260
2533
|
memberJoinBackpack: import("mongoose").Types.DocumentArray<{
|
|
2261
2534
|
variants: number[];
|
|
2262
2535
|
id?: string | null | undefined;
|
|
2263
|
-
|
|
2536
|
+
_id?: unknown;
|
|
2537
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2264
2538
|
variants: number[];
|
|
2265
2539
|
id?: string | null | undefined;
|
|
2540
|
+
_id?: unknown;
|
|
2266
2541
|
}> & {
|
|
2267
2542
|
variants: number[];
|
|
2268
2543
|
id?: string | null | undefined;
|
|
2544
|
+
_id?: unknown;
|
|
2269
2545
|
}>;
|
|
2270
2546
|
memberJoinPickaxe: import("mongoose").Types.DocumentArray<{
|
|
2271
2547
|
variants: number[];
|
|
2272
2548
|
id?: string | null | undefined;
|
|
2273
|
-
|
|
2549
|
+
_id?: unknown;
|
|
2550
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2274
2551
|
variants: number[];
|
|
2275
2552
|
id?: string | null | undefined;
|
|
2553
|
+
_id?: unknown;
|
|
2276
2554
|
}> & {
|
|
2277
2555
|
variants: number[];
|
|
2278
2556
|
id?: string | null | undefined;
|
|
2557
|
+
_id?: unknown;
|
|
2279
2558
|
}>;
|
|
2280
2559
|
memberJoinEmote: import("mongoose").Types.DocumentArray<{
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
1: unknown;
|
|
2287
|
-
0?: {
|
|
2288
|
-
id?: string | null | undefined;
|
|
2289
|
-
} | null | undefined;
|
|
2560
|
+
id?: string | null | undefined;
|
|
2561
|
+
_id?: unknown;
|
|
2562
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2563
|
+
id?: string | null | undefined;
|
|
2564
|
+
_id?: unknown;
|
|
2290
2565
|
}> & {
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
id?: string | null | undefined;
|
|
2294
|
-
} | null | undefined;
|
|
2566
|
+
id?: string | null | undefined;
|
|
2567
|
+
_id?: unknown;
|
|
2295
2568
|
}>;
|
|
2296
2569
|
memberJoinShoes: import("mongoose").Types.DocumentArray<{
|
|
2297
2570
|
variants: number[];
|
|
2298
2571
|
id?: string | null | undefined;
|
|
2299
|
-
|
|
2572
|
+
_id?: unknown;
|
|
2573
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2300
2574
|
variants: number[];
|
|
2301
2575
|
id?: string | null | undefined;
|
|
2576
|
+
_id?: unknown;
|
|
2302
2577
|
}> & {
|
|
2303
2578
|
variants: number[];
|
|
2304
2579
|
id?: string | null | undefined;
|
|
2580
|
+
_id?: unknown;
|
|
2305
2581
|
}>;
|
|
2306
2582
|
memberJoinBanner: import("mongoose").Types.DocumentArray<{
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
1: unknown;
|
|
2313
|
-
0?: {
|
|
2314
|
-
id?: string | null | undefined;
|
|
2315
|
-
} | null | undefined;
|
|
2583
|
+
id?: string | null | undefined;
|
|
2584
|
+
_id?: unknown;
|
|
2585
|
+
}, import("mongoose").Types.Subdocument<unknown, any, {
|
|
2586
|
+
id?: string | null | undefined;
|
|
2587
|
+
_id?: unknown;
|
|
2316
2588
|
}> & {
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
id?: string | null | undefined;
|
|
2320
|
-
} | null | undefined;
|
|
2589
|
+
id?: string | null | undefined;
|
|
2590
|
+
_id?: unknown;
|
|
2321
2591
|
}>;
|
|
2322
2592
|
privacy?: string | CategoryConfigPartyPrivacy | null | undefined;
|
|
2323
2593
|
statusInterval?: number | null | undefined;
|