@fnlb-project/database 1.0.25 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +102 -6
  2. package/dist/index.js +416 -416
  3. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare const BotModel: import("mongoose").Model<{
22
22
  parent?: import("mongoose").Types.ObjectId | null | undefined;
23
23
  email?: string | null | undefined;
24
24
  disabled?: boolean | null | undefined;
25
- mmsBannedUntil?: NativeDate | null | undefined;
25
+ mmsBannedUntil?: number | null | undefined;
26
26
  }, {}, {}, {}, import("mongoose").Document<unknown, {}, {
27
27
  owner: import("mongoose").Types.ObjectId;
28
28
  type: number;
@@ -35,7 +35,7 @@ export declare const BotModel: import("mongoose").Model<{
35
35
  parent?: import("mongoose").Types.ObjectId | null | undefined;
36
36
  email?: string | null | undefined;
37
37
  disabled?: boolean | null | undefined;
38
- mmsBannedUntil?: NativeDate | null | undefined;
38
+ mmsBannedUntil?: number | null | undefined;
39
39
  }> & {
40
40
  owner: import("mongoose").Types.ObjectId;
41
41
  type: number;
@@ -48,7 +48,7 @@ export declare const BotModel: import("mongoose").Model<{
48
48
  parent?: import("mongoose").Types.ObjectId | null | undefined;
49
49
  email?: string | null | undefined;
50
50
  disabled?: boolean | null | undefined;
51
- mmsBannedUntil?: NativeDate | null | undefined;
51
+ mmsBannedUntil?: number | null | undefined;
52
52
  } & {
53
53
  _id: import("mongoose").Types.ObjectId;
54
54
  } & {
@@ -65,7 +65,7 @@ export declare const BotModel: import("mongoose").Model<{
65
65
  parent?: import("mongoose").Types.ObjectId | null | undefined;
66
66
  email?: string | null | undefined;
67
67
  disabled?: boolean | null | undefined;
68
- mmsBannedUntil?: NativeDate | null | undefined;
68
+ mmsBannedUntil?: number | null | undefined;
69
69
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
70
70
  owner: import("mongoose").Types.ObjectId;
71
71
  type: number;
@@ -78,7 +78,7 @@ export declare const BotModel: import("mongoose").Model<{
78
78
  parent?: import("mongoose").Types.ObjectId | null | undefined;
79
79
  email?: string | null | undefined;
80
80
  disabled?: boolean | null | undefined;
81
- mmsBannedUntil?: NativeDate | null | undefined;
81
+ mmsBannedUntil?: number | null | undefined;
82
82
  }>> & import("mongoose").FlatRecord<{
83
83
  owner: import("mongoose").Types.ObjectId;
84
84
  type: number;
@@ -91,7 +91,7 @@ export declare const BotModel: import("mongoose").Model<{
91
91
  parent?: import("mongoose").Types.ObjectId | null | undefined;
92
92
  email?: string | null | undefined;
93
93
  disabled?: boolean | null | undefined;
94
- mmsBannedUntil?: NativeDate | null | undefined;
94
+ mmsBannedUntil?: number | null | undefined;
95
95
  }> & {
96
96
  _id: import("mongoose").Types.ObjectId;
97
97
  } & {
@@ -206,6 +206,7 @@ export declare const CategoryModel: import("mongoose").Model<{
206
206
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
207
207
  runCommandsWithoutPrefix?: boolean | null | undefined;
208
208
  setCosmeticsWithoutCommands?: boolean | null | undefined;
209
+ setCosmeticsWithPrefix?: boolean | null | undefined;
209
210
  acceptInvites?: boolean | null | undefined;
210
211
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
211
212
  _id?: unknown;
@@ -673,6 +674,7 @@ export declare const CategoryModel: import("mongoose").Model<{
673
674
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
674
675
  runCommandsWithoutPrefix?: boolean | null | undefined;
675
676
  setCosmeticsWithoutCommands?: boolean | null | undefined;
677
+ setCosmeticsWithPrefix?: boolean | null | undefined;
676
678
  acceptInvites?: boolean | null | undefined;
677
679
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
678
680
  _id?: unknown;
@@ -1140,6 +1142,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1140
1142
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
1141
1143
  runCommandsWithoutPrefix?: boolean | null | undefined;
1142
1144
  setCosmeticsWithoutCommands?: boolean | null | undefined;
1145
+ setCosmeticsWithPrefix?: boolean | null | undefined;
1143
1146
  acceptInvites?: boolean | null | undefined;
1144
1147
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
1145
1148
  _id?: unknown;
@@ -1611,6 +1614,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1611
1614
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
1612
1615
  runCommandsWithoutPrefix?: boolean | null | undefined;
1613
1616
  setCosmeticsWithoutCommands?: boolean | null | undefined;
1617
+ setCosmeticsWithPrefix?: boolean | null | undefined;
1614
1618
  acceptInvites?: boolean | null | undefined;
1615
1619
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
1616
1620
  _id?: unknown;
@@ -2078,6 +2082,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2078
2082
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
2079
2083
  runCommandsWithoutPrefix?: boolean | null | undefined;
2080
2084
  setCosmeticsWithoutCommands?: boolean | null | undefined;
2085
+ setCosmeticsWithPrefix?: boolean | null | undefined;
2081
2086
  acceptInvites?: boolean | null | undefined;
2082
2087
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
2083
2088
  _id?: unknown;
@@ -2545,6 +2550,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2545
2550
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
2546
2551
  runCommandsWithoutPrefix?: boolean | null | undefined;
2547
2552
  setCosmeticsWithoutCommands?: boolean | null | undefined;
2553
+ setCosmeticsWithPrefix?: boolean | null | undefined;
2548
2554
  acceptInvites?: boolean | null | undefined;
2549
2555
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
2550
2556
  _id?: unknown;
@@ -2919,10 +2925,12 @@ export declare const UserModel: import("mongoose").Model<{
2919
2925
  discord?: {
2920
2926
  id?: string | null | undefined;
2921
2927
  username?: string | null | undefined;
2928
+ verified?: boolean | null | undefined;
2922
2929
  } | null | undefined;
2923
2930
  epic?: {
2924
2931
  id?: string | null | undefined;
2925
2932
  username?: string | null | undefined;
2933
+ verified?: boolean | null | undefined;
2926
2934
  } | null | undefined;
2927
2935
  } | null | undefined;
2928
2936
  }, {}, {}, {}, import("mongoose").Document<unknown, {}, {
@@ -2936,10 +2944,12 @@ export declare const UserModel: import("mongoose").Model<{
2936
2944
  discord?: {
2937
2945
  id?: string | null | undefined;
2938
2946
  username?: string | null | undefined;
2947
+ verified?: boolean | null | undefined;
2939
2948
  } | null | undefined;
2940
2949
  epic?: {
2941
2950
  id?: string | null | undefined;
2942
2951
  username?: string | null | undefined;
2952
+ verified?: boolean | null | undefined;
2943
2953
  } | null | undefined;
2944
2954
  } | null | undefined;
2945
2955
  }> & {
@@ -2953,10 +2963,12 @@ export declare const UserModel: import("mongoose").Model<{
2953
2963
  discord?: {
2954
2964
  id?: string | null | undefined;
2955
2965
  username?: string | null | undefined;
2966
+ verified?: boolean | null | undefined;
2956
2967
  } | null | undefined;
2957
2968
  epic?: {
2958
2969
  id?: string | null | undefined;
2959
2970
  username?: string | null | undefined;
2971
+ verified?: boolean | null | undefined;
2960
2972
  } | null | undefined;
2961
2973
  } | null | undefined;
2962
2974
  } & {
@@ -2975,10 +2987,12 @@ export declare const UserModel: import("mongoose").Model<{
2975
2987
  discord?: {
2976
2988
  id?: string | null | undefined;
2977
2989
  username?: string | null | undefined;
2990
+ verified?: boolean | null | undefined;
2978
2991
  } | null | undefined;
2979
2992
  epic?: {
2980
2993
  id?: string | null | undefined;
2981
2994
  username?: string | null | undefined;
2995
+ verified?: boolean | null | undefined;
2982
2996
  } | null | undefined;
2983
2997
  } | null | undefined;
2984
2998
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -2992,10 +3006,12 @@ export declare const UserModel: import("mongoose").Model<{
2992
3006
  discord?: {
2993
3007
  id?: string | null | undefined;
2994
3008
  username?: string | null | undefined;
3009
+ verified?: boolean | null | undefined;
2995
3010
  } | null | undefined;
2996
3011
  epic?: {
2997
3012
  id?: string | null | undefined;
2998
3013
  username?: string | null | undefined;
3014
+ verified?: boolean | null | undefined;
2999
3015
  } | null | undefined;
3000
3016
  } | null | undefined;
3001
3017
  }>> & import("mongoose").FlatRecord<{
@@ -3009,10 +3025,12 @@ export declare const UserModel: import("mongoose").Model<{
3009
3025
  discord?: {
3010
3026
  id?: string | null | undefined;
3011
3027
  username?: string | null | undefined;
3028
+ verified?: boolean | null | undefined;
3012
3029
  } | null | undefined;
3013
3030
  epic?: {
3014
3031
  id?: string | null | undefined;
3015
3032
  username?: string | null | undefined;
3033
+ verified?: boolean | null | undefined;
3016
3034
  } | null | undefined;
3017
3035
  } | null | undefined;
3018
3036
  }> & {
@@ -3031,10 +3049,12 @@ export declare const UserModel: import("mongoose").Model<{
3031
3049
  discord?: {
3032
3050
  id?: string | null | undefined;
3033
3051
  username?: string | null | undefined;
3052
+ verified?: boolean | null | undefined;
3034
3053
  } | null | undefined;
3035
3054
  epic?: {
3036
3055
  id?: string | null | undefined;
3037
3056
  username?: string | null | undefined;
3057
+ verified?: boolean | null | undefined;
3038
3058
  } | null | undefined;
3039
3059
  } | null | undefined;
3040
3060
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3048,10 +3068,12 @@ export declare const UserModel: import("mongoose").Model<{
3048
3068
  discord?: {
3049
3069
  id?: string | null | undefined;
3050
3070
  username?: string | null | undefined;
3071
+ verified?: boolean | null | undefined;
3051
3072
  } | null | undefined;
3052
3073
  epic?: {
3053
3074
  id?: string | null | undefined;
3054
3075
  username?: string | null | undefined;
3076
+ verified?: boolean | null | undefined;
3055
3077
  } | null | undefined;
3056
3078
  } | null | undefined;
3057
3079
  }>> & import("mongoose").FlatRecord<{
@@ -3065,10 +3087,12 @@ export declare const UserModel: import("mongoose").Model<{
3065
3087
  discord?: {
3066
3088
  id?: string | null | undefined;
3067
3089
  username?: string | null | undefined;
3090
+ verified?: boolean | null | undefined;
3068
3091
  } | null | undefined;
3069
3092
  epic?: {
3070
3093
  id?: string | null | undefined;
3071
3094
  username?: string | null | undefined;
3095
+ verified?: boolean | null | undefined;
3072
3096
  } | null | undefined;
3073
3097
  } | null | undefined;
3074
3098
  }> & {
@@ -3086,10 +3110,12 @@ export declare const UserModel: import("mongoose").Model<{
3086
3110
  discord?: {
3087
3111
  id?: string | null | undefined;
3088
3112
  username?: string | null | undefined;
3113
+ verified?: boolean | null | undefined;
3089
3114
  } | null | undefined;
3090
3115
  epic?: {
3091
3116
  id?: string | null | undefined;
3092
3117
  username?: string | null | undefined;
3118
+ verified?: boolean | null | undefined;
3093
3119
  } | null | undefined;
3094
3120
  } | null | undefined;
3095
3121
  }>> & import("mongoose").FlatRecord<{
@@ -3103,10 +3129,12 @@ export declare const UserModel: import("mongoose").Model<{
3103
3129
  discord?: {
3104
3130
  id?: string | null | undefined;
3105
3131
  username?: string | null | undefined;
3132
+ verified?: boolean | null | undefined;
3106
3133
  } | null | undefined;
3107
3134
  epic?: {
3108
3135
  id?: string | null | undefined;
3109
3136
  username?: string | null | undefined;
3137
+ verified?: boolean | null | undefined;
3110
3138
  } | null | undefined;
3111
3139
  } | null | undefined;
3112
3140
  }> & {
@@ -3125,10 +3153,12 @@ export declare const UserModel: import("mongoose").Model<{
3125
3153
  discord?: {
3126
3154
  id?: string | null | undefined;
3127
3155
  username?: string | null | undefined;
3156
+ verified?: boolean | null | undefined;
3128
3157
  } | null | undefined;
3129
3158
  epic?: {
3130
3159
  id?: string | null | undefined;
3131
3160
  username?: string | null | undefined;
3161
+ verified?: boolean | null | undefined;
3132
3162
  } | null | undefined;
3133
3163
  } | null | undefined;
3134
3164
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3142,10 +3172,12 @@ export declare const UserModel: import("mongoose").Model<{
3142
3172
  discord?: {
3143
3173
  id?: string | null | undefined;
3144
3174
  username?: string | null | undefined;
3175
+ verified?: boolean | null | undefined;
3145
3176
  } | null | undefined;
3146
3177
  epic?: {
3147
3178
  id?: string | null | undefined;
3148
3179
  username?: string | null | undefined;
3180
+ verified?: boolean | null | undefined;
3149
3181
  } | null | undefined;
3150
3182
  } | null | undefined;
3151
3183
  }>> & import("mongoose").FlatRecord<{
@@ -3159,10 +3191,12 @@ export declare const UserModel: import("mongoose").Model<{
3159
3191
  discord?: {
3160
3192
  id?: string | null | undefined;
3161
3193
  username?: string | null | undefined;
3194
+ verified?: boolean | null | undefined;
3162
3195
  } | null | undefined;
3163
3196
  epic?: {
3164
3197
  id?: string | null | undefined;
3165
3198
  username?: string | null | undefined;
3199
+ verified?: boolean | null | undefined;
3166
3200
  } | null | undefined;
3167
3201
  } | null | undefined;
3168
3202
  }> & {
@@ -3180,10 +3214,12 @@ export declare const UserModel: import("mongoose").Model<{
3180
3214
  discord?: {
3181
3215
  id?: string | null | undefined;
3182
3216
  username?: string | null | undefined;
3217
+ verified?: boolean | null | undefined;
3183
3218
  } | null | undefined;
3184
3219
  epic?: {
3185
3220
  id?: string | null | undefined;
3186
3221
  username?: string | null | undefined;
3222
+ verified?: boolean | null | undefined;
3187
3223
  } | null | undefined;
3188
3224
  } | null | undefined;
3189
3225
  }>> & import("mongoose").FlatRecord<{
@@ -3197,10 +3233,12 @@ export declare const UserModel: import("mongoose").Model<{
3197
3233
  discord?: {
3198
3234
  id?: string | null | undefined;
3199
3235
  username?: string | null | undefined;
3236
+ verified?: boolean | null | undefined;
3200
3237
  } | null | undefined;
3201
3238
  epic?: {
3202
3239
  id?: string | null | undefined;
3203
3240
  username?: string | null | undefined;
3241
+ verified?: boolean | null | undefined;
3204
3242
  } | null | undefined;
3205
3243
  } | null | undefined;
3206
3244
  }> & {
@@ -3221,10 +3259,12 @@ export declare const UserModel: import("mongoose").Model<{
3221
3259
  discord?: {
3222
3260
  id?: string | null | undefined;
3223
3261
  username?: string | null | undefined;
3262
+ verified?: boolean | null | undefined;
3224
3263
  } | null | undefined;
3225
3264
  epic?: {
3226
3265
  id?: string | null | undefined;
3227
3266
  username?: string | null | undefined;
3267
+ verified?: boolean | null | undefined;
3228
3268
  } | null | undefined;
3229
3269
  } | null | undefined;
3230
3270
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3238,10 +3278,12 @@ export declare const UserModel: import("mongoose").Model<{
3238
3278
  discord?: {
3239
3279
  id?: string | null | undefined;
3240
3280
  username?: string | null | undefined;
3281
+ verified?: boolean | null | undefined;
3241
3282
  } | null | undefined;
3242
3283
  epic?: {
3243
3284
  id?: string | null | undefined;
3244
3285
  username?: string | null | undefined;
3286
+ verified?: boolean | null | undefined;
3245
3287
  } | null | undefined;
3246
3288
  } | null | undefined;
3247
3289
  }>> & import("mongoose").FlatRecord<{
@@ -3255,10 +3297,12 @@ export declare const UserModel: import("mongoose").Model<{
3255
3297
  discord?: {
3256
3298
  id?: string | null | undefined;
3257
3299
  username?: string | null | undefined;
3300
+ verified?: boolean | null | undefined;
3258
3301
  } | null | undefined;
3259
3302
  epic?: {
3260
3303
  id?: string | null | undefined;
3261
3304
  username?: string | null | undefined;
3305
+ verified?: boolean | null | undefined;
3262
3306
  } | null | undefined;
3263
3307
  } | null | undefined;
3264
3308
  }> & {
@@ -3277,10 +3321,12 @@ export declare const UserModel: import("mongoose").Model<{
3277
3321
  discord?: {
3278
3322
  id?: string | null | undefined;
3279
3323
  username?: string | null | undefined;
3324
+ verified?: boolean | null | undefined;
3280
3325
  } | null | undefined;
3281
3326
  epic?: {
3282
3327
  id?: string | null | undefined;
3283
3328
  username?: string | null | undefined;
3329
+ verified?: boolean | null | undefined;
3284
3330
  } | null | undefined;
3285
3331
  } | null | undefined;
3286
3332
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3294,10 +3340,12 @@ export declare const UserModel: import("mongoose").Model<{
3294
3340
  discord?: {
3295
3341
  id?: string | null | undefined;
3296
3342
  username?: string | null | undefined;
3343
+ verified?: boolean | null | undefined;
3297
3344
  } | null | undefined;
3298
3345
  epic?: {
3299
3346
  id?: string | null | undefined;
3300
3347
  username?: string | null | undefined;
3348
+ verified?: boolean | null | undefined;
3301
3349
  } | null | undefined;
3302
3350
  } | null | undefined;
3303
3351
  }>> & import("mongoose").FlatRecord<{
@@ -3311,10 +3359,12 @@ export declare const UserModel: import("mongoose").Model<{
3311
3359
  discord?: {
3312
3360
  id?: string | null | undefined;
3313
3361
  username?: string | null | undefined;
3362
+ verified?: boolean | null | undefined;
3314
3363
  } | null | undefined;
3315
3364
  epic?: {
3316
3365
  id?: string | null | undefined;
3317
3366
  username?: string | null | undefined;
3367
+ verified?: boolean | null | undefined;
3318
3368
  } | null | undefined;
3319
3369
  } | null | undefined;
3320
3370
  }> & {
@@ -3332,10 +3382,12 @@ export declare const UserModel: import("mongoose").Model<{
3332
3382
  discord?: {
3333
3383
  id?: string | null | undefined;
3334
3384
  username?: string | null | undefined;
3385
+ verified?: boolean | null | undefined;
3335
3386
  } | null | undefined;
3336
3387
  epic?: {
3337
3388
  id?: string | null | undefined;
3338
3389
  username?: string | null | undefined;
3390
+ verified?: boolean | null | undefined;
3339
3391
  } | null | undefined;
3340
3392
  } | null | undefined;
3341
3393
  }>> & import("mongoose").FlatRecord<{
@@ -3349,10 +3401,12 @@ export declare const UserModel: import("mongoose").Model<{
3349
3401
  discord?: {
3350
3402
  id?: string | null | undefined;
3351
3403
  username?: string | null | undefined;
3404
+ verified?: boolean | null | undefined;
3352
3405
  } | null | undefined;
3353
3406
  epic?: {
3354
3407
  id?: string | null | undefined;
3355
3408
  username?: string | null | undefined;
3409
+ verified?: boolean | null | undefined;
3356
3410
  } | null | undefined;
3357
3411
  } | null | undefined;
3358
3412
  }> & {
@@ -3371,10 +3425,12 @@ export declare const UserModel: import("mongoose").Model<{
3371
3425
  discord?: {
3372
3426
  id?: string | null | undefined;
3373
3427
  username?: string | null | undefined;
3428
+ verified?: boolean | null | undefined;
3374
3429
  } | null | undefined;
3375
3430
  epic?: {
3376
3431
  id?: string | null | undefined;
3377
3432
  username?: string | null | undefined;
3433
+ verified?: boolean | null | undefined;
3378
3434
  } | null | undefined;
3379
3435
  } | null | undefined;
3380
3436
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3388,10 +3444,12 @@ export declare const UserModel: import("mongoose").Model<{
3388
3444
  discord?: {
3389
3445
  id?: string | null | undefined;
3390
3446
  username?: string | null | undefined;
3447
+ verified?: boolean | null | undefined;
3391
3448
  } | null | undefined;
3392
3449
  epic?: {
3393
3450
  id?: string | null | undefined;
3394
3451
  username?: string | null | undefined;
3452
+ verified?: boolean | null | undefined;
3395
3453
  } | null | undefined;
3396
3454
  } | null | undefined;
3397
3455
  }>> & import("mongoose").FlatRecord<{
@@ -3405,10 +3463,12 @@ export declare const UserModel: import("mongoose").Model<{
3405
3463
  discord?: {
3406
3464
  id?: string | null | undefined;
3407
3465
  username?: string | null | undefined;
3466
+ verified?: boolean | null | undefined;
3408
3467
  } | null | undefined;
3409
3468
  epic?: {
3410
3469
  id?: string | null | undefined;
3411
3470
  username?: string | null | undefined;
3471
+ verified?: boolean | null | undefined;
3412
3472
  } | null | undefined;
3413
3473
  } | null | undefined;
3414
3474
  }> & {
@@ -3426,10 +3486,12 @@ export declare const UserModel: import("mongoose").Model<{
3426
3486
  discord?: {
3427
3487
  id?: string | null | undefined;
3428
3488
  username?: string | null | undefined;
3489
+ verified?: boolean | null | undefined;
3429
3490
  } | null | undefined;
3430
3491
  epic?: {
3431
3492
  id?: string | null | undefined;
3432
3493
  username?: string | null | undefined;
3494
+ verified?: boolean | null | undefined;
3433
3495
  } | null | undefined;
3434
3496
  } | null | undefined;
3435
3497
  }>> & import("mongoose").FlatRecord<{
@@ -3443,10 +3505,12 @@ export declare const UserModel: import("mongoose").Model<{
3443
3505
  discord?: {
3444
3506
  id?: string | null | undefined;
3445
3507
  username?: string | null | undefined;
3508
+ verified?: boolean | null | undefined;
3446
3509
  } | null | undefined;
3447
3510
  epic?: {
3448
3511
  id?: string | null | undefined;
3449
3512
  username?: string | null | undefined;
3513
+ verified?: boolean | null | undefined;
3450
3514
  } | null | undefined;
3451
3515
  } | null | undefined;
3452
3516
  }> & {
@@ -3466,10 +3530,12 @@ export declare const UserModel: import("mongoose").Model<{
3466
3530
  discord?: {
3467
3531
  id?: string | null | undefined;
3468
3532
  username?: string | null | undefined;
3533
+ verified?: boolean | null | undefined;
3469
3534
  } | null | undefined;
3470
3535
  epic?: {
3471
3536
  id?: string | null | undefined;
3472
3537
  username?: string | null | undefined;
3538
+ verified?: boolean | null | undefined;
3473
3539
  } | null | undefined;
3474
3540
  } | null | undefined;
3475
3541
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3483,10 +3549,12 @@ export declare const UserModel: import("mongoose").Model<{
3483
3549
  discord?: {
3484
3550
  id?: string | null | undefined;
3485
3551
  username?: string | null | undefined;
3552
+ verified?: boolean | null | undefined;
3486
3553
  } | null | undefined;
3487
3554
  epic?: {
3488
3555
  id?: string | null | undefined;
3489
3556
  username?: string | null | undefined;
3557
+ verified?: boolean | null | undefined;
3490
3558
  } | null | undefined;
3491
3559
  } | null | undefined;
3492
3560
  }>> & import("mongoose").FlatRecord<{
@@ -3500,10 +3568,12 @@ export declare const UserModel: import("mongoose").Model<{
3500
3568
  discord?: {
3501
3569
  id?: string | null | undefined;
3502
3570
  username?: string | null | undefined;
3571
+ verified?: boolean | null | undefined;
3503
3572
  } | null | undefined;
3504
3573
  epic?: {
3505
3574
  id?: string | null | undefined;
3506
3575
  username?: string | null | undefined;
3576
+ verified?: boolean | null | undefined;
3507
3577
  } | null | undefined;
3508
3578
  } | null | undefined;
3509
3579
  }> & {
@@ -3522,10 +3592,12 @@ export declare const UserModel: import("mongoose").Model<{
3522
3592
  discord?: {
3523
3593
  id?: string | null | undefined;
3524
3594
  username?: string | null | undefined;
3595
+ verified?: boolean | null | undefined;
3525
3596
  } | null | undefined;
3526
3597
  epic?: {
3527
3598
  id?: string | null | undefined;
3528
3599
  username?: string | null | undefined;
3600
+ verified?: boolean | null | undefined;
3529
3601
  } | null | undefined;
3530
3602
  } | null | undefined;
3531
3603
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3539,10 +3611,12 @@ export declare const UserModel: import("mongoose").Model<{
3539
3611
  discord?: {
3540
3612
  id?: string | null | undefined;
3541
3613
  username?: string | null | undefined;
3614
+ verified?: boolean | null | undefined;
3542
3615
  } | null | undefined;
3543
3616
  epic?: {
3544
3617
  id?: string | null | undefined;
3545
3618
  username?: string | null | undefined;
3619
+ verified?: boolean | null | undefined;
3546
3620
  } | null | undefined;
3547
3621
  } | null | undefined;
3548
3622
  }>> & import("mongoose").FlatRecord<{
@@ -3556,10 +3630,12 @@ export declare const UserModel: import("mongoose").Model<{
3556
3630
  discord?: {
3557
3631
  id?: string | null | undefined;
3558
3632
  username?: string | null | undefined;
3633
+ verified?: boolean | null | undefined;
3559
3634
  } | null | undefined;
3560
3635
  epic?: {
3561
3636
  id?: string | null | undefined;
3562
3637
  username?: string | null | undefined;
3638
+ verified?: boolean | null | undefined;
3563
3639
  } | null | undefined;
3564
3640
  } | null | undefined;
3565
3641
  }> & {
@@ -3578,10 +3654,12 @@ export declare const UserModel: import("mongoose").Model<{
3578
3654
  discord?: {
3579
3655
  id?: string | null | undefined;
3580
3656
  username?: string | null | undefined;
3657
+ verified?: boolean | null | undefined;
3581
3658
  } | null | undefined;
3582
3659
  epic?: {
3583
3660
  id?: string | null | undefined;
3584
3661
  username?: string | null | undefined;
3662
+ verified?: boolean | null | undefined;
3585
3663
  } | null | undefined;
3586
3664
  } | null | undefined;
3587
3665
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3595,10 +3673,12 @@ export declare const UserModel: import("mongoose").Model<{
3595
3673
  discord?: {
3596
3674
  id?: string | null | undefined;
3597
3675
  username?: string | null | undefined;
3676
+ verified?: boolean | null | undefined;
3598
3677
  } | null | undefined;
3599
3678
  epic?: {
3600
3679
  id?: string | null | undefined;
3601
3680
  username?: string | null | undefined;
3681
+ verified?: boolean | null | undefined;
3602
3682
  } | null | undefined;
3603
3683
  } | null | undefined;
3604
3684
  }>> & import("mongoose").FlatRecord<{
@@ -3612,10 +3692,12 @@ export declare const UserModel: import("mongoose").Model<{
3612
3692
  discord?: {
3613
3693
  id?: string | null | undefined;
3614
3694
  username?: string | null | undefined;
3695
+ verified?: boolean | null | undefined;
3615
3696
  } | null | undefined;
3616
3697
  epic?: {
3617
3698
  id?: string | null | undefined;
3618
3699
  username?: string | null | undefined;
3700
+ verified?: boolean | null | undefined;
3619
3701
  } | null | undefined;
3620
3702
  } | null | undefined;
3621
3703
  }> & {
@@ -3633,10 +3715,12 @@ export declare const UserModel: import("mongoose").Model<{
3633
3715
  discord?: {
3634
3716
  id?: string | null | undefined;
3635
3717
  username?: string | null | undefined;
3718
+ verified?: boolean | null | undefined;
3636
3719
  } | null | undefined;
3637
3720
  epic?: {
3638
3721
  id?: string | null | undefined;
3639
3722
  username?: string | null | undefined;
3723
+ verified?: boolean | null | undefined;
3640
3724
  } | null | undefined;
3641
3725
  } | null | undefined;
3642
3726
  }>> & import("mongoose").FlatRecord<{
@@ -3650,10 +3734,12 @@ export declare const UserModel: import("mongoose").Model<{
3650
3734
  discord?: {
3651
3735
  id?: string | null | undefined;
3652
3736
  username?: string | null | undefined;
3737
+ verified?: boolean | null | undefined;
3653
3738
  } | null | undefined;
3654
3739
  epic?: {
3655
3740
  id?: string | null | undefined;
3656
3741
  username?: string | null | undefined;
3742
+ verified?: boolean | null | undefined;
3657
3743
  } | null | undefined;
3658
3744
  } | null | undefined;
3659
3745
  }> & {
@@ -3672,10 +3758,12 @@ export declare const UserModel: import("mongoose").Model<{
3672
3758
  discord?: {
3673
3759
  id?: string | null | undefined;
3674
3760
  username?: string | null | undefined;
3761
+ verified?: boolean | null | undefined;
3675
3762
  } | null | undefined;
3676
3763
  epic?: {
3677
3764
  id?: string | null | undefined;
3678
3765
  username?: string | null | undefined;
3766
+ verified?: boolean | null | undefined;
3679
3767
  } | null | undefined;
3680
3768
  } | null | undefined;
3681
3769
  }>, {}, {}, {}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
@@ -3689,10 +3777,12 @@ export declare const UserModel: import("mongoose").Model<{
3689
3777
  discord?: {
3690
3778
  id?: string | null | undefined;
3691
3779
  username?: string | null | undefined;
3780
+ verified?: boolean | null | undefined;
3692
3781
  } | null | undefined;
3693
3782
  epic?: {
3694
3783
  id?: string | null | undefined;
3695
3784
  username?: string | null | undefined;
3785
+ verified?: boolean | null | undefined;
3696
3786
  } | null | undefined;
3697
3787
  } | null | undefined;
3698
3788
  }>> & import("mongoose").FlatRecord<{
@@ -3706,10 +3796,12 @@ export declare const UserModel: import("mongoose").Model<{
3706
3796
  discord?: {
3707
3797
  id?: string | null | undefined;
3708
3798
  username?: string | null | undefined;
3799
+ verified?: boolean | null | undefined;
3709
3800
  } | null | undefined;
3710
3801
  epic?: {
3711
3802
  id?: string | null | undefined;
3712
3803
  username?: string | null | undefined;
3804
+ verified?: boolean | null | undefined;
3713
3805
  } | null | undefined;
3714
3806
  } | null | undefined;
3715
3807
  }> & {
@@ -3727,10 +3819,12 @@ export declare const UserModel: import("mongoose").Model<{
3727
3819
  discord?: {
3728
3820
  id?: string | null | undefined;
3729
3821
  username?: string | null | undefined;
3822
+ verified?: boolean | null | undefined;
3730
3823
  } | null | undefined;
3731
3824
  epic?: {
3732
3825
  id?: string | null | undefined;
3733
3826
  username?: string | null | undefined;
3827
+ verified?: boolean | null | undefined;
3734
3828
  } | null | undefined;
3735
3829
  } | null | undefined;
3736
3830
  }>> & import("mongoose").FlatRecord<{
@@ -3744,10 +3838,12 @@ export declare const UserModel: import("mongoose").Model<{
3744
3838
  discord?: {
3745
3839
  id?: string | null | undefined;
3746
3840
  username?: string | null | undefined;
3841
+ verified?: boolean | null | undefined;
3747
3842
  } | null | undefined;
3748
3843
  epic?: {
3749
3844
  id?: string | null | undefined;
3750
3845
  username?: string | null | undefined;
3846
+ verified?: boolean | null | undefined;
3751
3847
  } | null | undefined;
3752
3848
  } | null | undefined;
3753
3849
  }> & {