@fnlb-project/database 1.0.57 → 1.0.59
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 +976 -0
- package/dist/index.js +147 -147
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2749,6 +2749,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2749
2749
|
token: string;
|
|
2750
2750
|
username: string;
|
|
2751
2751
|
apiToken: string;
|
|
2752
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2753
|
+
id: import("mongoose").Types.ObjectId;
|
|
2754
|
+
scopes: number;
|
|
2755
|
+
token: string;
|
|
2756
|
+
_id?: unknown;
|
|
2757
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2758
|
+
id: import("mongoose").Types.ObjectId;
|
|
2759
|
+
scopes: number;
|
|
2760
|
+
token: string;
|
|
2761
|
+
_id?: unknown;
|
|
2762
|
+
}> & {
|
|
2763
|
+
id: import("mongoose").Types.ObjectId;
|
|
2764
|
+
scopes: number;
|
|
2765
|
+
token: string;
|
|
2766
|
+
_id?: unknown;
|
|
2767
|
+
}>;
|
|
2752
2768
|
flags?: number | null | undefined;
|
|
2753
2769
|
connections?: {
|
|
2754
2770
|
discord?: {
|
|
@@ -2768,6 +2784,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2768
2784
|
token: string;
|
|
2769
2785
|
username: string;
|
|
2770
2786
|
apiToken: string;
|
|
2787
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2788
|
+
id: import("mongoose").Types.ObjectId;
|
|
2789
|
+
scopes: number;
|
|
2790
|
+
token: string;
|
|
2791
|
+
_id?: unknown;
|
|
2792
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2793
|
+
id: import("mongoose").Types.ObjectId;
|
|
2794
|
+
scopes: number;
|
|
2795
|
+
token: string;
|
|
2796
|
+
_id?: unknown;
|
|
2797
|
+
}> & {
|
|
2798
|
+
id: import("mongoose").Types.ObjectId;
|
|
2799
|
+
scopes: number;
|
|
2800
|
+
token: string;
|
|
2801
|
+
_id?: unknown;
|
|
2802
|
+
}>;
|
|
2771
2803
|
flags?: number | null | undefined;
|
|
2772
2804
|
connections?: {
|
|
2773
2805
|
discord?: {
|
|
@@ -2789,6 +2821,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2789
2821
|
token: string;
|
|
2790
2822
|
username: string;
|
|
2791
2823
|
apiToken: string;
|
|
2824
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2825
|
+
id: import("mongoose").Types.ObjectId;
|
|
2826
|
+
scopes: number;
|
|
2827
|
+
token: string;
|
|
2828
|
+
_id?: unknown;
|
|
2829
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2830
|
+
id: import("mongoose").Types.ObjectId;
|
|
2831
|
+
scopes: number;
|
|
2832
|
+
token: string;
|
|
2833
|
+
_id?: unknown;
|
|
2834
|
+
}> & {
|
|
2835
|
+
id: import("mongoose").Types.ObjectId;
|
|
2836
|
+
scopes: number;
|
|
2837
|
+
token: string;
|
|
2838
|
+
_id?: unknown;
|
|
2839
|
+
}>;
|
|
2792
2840
|
flags?: number | null | undefined;
|
|
2793
2841
|
connections?: {
|
|
2794
2842
|
discord?: {
|
|
@@ -2808,6 +2856,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2808
2856
|
token: string;
|
|
2809
2857
|
username: string;
|
|
2810
2858
|
apiToken: string;
|
|
2859
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2860
|
+
id: import("mongoose").Types.ObjectId;
|
|
2861
|
+
scopes: number;
|
|
2862
|
+
token: string;
|
|
2863
|
+
_id?: unknown;
|
|
2864
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2865
|
+
id: import("mongoose").Types.ObjectId;
|
|
2866
|
+
scopes: number;
|
|
2867
|
+
token: string;
|
|
2868
|
+
_id?: unknown;
|
|
2869
|
+
}> & {
|
|
2870
|
+
id: import("mongoose").Types.ObjectId;
|
|
2871
|
+
scopes: number;
|
|
2872
|
+
token: string;
|
|
2873
|
+
_id?: unknown;
|
|
2874
|
+
}>;
|
|
2811
2875
|
flags?: number | null | undefined;
|
|
2812
2876
|
connections?: {
|
|
2813
2877
|
discord?: {
|
|
@@ -2827,6 +2891,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2827
2891
|
token: string;
|
|
2828
2892
|
username: string;
|
|
2829
2893
|
apiToken: string;
|
|
2894
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2895
|
+
id: import("mongoose").Types.ObjectId;
|
|
2896
|
+
scopes: number;
|
|
2897
|
+
token: string;
|
|
2898
|
+
_id?: unknown;
|
|
2899
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2900
|
+
id: import("mongoose").Types.ObjectId;
|
|
2901
|
+
scopes: number;
|
|
2902
|
+
token: string;
|
|
2903
|
+
_id?: unknown;
|
|
2904
|
+
}> & {
|
|
2905
|
+
id: import("mongoose").Types.ObjectId;
|
|
2906
|
+
scopes: number;
|
|
2907
|
+
token: string;
|
|
2908
|
+
_id?: unknown;
|
|
2909
|
+
}>;
|
|
2830
2910
|
flags?: number | null | undefined;
|
|
2831
2911
|
connections?: {
|
|
2832
2912
|
discord?: {
|
|
@@ -2851,6 +2931,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2851
2931
|
token: string;
|
|
2852
2932
|
username: string;
|
|
2853
2933
|
apiToken: string;
|
|
2934
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2935
|
+
id: import("mongoose").Types.ObjectId;
|
|
2936
|
+
scopes: number;
|
|
2937
|
+
token: string;
|
|
2938
|
+
_id?: unknown;
|
|
2939
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2940
|
+
id: import("mongoose").Types.ObjectId;
|
|
2941
|
+
scopes: number;
|
|
2942
|
+
token: string;
|
|
2943
|
+
_id?: unknown;
|
|
2944
|
+
}> & {
|
|
2945
|
+
id: import("mongoose").Types.ObjectId;
|
|
2946
|
+
scopes: number;
|
|
2947
|
+
token: string;
|
|
2948
|
+
_id?: unknown;
|
|
2949
|
+
}>;
|
|
2854
2950
|
flags?: number | null | undefined;
|
|
2855
2951
|
connections?: {
|
|
2856
2952
|
discord?: {
|
|
@@ -2870,6 +2966,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2870
2966
|
token: string;
|
|
2871
2967
|
username: string;
|
|
2872
2968
|
apiToken: string;
|
|
2969
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
2970
|
+
id: import("mongoose").Types.ObjectId;
|
|
2971
|
+
scopes: number;
|
|
2972
|
+
token: string;
|
|
2973
|
+
_id?: unknown;
|
|
2974
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2975
|
+
id: import("mongoose").Types.ObjectId;
|
|
2976
|
+
scopes: number;
|
|
2977
|
+
token: string;
|
|
2978
|
+
_id?: unknown;
|
|
2979
|
+
}> & {
|
|
2980
|
+
id: import("mongoose").Types.ObjectId;
|
|
2981
|
+
scopes: number;
|
|
2982
|
+
token: string;
|
|
2983
|
+
_id?: unknown;
|
|
2984
|
+
}>;
|
|
2873
2985
|
flags?: number | null | undefined;
|
|
2874
2986
|
connections?: {
|
|
2875
2987
|
discord?: {
|
|
@@ -2889,6 +3001,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2889
3001
|
token: string;
|
|
2890
3002
|
username: string;
|
|
2891
3003
|
apiToken: string;
|
|
3004
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3005
|
+
id: import("mongoose").Types.ObjectId;
|
|
3006
|
+
scopes: number;
|
|
3007
|
+
token: string;
|
|
3008
|
+
_id?: unknown;
|
|
3009
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3010
|
+
id: import("mongoose").Types.ObjectId;
|
|
3011
|
+
scopes: number;
|
|
3012
|
+
token: string;
|
|
3013
|
+
_id?: unknown;
|
|
3014
|
+
}> & {
|
|
3015
|
+
id: import("mongoose").Types.ObjectId;
|
|
3016
|
+
scopes: number;
|
|
3017
|
+
token: string;
|
|
3018
|
+
_id?: unknown;
|
|
3019
|
+
}>;
|
|
2892
3020
|
flags?: number | null | undefined;
|
|
2893
3021
|
connections?: {
|
|
2894
3022
|
discord?: {
|
|
@@ -2912,6 +3040,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2912
3040
|
token: string;
|
|
2913
3041
|
username: string;
|
|
2914
3042
|
apiToken: string;
|
|
3043
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3044
|
+
id: import("mongoose").Types.ObjectId;
|
|
3045
|
+
scopes: number;
|
|
3046
|
+
token: string;
|
|
3047
|
+
_id?: unknown;
|
|
3048
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3049
|
+
id: import("mongoose").Types.ObjectId;
|
|
3050
|
+
scopes: number;
|
|
3051
|
+
token: string;
|
|
3052
|
+
_id?: unknown;
|
|
3053
|
+
}> & {
|
|
3054
|
+
id: import("mongoose").Types.ObjectId;
|
|
3055
|
+
scopes: number;
|
|
3056
|
+
token: string;
|
|
3057
|
+
_id?: unknown;
|
|
3058
|
+
}>;
|
|
2915
3059
|
flags?: number | null | undefined;
|
|
2916
3060
|
connections?: {
|
|
2917
3061
|
discord?: {
|
|
@@ -2931,6 +3075,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2931
3075
|
token: string;
|
|
2932
3076
|
username: string;
|
|
2933
3077
|
apiToken: string;
|
|
3078
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3079
|
+
id: import("mongoose").Types.ObjectId;
|
|
3080
|
+
scopes: number;
|
|
3081
|
+
token: string;
|
|
3082
|
+
_id?: unknown;
|
|
3083
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3084
|
+
id: import("mongoose").Types.ObjectId;
|
|
3085
|
+
scopes: number;
|
|
3086
|
+
token: string;
|
|
3087
|
+
_id?: unknown;
|
|
3088
|
+
}> & {
|
|
3089
|
+
id: import("mongoose").Types.ObjectId;
|
|
3090
|
+
scopes: number;
|
|
3091
|
+
token: string;
|
|
3092
|
+
_id?: unknown;
|
|
3093
|
+
}>;
|
|
2934
3094
|
flags?: number | null | undefined;
|
|
2935
3095
|
connections?: {
|
|
2936
3096
|
discord?: {
|
|
@@ -2955,6 +3115,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2955
3115
|
token: string;
|
|
2956
3116
|
username: string;
|
|
2957
3117
|
apiToken: string;
|
|
3118
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3119
|
+
id: import("mongoose").Types.ObjectId;
|
|
3120
|
+
scopes: number;
|
|
3121
|
+
token: string;
|
|
3122
|
+
_id?: unknown;
|
|
3123
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3124
|
+
id: import("mongoose").Types.ObjectId;
|
|
3125
|
+
scopes: number;
|
|
3126
|
+
token: string;
|
|
3127
|
+
_id?: unknown;
|
|
3128
|
+
}> & {
|
|
3129
|
+
id: import("mongoose").Types.ObjectId;
|
|
3130
|
+
scopes: number;
|
|
3131
|
+
token: string;
|
|
3132
|
+
_id?: unknown;
|
|
3133
|
+
}>;
|
|
2958
3134
|
flags?: number | null | undefined;
|
|
2959
3135
|
connections?: {
|
|
2960
3136
|
discord?: {
|
|
@@ -2974,6 +3150,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2974
3150
|
token: string;
|
|
2975
3151
|
username: string;
|
|
2976
3152
|
apiToken: string;
|
|
3153
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3154
|
+
id: import("mongoose").Types.ObjectId;
|
|
3155
|
+
scopes: number;
|
|
3156
|
+
token: string;
|
|
3157
|
+
_id?: unknown;
|
|
3158
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3159
|
+
id: import("mongoose").Types.ObjectId;
|
|
3160
|
+
scopes: number;
|
|
3161
|
+
token: string;
|
|
3162
|
+
_id?: unknown;
|
|
3163
|
+
}> & {
|
|
3164
|
+
id: import("mongoose").Types.ObjectId;
|
|
3165
|
+
scopes: number;
|
|
3166
|
+
token: string;
|
|
3167
|
+
_id?: unknown;
|
|
3168
|
+
}>;
|
|
2977
3169
|
flags?: number | null | undefined;
|
|
2978
3170
|
connections?: {
|
|
2979
3171
|
discord?: {
|
|
@@ -2993,6 +3185,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
2993
3185
|
token: string;
|
|
2994
3186
|
username: string;
|
|
2995
3187
|
apiToken: string;
|
|
3188
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3189
|
+
id: import("mongoose").Types.ObjectId;
|
|
3190
|
+
scopes: number;
|
|
3191
|
+
token: string;
|
|
3192
|
+
_id?: unknown;
|
|
3193
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3194
|
+
id: import("mongoose").Types.ObjectId;
|
|
3195
|
+
scopes: number;
|
|
3196
|
+
token: string;
|
|
3197
|
+
_id?: unknown;
|
|
3198
|
+
}> & {
|
|
3199
|
+
id: import("mongoose").Types.ObjectId;
|
|
3200
|
+
scopes: number;
|
|
3201
|
+
token: string;
|
|
3202
|
+
_id?: unknown;
|
|
3203
|
+
}>;
|
|
2996
3204
|
flags?: number | null | undefined;
|
|
2997
3205
|
connections?: {
|
|
2998
3206
|
discord?: {
|
|
@@ -3016,6 +3224,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3016
3224
|
token: string;
|
|
3017
3225
|
username: string;
|
|
3018
3226
|
apiToken: string;
|
|
3227
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3228
|
+
id: import("mongoose").Types.ObjectId;
|
|
3229
|
+
scopes: number;
|
|
3230
|
+
token: string;
|
|
3231
|
+
_id?: unknown;
|
|
3232
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3233
|
+
id: import("mongoose").Types.ObjectId;
|
|
3234
|
+
scopes: number;
|
|
3235
|
+
token: string;
|
|
3236
|
+
_id?: unknown;
|
|
3237
|
+
}> & {
|
|
3238
|
+
id: import("mongoose").Types.ObjectId;
|
|
3239
|
+
scopes: number;
|
|
3240
|
+
token: string;
|
|
3241
|
+
_id?: unknown;
|
|
3242
|
+
}>;
|
|
3019
3243
|
flags?: number | null | undefined;
|
|
3020
3244
|
connections?: {
|
|
3021
3245
|
discord?: {
|
|
@@ -3035,6 +3259,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3035
3259
|
token: string;
|
|
3036
3260
|
username: string;
|
|
3037
3261
|
apiToken: string;
|
|
3262
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3263
|
+
id: import("mongoose").Types.ObjectId;
|
|
3264
|
+
scopes: number;
|
|
3265
|
+
token: string;
|
|
3266
|
+
_id?: unknown;
|
|
3267
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3268
|
+
id: import("mongoose").Types.ObjectId;
|
|
3269
|
+
scopes: number;
|
|
3270
|
+
token: string;
|
|
3271
|
+
_id?: unknown;
|
|
3272
|
+
}> & {
|
|
3273
|
+
id: import("mongoose").Types.ObjectId;
|
|
3274
|
+
scopes: number;
|
|
3275
|
+
token: string;
|
|
3276
|
+
_id?: unknown;
|
|
3277
|
+
}>;
|
|
3038
3278
|
flags?: number | null | undefined;
|
|
3039
3279
|
connections?: {
|
|
3040
3280
|
discord?: {
|
|
@@ -3060,6 +3300,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3060
3300
|
token: string;
|
|
3061
3301
|
username: string;
|
|
3062
3302
|
apiToken: string;
|
|
3303
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3304
|
+
id: import("mongoose").Types.ObjectId;
|
|
3305
|
+
scopes: number;
|
|
3306
|
+
token: string;
|
|
3307
|
+
_id?: unknown;
|
|
3308
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3309
|
+
id: import("mongoose").Types.ObjectId;
|
|
3310
|
+
scopes: number;
|
|
3311
|
+
token: string;
|
|
3312
|
+
_id?: unknown;
|
|
3313
|
+
}> & {
|
|
3314
|
+
id: import("mongoose").Types.ObjectId;
|
|
3315
|
+
scopes: number;
|
|
3316
|
+
token: string;
|
|
3317
|
+
_id?: unknown;
|
|
3318
|
+
}>;
|
|
3063
3319
|
flags?: number | null | undefined;
|
|
3064
3320
|
connections?: {
|
|
3065
3321
|
discord?: {
|
|
@@ -3083,6 +3339,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3083
3339
|
token: string;
|
|
3084
3340
|
username: string;
|
|
3085
3341
|
apiToken: string;
|
|
3342
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3343
|
+
id: import("mongoose").Types.ObjectId;
|
|
3344
|
+
scopes: number;
|
|
3345
|
+
token: string;
|
|
3346
|
+
_id?: unknown;
|
|
3347
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3348
|
+
id: import("mongoose").Types.ObjectId;
|
|
3349
|
+
scopes: number;
|
|
3350
|
+
token: string;
|
|
3351
|
+
_id?: unknown;
|
|
3352
|
+
}> & {
|
|
3353
|
+
id: import("mongoose").Types.ObjectId;
|
|
3354
|
+
scopes: number;
|
|
3355
|
+
token: string;
|
|
3356
|
+
_id?: unknown;
|
|
3357
|
+
}>;
|
|
3086
3358
|
flags?: number | null | undefined;
|
|
3087
3359
|
connections?: {
|
|
3088
3360
|
discord?: {
|
|
@@ -3102,6 +3374,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3102
3374
|
token: string;
|
|
3103
3375
|
username: string;
|
|
3104
3376
|
apiToken: string;
|
|
3377
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3378
|
+
id: import("mongoose").Types.ObjectId;
|
|
3379
|
+
scopes: number;
|
|
3380
|
+
token: string;
|
|
3381
|
+
_id?: unknown;
|
|
3382
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3383
|
+
id: import("mongoose").Types.ObjectId;
|
|
3384
|
+
scopes: number;
|
|
3385
|
+
token: string;
|
|
3386
|
+
_id?: unknown;
|
|
3387
|
+
}> & {
|
|
3388
|
+
id: import("mongoose").Types.ObjectId;
|
|
3389
|
+
scopes: number;
|
|
3390
|
+
token: string;
|
|
3391
|
+
_id?: unknown;
|
|
3392
|
+
}>;
|
|
3105
3393
|
flags?: number | null | undefined;
|
|
3106
3394
|
connections?: {
|
|
3107
3395
|
discord?: {
|
|
@@ -3121,6 +3409,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3121
3409
|
token: string;
|
|
3122
3410
|
username: string;
|
|
3123
3411
|
apiToken: string;
|
|
3412
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3413
|
+
id: import("mongoose").Types.ObjectId;
|
|
3414
|
+
scopes: number;
|
|
3415
|
+
token: string;
|
|
3416
|
+
_id?: unknown;
|
|
3417
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3418
|
+
id: import("mongoose").Types.ObjectId;
|
|
3419
|
+
scopes: number;
|
|
3420
|
+
token: string;
|
|
3421
|
+
_id?: unknown;
|
|
3422
|
+
}> & {
|
|
3423
|
+
id: import("mongoose").Types.ObjectId;
|
|
3424
|
+
scopes: number;
|
|
3425
|
+
token: string;
|
|
3426
|
+
_id?: unknown;
|
|
3427
|
+
}>;
|
|
3124
3428
|
flags?: number | null | undefined;
|
|
3125
3429
|
connections?: {
|
|
3126
3430
|
discord?: {
|
|
@@ -3145,6 +3449,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3145
3449
|
token: string;
|
|
3146
3450
|
username: string;
|
|
3147
3451
|
apiToken: string;
|
|
3452
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3453
|
+
id: import("mongoose").Types.ObjectId;
|
|
3454
|
+
scopes: number;
|
|
3455
|
+
token: string;
|
|
3456
|
+
_id?: unknown;
|
|
3457
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3458
|
+
id: import("mongoose").Types.ObjectId;
|
|
3459
|
+
scopes: number;
|
|
3460
|
+
token: string;
|
|
3461
|
+
_id?: unknown;
|
|
3462
|
+
}> & {
|
|
3463
|
+
id: import("mongoose").Types.ObjectId;
|
|
3464
|
+
scopes: number;
|
|
3465
|
+
token: string;
|
|
3466
|
+
_id?: unknown;
|
|
3467
|
+
}>;
|
|
3148
3468
|
flags?: number | null | undefined;
|
|
3149
3469
|
connections?: {
|
|
3150
3470
|
discord?: {
|
|
@@ -3164,6 +3484,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3164
3484
|
token: string;
|
|
3165
3485
|
username: string;
|
|
3166
3486
|
apiToken: string;
|
|
3487
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3488
|
+
id: import("mongoose").Types.ObjectId;
|
|
3489
|
+
scopes: number;
|
|
3490
|
+
token: string;
|
|
3491
|
+
_id?: unknown;
|
|
3492
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3493
|
+
id: import("mongoose").Types.ObjectId;
|
|
3494
|
+
scopes: number;
|
|
3495
|
+
token: string;
|
|
3496
|
+
_id?: unknown;
|
|
3497
|
+
}> & {
|
|
3498
|
+
id: import("mongoose").Types.ObjectId;
|
|
3499
|
+
scopes: number;
|
|
3500
|
+
token: string;
|
|
3501
|
+
_id?: unknown;
|
|
3502
|
+
}>;
|
|
3167
3503
|
flags?: number | null | undefined;
|
|
3168
3504
|
connections?: {
|
|
3169
3505
|
discord?: {
|
|
@@ -3183,6 +3519,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3183
3519
|
token: string;
|
|
3184
3520
|
username: string;
|
|
3185
3521
|
apiToken: string;
|
|
3522
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3523
|
+
id: import("mongoose").Types.ObjectId;
|
|
3524
|
+
scopes: number;
|
|
3525
|
+
token: string;
|
|
3526
|
+
_id?: unknown;
|
|
3527
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3528
|
+
id: import("mongoose").Types.ObjectId;
|
|
3529
|
+
scopes: number;
|
|
3530
|
+
token: string;
|
|
3531
|
+
_id?: unknown;
|
|
3532
|
+
}> & {
|
|
3533
|
+
id: import("mongoose").Types.ObjectId;
|
|
3534
|
+
scopes: number;
|
|
3535
|
+
token: string;
|
|
3536
|
+
_id?: unknown;
|
|
3537
|
+
}>;
|
|
3186
3538
|
flags?: number | null | undefined;
|
|
3187
3539
|
connections?: {
|
|
3188
3540
|
discord?: {
|
|
@@ -3207,6 +3559,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3207
3559
|
token: string;
|
|
3208
3560
|
username: string;
|
|
3209
3561
|
apiToken: string;
|
|
3562
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3563
|
+
id: import("mongoose").Types.ObjectId;
|
|
3564
|
+
scopes: number;
|
|
3565
|
+
token: string;
|
|
3566
|
+
_id?: unknown;
|
|
3567
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3568
|
+
id: import("mongoose").Types.ObjectId;
|
|
3569
|
+
scopes: number;
|
|
3570
|
+
token: string;
|
|
3571
|
+
_id?: unknown;
|
|
3572
|
+
}> & {
|
|
3573
|
+
id: import("mongoose").Types.ObjectId;
|
|
3574
|
+
scopes: number;
|
|
3575
|
+
token: string;
|
|
3576
|
+
_id?: unknown;
|
|
3577
|
+
}>;
|
|
3210
3578
|
flags?: number | null | undefined;
|
|
3211
3579
|
connections?: {
|
|
3212
3580
|
discord?: {
|
|
@@ -3226,6 +3594,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3226
3594
|
token: string;
|
|
3227
3595
|
username: string;
|
|
3228
3596
|
apiToken: string;
|
|
3597
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3598
|
+
id: import("mongoose").Types.ObjectId;
|
|
3599
|
+
scopes: number;
|
|
3600
|
+
token: string;
|
|
3601
|
+
_id?: unknown;
|
|
3602
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3603
|
+
id: import("mongoose").Types.ObjectId;
|
|
3604
|
+
scopes: number;
|
|
3605
|
+
token: string;
|
|
3606
|
+
_id?: unknown;
|
|
3607
|
+
}> & {
|
|
3608
|
+
id: import("mongoose").Types.ObjectId;
|
|
3609
|
+
scopes: number;
|
|
3610
|
+
token: string;
|
|
3611
|
+
_id?: unknown;
|
|
3612
|
+
}>;
|
|
3229
3613
|
flags?: number | null | undefined;
|
|
3230
3614
|
connections?: {
|
|
3231
3615
|
discord?: {
|
|
@@ -3245,6 +3629,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3245
3629
|
token: string;
|
|
3246
3630
|
username: string;
|
|
3247
3631
|
apiToken: string;
|
|
3632
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3633
|
+
id: import("mongoose").Types.ObjectId;
|
|
3634
|
+
scopes: number;
|
|
3635
|
+
token: string;
|
|
3636
|
+
_id?: unknown;
|
|
3637
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3638
|
+
id: import("mongoose").Types.ObjectId;
|
|
3639
|
+
scopes: number;
|
|
3640
|
+
token: string;
|
|
3641
|
+
_id?: unknown;
|
|
3642
|
+
}> & {
|
|
3643
|
+
id: import("mongoose").Types.ObjectId;
|
|
3644
|
+
scopes: number;
|
|
3645
|
+
token: string;
|
|
3646
|
+
_id?: unknown;
|
|
3647
|
+
}>;
|
|
3248
3648
|
flags?: number | null | undefined;
|
|
3249
3649
|
connections?: {
|
|
3250
3650
|
discord?: {
|
|
@@ -3268,6 +3668,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3268
3668
|
token: string;
|
|
3269
3669
|
username: string;
|
|
3270
3670
|
apiToken: string;
|
|
3671
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3672
|
+
id: import("mongoose").Types.ObjectId;
|
|
3673
|
+
scopes: number;
|
|
3674
|
+
token: string;
|
|
3675
|
+
_id?: unknown;
|
|
3676
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3677
|
+
id: import("mongoose").Types.ObjectId;
|
|
3678
|
+
scopes: number;
|
|
3679
|
+
token: string;
|
|
3680
|
+
_id?: unknown;
|
|
3681
|
+
}> & {
|
|
3682
|
+
id: import("mongoose").Types.ObjectId;
|
|
3683
|
+
scopes: number;
|
|
3684
|
+
token: string;
|
|
3685
|
+
_id?: unknown;
|
|
3686
|
+
}>;
|
|
3271
3687
|
flags?: number | null | undefined;
|
|
3272
3688
|
connections?: {
|
|
3273
3689
|
discord?: {
|
|
@@ -3287,6 +3703,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3287
3703
|
token: string;
|
|
3288
3704
|
username: string;
|
|
3289
3705
|
apiToken: string;
|
|
3706
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3707
|
+
id: import("mongoose").Types.ObjectId;
|
|
3708
|
+
scopes: number;
|
|
3709
|
+
token: string;
|
|
3710
|
+
_id?: unknown;
|
|
3711
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3712
|
+
id: import("mongoose").Types.ObjectId;
|
|
3713
|
+
scopes: number;
|
|
3714
|
+
token: string;
|
|
3715
|
+
_id?: unknown;
|
|
3716
|
+
}> & {
|
|
3717
|
+
id: import("mongoose").Types.ObjectId;
|
|
3718
|
+
scopes: number;
|
|
3719
|
+
token: string;
|
|
3720
|
+
_id?: unknown;
|
|
3721
|
+
}>;
|
|
3290
3722
|
flags?: number | null | undefined;
|
|
3291
3723
|
connections?: {
|
|
3292
3724
|
discord?: {
|
|
@@ -3311,6 +3743,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3311
3743
|
token: string;
|
|
3312
3744
|
username: string;
|
|
3313
3745
|
apiToken: string;
|
|
3746
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3747
|
+
id: import("mongoose").Types.ObjectId;
|
|
3748
|
+
scopes: number;
|
|
3749
|
+
token: string;
|
|
3750
|
+
_id?: unknown;
|
|
3751
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3752
|
+
id: import("mongoose").Types.ObjectId;
|
|
3753
|
+
scopes: number;
|
|
3754
|
+
token: string;
|
|
3755
|
+
_id?: unknown;
|
|
3756
|
+
}> & {
|
|
3757
|
+
id: import("mongoose").Types.ObjectId;
|
|
3758
|
+
scopes: number;
|
|
3759
|
+
token: string;
|
|
3760
|
+
_id?: unknown;
|
|
3761
|
+
}>;
|
|
3314
3762
|
flags?: number | null | undefined;
|
|
3315
3763
|
connections?: {
|
|
3316
3764
|
discord?: {
|
|
@@ -3330,6 +3778,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3330
3778
|
token: string;
|
|
3331
3779
|
username: string;
|
|
3332
3780
|
apiToken: string;
|
|
3781
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3782
|
+
id: import("mongoose").Types.ObjectId;
|
|
3783
|
+
scopes: number;
|
|
3784
|
+
token: string;
|
|
3785
|
+
_id?: unknown;
|
|
3786
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3787
|
+
id: import("mongoose").Types.ObjectId;
|
|
3788
|
+
scopes: number;
|
|
3789
|
+
token: string;
|
|
3790
|
+
_id?: unknown;
|
|
3791
|
+
}> & {
|
|
3792
|
+
id: import("mongoose").Types.ObjectId;
|
|
3793
|
+
scopes: number;
|
|
3794
|
+
token: string;
|
|
3795
|
+
_id?: unknown;
|
|
3796
|
+
}>;
|
|
3333
3797
|
flags?: number | null | undefined;
|
|
3334
3798
|
connections?: {
|
|
3335
3799
|
discord?: {
|
|
@@ -3349,6 +3813,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3349
3813
|
token: string;
|
|
3350
3814
|
username: string;
|
|
3351
3815
|
apiToken: string;
|
|
3816
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3817
|
+
id: import("mongoose").Types.ObjectId;
|
|
3818
|
+
scopes: number;
|
|
3819
|
+
token: string;
|
|
3820
|
+
_id?: unknown;
|
|
3821
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3822
|
+
id: import("mongoose").Types.ObjectId;
|
|
3823
|
+
scopes: number;
|
|
3824
|
+
token: string;
|
|
3825
|
+
_id?: unknown;
|
|
3826
|
+
}> & {
|
|
3827
|
+
id: import("mongoose").Types.ObjectId;
|
|
3828
|
+
scopes: number;
|
|
3829
|
+
token: string;
|
|
3830
|
+
_id?: unknown;
|
|
3831
|
+
}>;
|
|
3352
3832
|
flags?: number | null | undefined;
|
|
3353
3833
|
connections?: {
|
|
3354
3834
|
discord?: {
|
|
@@ -3372,6 +3852,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3372
3852
|
token: string;
|
|
3373
3853
|
username: string;
|
|
3374
3854
|
apiToken: string;
|
|
3855
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3856
|
+
id: import("mongoose").Types.ObjectId;
|
|
3857
|
+
scopes: number;
|
|
3858
|
+
token: string;
|
|
3859
|
+
_id?: unknown;
|
|
3860
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3861
|
+
id: import("mongoose").Types.ObjectId;
|
|
3862
|
+
scopes: number;
|
|
3863
|
+
token: string;
|
|
3864
|
+
_id?: unknown;
|
|
3865
|
+
}> & {
|
|
3866
|
+
id: import("mongoose").Types.ObjectId;
|
|
3867
|
+
scopes: number;
|
|
3868
|
+
token: string;
|
|
3869
|
+
_id?: unknown;
|
|
3870
|
+
}>;
|
|
3375
3871
|
flags?: number | null | undefined;
|
|
3376
3872
|
connections?: {
|
|
3377
3873
|
discord?: {
|
|
@@ -3391,6 +3887,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3391
3887
|
token: string;
|
|
3392
3888
|
username: string;
|
|
3393
3889
|
apiToken: string;
|
|
3890
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3891
|
+
id: import("mongoose").Types.ObjectId;
|
|
3892
|
+
scopes: number;
|
|
3893
|
+
token: string;
|
|
3894
|
+
_id?: unknown;
|
|
3895
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3896
|
+
id: import("mongoose").Types.ObjectId;
|
|
3897
|
+
scopes: number;
|
|
3898
|
+
token: string;
|
|
3899
|
+
_id?: unknown;
|
|
3900
|
+
}> & {
|
|
3901
|
+
id: import("mongoose").Types.ObjectId;
|
|
3902
|
+
scopes: number;
|
|
3903
|
+
token: string;
|
|
3904
|
+
_id?: unknown;
|
|
3905
|
+
}>;
|
|
3394
3906
|
flags?: number | null | undefined;
|
|
3395
3907
|
connections?: {
|
|
3396
3908
|
discord?: {
|
|
@@ -3417,6 +3929,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3417
3929
|
token: string;
|
|
3418
3930
|
username: string;
|
|
3419
3931
|
apiToken: string;
|
|
3932
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3933
|
+
id: import("mongoose").Types.ObjectId;
|
|
3934
|
+
scopes: number;
|
|
3935
|
+
token: string;
|
|
3936
|
+
_id?: unknown;
|
|
3937
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3938
|
+
id: import("mongoose").Types.ObjectId;
|
|
3939
|
+
scopes: number;
|
|
3940
|
+
token: string;
|
|
3941
|
+
_id?: unknown;
|
|
3942
|
+
}> & {
|
|
3943
|
+
id: import("mongoose").Types.ObjectId;
|
|
3944
|
+
scopes: number;
|
|
3945
|
+
token: string;
|
|
3946
|
+
_id?: unknown;
|
|
3947
|
+
}>;
|
|
3420
3948
|
flags?: number | null | undefined;
|
|
3421
3949
|
connections?: {
|
|
3422
3950
|
discord?: {
|
|
@@ -3436,6 +3964,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3436
3964
|
token: string;
|
|
3437
3965
|
username: string;
|
|
3438
3966
|
apiToken: string;
|
|
3967
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
3968
|
+
id: import("mongoose").Types.ObjectId;
|
|
3969
|
+
scopes: number;
|
|
3970
|
+
token: string;
|
|
3971
|
+
_id?: unknown;
|
|
3972
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
3973
|
+
id: import("mongoose").Types.ObjectId;
|
|
3974
|
+
scopes: number;
|
|
3975
|
+
token: string;
|
|
3976
|
+
_id?: unknown;
|
|
3977
|
+
}> & {
|
|
3978
|
+
id: import("mongoose").Types.ObjectId;
|
|
3979
|
+
scopes: number;
|
|
3980
|
+
token: string;
|
|
3981
|
+
_id?: unknown;
|
|
3982
|
+
}>;
|
|
3439
3983
|
flags?: number | null | undefined;
|
|
3440
3984
|
connections?: {
|
|
3441
3985
|
discord?: {
|
|
@@ -3455,6 +3999,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3455
3999
|
token: string;
|
|
3456
4000
|
username: string;
|
|
3457
4001
|
apiToken: string;
|
|
4002
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4003
|
+
id: import("mongoose").Types.ObjectId;
|
|
4004
|
+
scopes: number;
|
|
4005
|
+
token: string;
|
|
4006
|
+
_id?: unknown;
|
|
4007
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4008
|
+
id: import("mongoose").Types.ObjectId;
|
|
4009
|
+
scopes: number;
|
|
4010
|
+
token: string;
|
|
4011
|
+
_id?: unknown;
|
|
4012
|
+
}> & {
|
|
4013
|
+
id: import("mongoose").Types.ObjectId;
|
|
4014
|
+
scopes: number;
|
|
4015
|
+
token: string;
|
|
4016
|
+
_id?: unknown;
|
|
4017
|
+
}>;
|
|
3458
4018
|
flags?: number | null | undefined;
|
|
3459
4019
|
connections?: {
|
|
3460
4020
|
discord?: {
|
|
@@ -3479,6 +4039,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3479
4039
|
token: string;
|
|
3480
4040
|
username: string;
|
|
3481
4041
|
apiToken: string;
|
|
4042
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4043
|
+
id: import("mongoose").Types.ObjectId;
|
|
4044
|
+
scopes: number;
|
|
4045
|
+
token: string;
|
|
4046
|
+
_id?: unknown;
|
|
4047
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4048
|
+
id: import("mongoose").Types.ObjectId;
|
|
4049
|
+
scopes: number;
|
|
4050
|
+
token: string;
|
|
4051
|
+
_id?: unknown;
|
|
4052
|
+
}> & {
|
|
4053
|
+
id: import("mongoose").Types.ObjectId;
|
|
4054
|
+
scopes: number;
|
|
4055
|
+
token: string;
|
|
4056
|
+
_id?: unknown;
|
|
4057
|
+
}>;
|
|
3482
4058
|
flags?: number | null | undefined;
|
|
3483
4059
|
connections?: {
|
|
3484
4060
|
discord?: {
|
|
@@ -3498,6 +4074,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3498
4074
|
token: string;
|
|
3499
4075
|
username: string;
|
|
3500
4076
|
apiToken: string;
|
|
4077
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4078
|
+
id: import("mongoose").Types.ObjectId;
|
|
4079
|
+
scopes: number;
|
|
4080
|
+
token: string;
|
|
4081
|
+
_id?: unknown;
|
|
4082
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4083
|
+
id: import("mongoose").Types.ObjectId;
|
|
4084
|
+
scopes: number;
|
|
4085
|
+
token: string;
|
|
4086
|
+
_id?: unknown;
|
|
4087
|
+
}> & {
|
|
4088
|
+
id: import("mongoose").Types.ObjectId;
|
|
4089
|
+
scopes: number;
|
|
4090
|
+
token: string;
|
|
4091
|
+
_id?: unknown;
|
|
4092
|
+
}>;
|
|
3501
4093
|
flags?: number | null | undefined;
|
|
3502
4094
|
connections?: {
|
|
3503
4095
|
discord?: {
|
|
@@ -3517,6 +4109,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3517
4109
|
token: string;
|
|
3518
4110
|
username: string;
|
|
3519
4111
|
apiToken: string;
|
|
4112
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4113
|
+
id: import("mongoose").Types.ObjectId;
|
|
4114
|
+
scopes: number;
|
|
4115
|
+
token: string;
|
|
4116
|
+
_id?: unknown;
|
|
4117
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4118
|
+
id: import("mongoose").Types.ObjectId;
|
|
4119
|
+
scopes: number;
|
|
4120
|
+
token: string;
|
|
4121
|
+
_id?: unknown;
|
|
4122
|
+
}> & {
|
|
4123
|
+
id: import("mongoose").Types.ObjectId;
|
|
4124
|
+
scopes: number;
|
|
4125
|
+
token: string;
|
|
4126
|
+
_id?: unknown;
|
|
4127
|
+
}>;
|
|
3520
4128
|
flags?: number | null | undefined;
|
|
3521
4129
|
connections?: {
|
|
3522
4130
|
discord?: {
|
|
@@ -3540,6 +4148,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3540
4148
|
token: string;
|
|
3541
4149
|
username: string;
|
|
3542
4150
|
apiToken: string;
|
|
4151
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4152
|
+
id: import("mongoose").Types.ObjectId;
|
|
4153
|
+
scopes: number;
|
|
4154
|
+
token: string;
|
|
4155
|
+
_id?: unknown;
|
|
4156
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4157
|
+
id: import("mongoose").Types.ObjectId;
|
|
4158
|
+
scopes: number;
|
|
4159
|
+
token: string;
|
|
4160
|
+
_id?: unknown;
|
|
4161
|
+
}> & {
|
|
4162
|
+
id: import("mongoose").Types.ObjectId;
|
|
4163
|
+
scopes: number;
|
|
4164
|
+
token: string;
|
|
4165
|
+
_id?: unknown;
|
|
4166
|
+
}>;
|
|
3543
4167
|
flags?: number | null | undefined;
|
|
3544
4168
|
connections?: {
|
|
3545
4169
|
discord?: {
|
|
@@ -3559,6 +4183,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3559
4183
|
token: string;
|
|
3560
4184
|
username: string;
|
|
3561
4185
|
apiToken: string;
|
|
4186
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4187
|
+
id: import("mongoose").Types.ObjectId;
|
|
4188
|
+
scopes: number;
|
|
4189
|
+
token: string;
|
|
4190
|
+
_id?: unknown;
|
|
4191
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4192
|
+
id: import("mongoose").Types.ObjectId;
|
|
4193
|
+
scopes: number;
|
|
4194
|
+
token: string;
|
|
4195
|
+
_id?: unknown;
|
|
4196
|
+
}> & {
|
|
4197
|
+
id: import("mongoose").Types.ObjectId;
|
|
4198
|
+
scopes: number;
|
|
4199
|
+
token: string;
|
|
4200
|
+
_id?: unknown;
|
|
4201
|
+
}>;
|
|
3562
4202
|
flags?: number | null | undefined;
|
|
3563
4203
|
connections?: {
|
|
3564
4204
|
discord?: {
|
|
@@ -3583,6 +4223,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3583
4223
|
token: string;
|
|
3584
4224
|
username: string;
|
|
3585
4225
|
apiToken: string;
|
|
4226
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4227
|
+
id: import("mongoose").Types.ObjectId;
|
|
4228
|
+
scopes: number;
|
|
4229
|
+
token: string;
|
|
4230
|
+
_id?: unknown;
|
|
4231
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4232
|
+
id: import("mongoose").Types.ObjectId;
|
|
4233
|
+
scopes: number;
|
|
4234
|
+
token: string;
|
|
4235
|
+
_id?: unknown;
|
|
4236
|
+
}> & {
|
|
4237
|
+
id: import("mongoose").Types.ObjectId;
|
|
4238
|
+
scopes: number;
|
|
4239
|
+
token: string;
|
|
4240
|
+
_id?: unknown;
|
|
4241
|
+
}>;
|
|
3586
4242
|
flags?: number | null | undefined;
|
|
3587
4243
|
connections?: {
|
|
3588
4244
|
discord?: {
|
|
@@ -3602,6 +4258,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3602
4258
|
token: string;
|
|
3603
4259
|
username: string;
|
|
3604
4260
|
apiToken: string;
|
|
4261
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4262
|
+
id: import("mongoose").Types.ObjectId;
|
|
4263
|
+
scopes: number;
|
|
4264
|
+
token: string;
|
|
4265
|
+
_id?: unknown;
|
|
4266
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4267
|
+
id: import("mongoose").Types.ObjectId;
|
|
4268
|
+
scopes: number;
|
|
4269
|
+
token: string;
|
|
4270
|
+
_id?: unknown;
|
|
4271
|
+
}> & {
|
|
4272
|
+
id: import("mongoose").Types.ObjectId;
|
|
4273
|
+
scopes: number;
|
|
4274
|
+
token: string;
|
|
4275
|
+
_id?: unknown;
|
|
4276
|
+
}>;
|
|
3605
4277
|
flags?: number | null | undefined;
|
|
3606
4278
|
connections?: {
|
|
3607
4279
|
discord?: {
|
|
@@ -3621,6 +4293,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3621
4293
|
token: string;
|
|
3622
4294
|
username: string;
|
|
3623
4295
|
apiToken: string;
|
|
4296
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4297
|
+
id: import("mongoose").Types.ObjectId;
|
|
4298
|
+
scopes: number;
|
|
4299
|
+
token: string;
|
|
4300
|
+
_id?: unknown;
|
|
4301
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4302
|
+
id: import("mongoose").Types.ObjectId;
|
|
4303
|
+
scopes: number;
|
|
4304
|
+
token: string;
|
|
4305
|
+
_id?: unknown;
|
|
4306
|
+
}> & {
|
|
4307
|
+
id: import("mongoose").Types.ObjectId;
|
|
4308
|
+
scopes: number;
|
|
4309
|
+
token: string;
|
|
4310
|
+
_id?: unknown;
|
|
4311
|
+
}>;
|
|
3624
4312
|
flags?: number | null | undefined;
|
|
3625
4313
|
connections?: {
|
|
3626
4314
|
discord?: {
|
|
@@ -3644,6 +4332,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3644
4332
|
token: string;
|
|
3645
4333
|
username: string;
|
|
3646
4334
|
apiToken: string;
|
|
4335
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4336
|
+
id: import("mongoose").Types.ObjectId;
|
|
4337
|
+
scopes: number;
|
|
4338
|
+
token: string;
|
|
4339
|
+
_id?: unknown;
|
|
4340
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4341
|
+
id: import("mongoose").Types.ObjectId;
|
|
4342
|
+
scopes: number;
|
|
4343
|
+
token: string;
|
|
4344
|
+
_id?: unknown;
|
|
4345
|
+
}> & {
|
|
4346
|
+
id: import("mongoose").Types.ObjectId;
|
|
4347
|
+
scopes: number;
|
|
4348
|
+
token: string;
|
|
4349
|
+
_id?: unknown;
|
|
4350
|
+
}>;
|
|
3647
4351
|
flags?: number | null | undefined;
|
|
3648
4352
|
connections?: {
|
|
3649
4353
|
discord?: {
|
|
@@ -3663,6 +4367,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3663
4367
|
token: string;
|
|
3664
4368
|
username: string;
|
|
3665
4369
|
apiToken: string;
|
|
4370
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4371
|
+
id: import("mongoose").Types.ObjectId;
|
|
4372
|
+
scopes: number;
|
|
4373
|
+
token: string;
|
|
4374
|
+
_id?: unknown;
|
|
4375
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4376
|
+
id: import("mongoose").Types.ObjectId;
|
|
4377
|
+
scopes: number;
|
|
4378
|
+
token: string;
|
|
4379
|
+
_id?: unknown;
|
|
4380
|
+
}> & {
|
|
4381
|
+
id: import("mongoose").Types.ObjectId;
|
|
4382
|
+
scopes: number;
|
|
4383
|
+
token: string;
|
|
4384
|
+
_id?: unknown;
|
|
4385
|
+
}>;
|
|
3666
4386
|
flags?: number | null | undefined;
|
|
3667
4387
|
connections?: {
|
|
3668
4388
|
discord?: {
|
|
@@ -3688,6 +4408,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3688
4408
|
token: string;
|
|
3689
4409
|
username: string;
|
|
3690
4410
|
apiToken: string;
|
|
4411
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4412
|
+
id: import("mongoose").Types.ObjectId;
|
|
4413
|
+
scopes: number;
|
|
4414
|
+
token: string;
|
|
4415
|
+
_id?: unknown;
|
|
4416
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4417
|
+
id: import("mongoose").Types.ObjectId;
|
|
4418
|
+
scopes: number;
|
|
4419
|
+
token: string;
|
|
4420
|
+
_id?: unknown;
|
|
4421
|
+
}> & {
|
|
4422
|
+
id: import("mongoose").Types.ObjectId;
|
|
4423
|
+
scopes: number;
|
|
4424
|
+
token: string;
|
|
4425
|
+
_id?: unknown;
|
|
4426
|
+
}>;
|
|
3691
4427
|
flags?: number | null | undefined;
|
|
3692
4428
|
connections?: {
|
|
3693
4429
|
discord?: {
|
|
@@ -3707,6 +4443,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3707
4443
|
token: string;
|
|
3708
4444
|
username: string;
|
|
3709
4445
|
apiToken: string;
|
|
4446
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4447
|
+
id: import("mongoose").Types.ObjectId;
|
|
4448
|
+
scopes: number;
|
|
4449
|
+
token: string;
|
|
4450
|
+
_id?: unknown;
|
|
4451
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4452
|
+
id: import("mongoose").Types.ObjectId;
|
|
4453
|
+
scopes: number;
|
|
4454
|
+
token: string;
|
|
4455
|
+
_id?: unknown;
|
|
4456
|
+
}> & {
|
|
4457
|
+
id: import("mongoose").Types.ObjectId;
|
|
4458
|
+
scopes: number;
|
|
4459
|
+
token: string;
|
|
4460
|
+
_id?: unknown;
|
|
4461
|
+
}>;
|
|
3710
4462
|
flags?: number | null | undefined;
|
|
3711
4463
|
connections?: {
|
|
3712
4464
|
discord?: {
|
|
@@ -3726,6 +4478,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3726
4478
|
token: string;
|
|
3727
4479
|
username: string;
|
|
3728
4480
|
apiToken: string;
|
|
4481
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4482
|
+
id: import("mongoose").Types.ObjectId;
|
|
4483
|
+
scopes: number;
|
|
4484
|
+
token: string;
|
|
4485
|
+
_id?: unknown;
|
|
4486
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4487
|
+
id: import("mongoose").Types.ObjectId;
|
|
4488
|
+
scopes: number;
|
|
4489
|
+
token: string;
|
|
4490
|
+
_id?: unknown;
|
|
4491
|
+
}> & {
|
|
4492
|
+
id: import("mongoose").Types.ObjectId;
|
|
4493
|
+
scopes: number;
|
|
4494
|
+
token: string;
|
|
4495
|
+
_id?: unknown;
|
|
4496
|
+
}>;
|
|
3729
4497
|
flags?: number | null | undefined;
|
|
3730
4498
|
connections?: {
|
|
3731
4499
|
discord?: {
|
|
@@ -3750,6 +4518,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3750
4518
|
token: string;
|
|
3751
4519
|
username: string;
|
|
3752
4520
|
apiToken: string;
|
|
4521
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4522
|
+
id: import("mongoose").Types.ObjectId;
|
|
4523
|
+
scopes: number;
|
|
4524
|
+
token: string;
|
|
4525
|
+
_id?: unknown;
|
|
4526
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4527
|
+
id: import("mongoose").Types.ObjectId;
|
|
4528
|
+
scopes: number;
|
|
4529
|
+
token: string;
|
|
4530
|
+
_id?: unknown;
|
|
4531
|
+
}> & {
|
|
4532
|
+
id: import("mongoose").Types.ObjectId;
|
|
4533
|
+
scopes: number;
|
|
4534
|
+
token: string;
|
|
4535
|
+
_id?: unknown;
|
|
4536
|
+
}>;
|
|
3753
4537
|
flags?: number | null | undefined;
|
|
3754
4538
|
connections?: {
|
|
3755
4539
|
discord?: {
|
|
@@ -3769,6 +4553,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3769
4553
|
token: string;
|
|
3770
4554
|
username: string;
|
|
3771
4555
|
apiToken: string;
|
|
4556
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4557
|
+
id: import("mongoose").Types.ObjectId;
|
|
4558
|
+
scopes: number;
|
|
4559
|
+
token: string;
|
|
4560
|
+
_id?: unknown;
|
|
4561
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4562
|
+
id: import("mongoose").Types.ObjectId;
|
|
4563
|
+
scopes: number;
|
|
4564
|
+
token: string;
|
|
4565
|
+
_id?: unknown;
|
|
4566
|
+
}> & {
|
|
4567
|
+
id: import("mongoose").Types.ObjectId;
|
|
4568
|
+
scopes: number;
|
|
4569
|
+
token: string;
|
|
4570
|
+
_id?: unknown;
|
|
4571
|
+
}>;
|
|
3772
4572
|
flags?: number | null | undefined;
|
|
3773
4573
|
connections?: {
|
|
3774
4574
|
discord?: {
|
|
@@ -3788,6 +4588,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3788
4588
|
token: string;
|
|
3789
4589
|
username: string;
|
|
3790
4590
|
apiToken: string;
|
|
4591
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4592
|
+
id: import("mongoose").Types.ObjectId;
|
|
4593
|
+
scopes: number;
|
|
4594
|
+
token: string;
|
|
4595
|
+
_id?: unknown;
|
|
4596
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4597
|
+
id: import("mongoose").Types.ObjectId;
|
|
4598
|
+
scopes: number;
|
|
4599
|
+
token: string;
|
|
4600
|
+
_id?: unknown;
|
|
4601
|
+
}> & {
|
|
4602
|
+
id: import("mongoose").Types.ObjectId;
|
|
4603
|
+
scopes: number;
|
|
4604
|
+
token: string;
|
|
4605
|
+
_id?: unknown;
|
|
4606
|
+
}>;
|
|
3791
4607
|
flags?: number | null | undefined;
|
|
3792
4608
|
connections?: {
|
|
3793
4609
|
discord?: {
|
|
@@ -3812,6 +4628,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3812
4628
|
token: string;
|
|
3813
4629
|
username: string;
|
|
3814
4630
|
apiToken: string;
|
|
4631
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4632
|
+
id: import("mongoose").Types.ObjectId;
|
|
4633
|
+
scopes: number;
|
|
4634
|
+
token: string;
|
|
4635
|
+
_id?: unknown;
|
|
4636
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4637
|
+
id: import("mongoose").Types.ObjectId;
|
|
4638
|
+
scopes: number;
|
|
4639
|
+
token: string;
|
|
4640
|
+
_id?: unknown;
|
|
4641
|
+
}> & {
|
|
4642
|
+
id: import("mongoose").Types.ObjectId;
|
|
4643
|
+
scopes: number;
|
|
4644
|
+
token: string;
|
|
4645
|
+
_id?: unknown;
|
|
4646
|
+
}>;
|
|
3815
4647
|
flags?: number | null | undefined;
|
|
3816
4648
|
connections?: {
|
|
3817
4649
|
discord?: {
|
|
@@ -3831,6 +4663,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3831
4663
|
token: string;
|
|
3832
4664
|
username: string;
|
|
3833
4665
|
apiToken: string;
|
|
4666
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4667
|
+
id: import("mongoose").Types.ObjectId;
|
|
4668
|
+
scopes: number;
|
|
4669
|
+
token: string;
|
|
4670
|
+
_id?: unknown;
|
|
4671
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4672
|
+
id: import("mongoose").Types.ObjectId;
|
|
4673
|
+
scopes: number;
|
|
4674
|
+
token: string;
|
|
4675
|
+
_id?: unknown;
|
|
4676
|
+
}> & {
|
|
4677
|
+
id: import("mongoose").Types.ObjectId;
|
|
4678
|
+
scopes: number;
|
|
4679
|
+
token: string;
|
|
4680
|
+
_id?: unknown;
|
|
4681
|
+
}>;
|
|
3834
4682
|
flags?: number | null | undefined;
|
|
3835
4683
|
connections?: {
|
|
3836
4684
|
discord?: {
|
|
@@ -3850,6 +4698,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3850
4698
|
token: string;
|
|
3851
4699
|
username: string;
|
|
3852
4700
|
apiToken: string;
|
|
4701
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4702
|
+
id: import("mongoose").Types.ObjectId;
|
|
4703
|
+
scopes: number;
|
|
4704
|
+
token: string;
|
|
4705
|
+
_id?: unknown;
|
|
4706
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4707
|
+
id: import("mongoose").Types.ObjectId;
|
|
4708
|
+
scopes: number;
|
|
4709
|
+
token: string;
|
|
4710
|
+
_id?: unknown;
|
|
4711
|
+
}> & {
|
|
4712
|
+
id: import("mongoose").Types.ObjectId;
|
|
4713
|
+
scopes: number;
|
|
4714
|
+
token: string;
|
|
4715
|
+
_id?: unknown;
|
|
4716
|
+
}>;
|
|
3853
4717
|
flags?: number | null | undefined;
|
|
3854
4718
|
connections?: {
|
|
3855
4719
|
discord?: {
|
|
@@ -3873,6 +4737,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3873
4737
|
token: string;
|
|
3874
4738
|
username: string;
|
|
3875
4739
|
apiToken: string;
|
|
4740
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4741
|
+
id: import("mongoose").Types.ObjectId;
|
|
4742
|
+
scopes: number;
|
|
4743
|
+
token: string;
|
|
4744
|
+
_id?: unknown;
|
|
4745
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4746
|
+
id: import("mongoose").Types.ObjectId;
|
|
4747
|
+
scopes: number;
|
|
4748
|
+
token: string;
|
|
4749
|
+
_id?: unknown;
|
|
4750
|
+
}> & {
|
|
4751
|
+
id: import("mongoose").Types.ObjectId;
|
|
4752
|
+
scopes: number;
|
|
4753
|
+
token: string;
|
|
4754
|
+
_id?: unknown;
|
|
4755
|
+
}>;
|
|
3876
4756
|
flags?: number | null | undefined;
|
|
3877
4757
|
connections?: {
|
|
3878
4758
|
discord?: {
|
|
@@ -3892,6 +4772,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3892
4772
|
token: string;
|
|
3893
4773
|
username: string;
|
|
3894
4774
|
apiToken: string;
|
|
4775
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4776
|
+
id: import("mongoose").Types.ObjectId;
|
|
4777
|
+
scopes: number;
|
|
4778
|
+
token: string;
|
|
4779
|
+
_id?: unknown;
|
|
4780
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4781
|
+
id: import("mongoose").Types.ObjectId;
|
|
4782
|
+
scopes: number;
|
|
4783
|
+
token: string;
|
|
4784
|
+
_id?: unknown;
|
|
4785
|
+
}> & {
|
|
4786
|
+
id: import("mongoose").Types.ObjectId;
|
|
4787
|
+
scopes: number;
|
|
4788
|
+
token: string;
|
|
4789
|
+
_id?: unknown;
|
|
4790
|
+
}>;
|
|
3895
4791
|
flags?: number | null | undefined;
|
|
3896
4792
|
connections?: {
|
|
3897
4793
|
discord?: {
|
|
@@ -3916,6 +4812,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3916
4812
|
token: string;
|
|
3917
4813
|
username: string;
|
|
3918
4814
|
apiToken: string;
|
|
4815
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4816
|
+
id: import("mongoose").Types.ObjectId;
|
|
4817
|
+
scopes: number;
|
|
4818
|
+
token: string;
|
|
4819
|
+
_id?: unknown;
|
|
4820
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4821
|
+
id: import("mongoose").Types.ObjectId;
|
|
4822
|
+
scopes: number;
|
|
4823
|
+
token: string;
|
|
4824
|
+
_id?: unknown;
|
|
4825
|
+
}> & {
|
|
4826
|
+
id: import("mongoose").Types.ObjectId;
|
|
4827
|
+
scopes: number;
|
|
4828
|
+
token: string;
|
|
4829
|
+
_id?: unknown;
|
|
4830
|
+
}>;
|
|
3919
4831
|
flags?: number | null | undefined;
|
|
3920
4832
|
connections?: {
|
|
3921
4833
|
discord?: {
|
|
@@ -3935,6 +4847,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3935
4847
|
token: string;
|
|
3936
4848
|
username: string;
|
|
3937
4849
|
apiToken: string;
|
|
4850
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4851
|
+
id: import("mongoose").Types.ObjectId;
|
|
4852
|
+
scopes: number;
|
|
4853
|
+
token: string;
|
|
4854
|
+
_id?: unknown;
|
|
4855
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4856
|
+
id: import("mongoose").Types.ObjectId;
|
|
4857
|
+
scopes: number;
|
|
4858
|
+
token: string;
|
|
4859
|
+
_id?: unknown;
|
|
4860
|
+
}> & {
|
|
4861
|
+
id: import("mongoose").Types.ObjectId;
|
|
4862
|
+
scopes: number;
|
|
4863
|
+
token: string;
|
|
4864
|
+
_id?: unknown;
|
|
4865
|
+
}>;
|
|
3938
4866
|
flags?: number | null | undefined;
|
|
3939
4867
|
connections?: {
|
|
3940
4868
|
discord?: {
|
|
@@ -3954,6 +4882,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3954
4882
|
token: string;
|
|
3955
4883
|
username: string;
|
|
3956
4884
|
apiToken: string;
|
|
4885
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4886
|
+
id: import("mongoose").Types.ObjectId;
|
|
4887
|
+
scopes: number;
|
|
4888
|
+
token: string;
|
|
4889
|
+
_id?: unknown;
|
|
4890
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4891
|
+
id: import("mongoose").Types.ObjectId;
|
|
4892
|
+
scopes: number;
|
|
4893
|
+
token: string;
|
|
4894
|
+
_id?: unknown;
|
|
4895
|
+
}> & {
|
|
4896
|
+
id: import("mongoose").Types.ObjectId;
|
|
4897
|
+
scopes: number;
|
|
4898
|
+
token: string;
|
|
4899
|
+
_id?: unknown;
|
|
4900
|
+
}>;
|
|
3957
4901
|
flags?: number | null | undefined;
|
|
3958
4902
|
connections?: {
|
|
3959
4903
|
discord?: {
|
|
@@ -3977,6 +4921,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3977
4921
|
token: string;
|
|
3978
4922
|
username: string;
|
|
3979
4923
|
apiToken: string;
|
|
4924
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4925
|
+
id: import("mongoose").Types.ObjectId;
|
|
4926
|
+
scopes: number;
|
|
4927
|
+
token: string;
|
|
4928
|
+
_id?: unknown;
|
|
4929
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4930
|
+
id: import("mongoose").Types.ObjectId;
|
|
4931
|
+
scopes: number;
|
|
4932
|
+
token: string;
|
|
4933
|
+
_id?: unknown;
|
|
4934
|
+
}> & {
|
|
4935
|
+
id: import("mongoose").Types.ObjectId;
|
|
4936
|
+
scopes: number;
|
|
4937
|
+
token: string;
|
|
4938
|
+
_id?: unknown;
|
|
4939
|
+
}>;
|
|
3980
4940
|
flags?: number | null | undefined;
|
|
3981
4941
|
connections?: {
|
|
3982
4942
|
discord?: {
|
|
@@ -3996,6 +4956,22 @@ export declare const UserModel: import("mongoose").Model<{
|
|
|
3996
4956
|
token: string;
|
|
3997
4957
|
username: string;
|
|
3998
4958
|
apiToken: string;
|
|
4959
|
+
applications: import("mongoose").Types.DocumentArray<{
|
|
4960
|
+
id: import("mongoose").Types.ObjectId;
|
|
4961
|
+
scopes: number;
|
|
4962
|
+
token: string;
|
|
4963
|
+
_id?: unknown;
|
|
4964
|
+
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
4965
|
+
id: import("mongoose").Types.ObjectId;
|
|
4966
|
+
scopes: number;
|
|
4967
|
+
token: string;
|
|
4968
|
+
_id?: unknown;
|
|
4969
|
+
}> & {
|
|
4970
|
+
id: import("mongoose").Types.ObjectId;
|
|
4971
|
+
scopes: number;
|
|
4972
|
+
token: string;
|
|
4973
|
+
_id?: unknown;
|
|
4974
|
+
}>;
|
|
3999
4975
|
flags?: number | null | undefined;
|
|
4000
4976
|
connections?: {
|
|
4001
4977
|
discord?: {
|