@fnlb-project/database 1.0.30 → 1.0.31

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 +21 -21
  2. package/dist/index.js +442 -442
  3. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -36,7 +36,7 @@ export declare const BotModel: import("mongoose").Model<{
36
36
  email?: string | null | undefined;
37
37
  disabled?: boolean | null | undefined;
38
38
  mmsBannedUntil?: number | null | undefined;
39
- }> & {
39
+ }, {}> & {
40
40
  owner: import("mongoose").Types.ObjectId;
41
41
  type: number;
42
42
  nickname: string;
@@ -79,7 +79,7 @@ export declare const BotModel: import("mongoose").Model<{
79
79
  email?: string | null | undefined;
80
80
  disabled?: boolean | null | undefined;
81
81
  mmsBannedUntil?: number | null | undefined;
82
- }>> & import("mongoose").FlatRecord<{
82
+ }>, {}> & import("mongoose").FlatRecord<{
83
83
  owner: import("mongoose").Types.ObjectId;
84
84
  type: number;
85
85
  nickname: string;
@@ -1033,7 +1033,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1033
1033
  _id?: unknown;
1034
1034
  }> | null | undefined;
1035
1035
  } | null | undefined;
1036
- }> & {
1036
+ }, {}> & {
1037
1037
  owner: import("mongoose").Types.ObjectId;
1038
1038
  name: string;
1039
1039
  disabled?: boolean | null | undefined;
@@ -2441,7 +2441,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2441
2441
  _id?: unknown;
2442
2442
  }> | null | undefined;
2443
2443
  } | null | undefined;
2444
- }>> & import("mongoose").FlatRecord<{
2444
+ }>, {}> & import("mongoose").FlatRecord<{
2445
2445
  owner: import("mongoose").Types.ObjectId;
2446
2446
  name: string;
2447
2447
  disabled?: boolean | null | undefined;
@@ -2952,7 +2952,7 @@ export declare const UserModel: import("mongoose").Model<{
2952
2952
  verified?: boolean | null | undefined;
2953
2953
  } | null | undefined;
2954
2954
  } | null | undefined;
2955
- }> & {
2955
+ }, {}> & {
2956
2956
  password: string;
2957
2957
  email: string;
2958
2958
  token: string;
@@ -3014,7 +3014,7 @@ export declare const UserModel: import("mongoose").Model<{
3014
3014
  verified?: boolean | null | undefined;
3015
3015
  } | null | undefined;
3016
3016
  } | null | undefined;
3017
- }>> & import("mongoose").FlatRecord<{
3017
+ }>, {}> & import("mongoose").FlatRecord<{
3018
3018
  password: string;
3019
3019
  email: string;
3020
3020
  token: string;
@@ -3076,7 +3076,7 @@ export declare const UserModel: import("mongoose").Model<{
3076
3076
  verified?: boolean | null | undefined;
3077
3077
  } | null | undefined;
3078
3078
  } | null | undefined;
3079
- }>> & import("mongoose").FlatRecord<{
3079
+ }>, {}> & import("mongoose").FlatRecord<{
3080
3080
  password: string;
3081
3081
  email: string;
3082
3082
  token: string;
@@ -3118,7 +3118,7 @@ export declare const UserModel: import("mongoose").Model<{
3118
3118
  verified?: boolean | null | undefined;
3119
3119
  } | null | undefined;
3120
3120
  } | null | undefined;
3121
- }>> & import("mongoose").FlatRecord<{
3121
+ }>, {}> & import("mongoose").FlatRecord<{
3122
3122
  password: string;
3123
3123
  email: string;
3124
3124
  token: string;
@@ -3180,7 +3180,7 @@ export declare const UserModel: import("mongoose").Model<{
3180
3180
  verified?: boolean | null | undefined;
3181
3181
  } | null | undefined;
3182
3182
  } | null | undefined;
3183
- }>> & import("mongoose").FlatRecord<{
3183
+ }>, {}> & import("mongoose").FlatRecord<{
3184
3184
  password: string;
3185
3185
  email: string;
3186
3186
  token: string;
@@ -3222,7 +3222,7 @@ export declare const UserModel: import("mongoose").Model<{
3222
3222
  verified?: boolean | null | undefined;
3223
3223
  } | null | undefined;
3224
3224
  } | null | undefined;
3225
- }>> & import("mongoose").FlatRecord<{
3225
+ }>, {}> & import("mongoose").FlatRecord<{
3226
3226
  password: string;
3227
3227
  email: string;
3228
3228
  token: string;
@@ -3286,7 +3286,7 @@ export declare const UserModel: import("mongoose").Model<{
3286
3286
  verified?: boolean | null | undefined;
3287
3287
  } | null | undefined;
3288
3288
  } | null | undefined;
3289
- }>> & import("mongoose").FlatRecord<{
3289
+ }>, {}> & import("mongoose").FlatRecord<{
3290
3290
  password: string;
3291
3291
  email: string;
3292
3292
  token: string;
@@ -3348,7 +3348,7 @@ export declare const UserModel: import("mongoose").Model<{
3348
3348
  verified?: boolean | null | undefined;
3349
3349
  } | null | undefined;
3350
3350
  } | null | undefined;
3351
- }>> & import("mongoose").FlatRecord<{
3351
+ }>, {}> & import("mongoose").FlatRecord<{
3352
3352
  password: string;
3353
3353
  email: string;
3354
3354
  token: string;
@@ -3390,7 +3390,7 @@ export declare const UserModel: import("mongoose").Model<{
3390
3390
  verified?: boolean | null | undefined;
3391
3391
  } | null | undefined;
3392
3392
  } | null | undefined;
3393
- }>> & import("mongoose").FlatRecord<{
3393
+ }>, {}> & import("mongoose").FlatRecord<{
3394
3394
  password: string;
3395
3395
  email: string;
3396
3396
  token: string;
@@ -3452,7 +3452,7 @@ export declare const UserModel: import("mongoose").Model<{
3452
3452
  verified?: boolean | null | undefined;
3453
3453
  } | null | undefined;
3454
3454
  } | null | undefined;
3455
- }>> & import("mongoose").FlatRecord<{
3455
+ }>, {}> & import("mongoose").FlatRecord<{
3456
3456
  password: string;
3457
3457
  email: string;
3458
3458
  token: string;
@@ -3494,7 +3494,7 @@ export declare const UserModel: import("mongoose").Model<{
3494
3494
  verified?: boolean | null | undefined;
3495
3495
  } | null | undefined;
3496
3496
  } | null | undefined;
3497
- }>> & import("mongoose").FlatRecord<{
3497
+ }>, {}> & import("mongoose").FlatRecord<{
3498
3498
  password: string;
3499
3499
  email: string;
3500
3500
  token: string;
@@ -3557,7 +3557,7 @@ export declare const UserModel: import("mongoose").Model<{
3557
3557
  verified?: boolean | null | undefined;
3558
3558
  } | null | undefined;
3559
3559
  } | null | undefined;
3560
- }>> & import("mongoose").FlatRecord<{
3560
+ }>, {}> & import("mongoose").FlatRecord<{
3561
3561
  password: string;
3562
3562
  email: string;
3563
3563
  token: string;
@@ -3619,7 +3619,7 @@ export declare const UserModel: import("mongoose").Model<{
3619
3619
  verified?: boolean | null | undefined;
3620
3620
  } | null | undefined;
3621
3621
  } | null | undefined;
3622
- }>> & import("mongoose").FlatRecord<{
3622
+ }>, {}> & import("mongoose").FlatRecord<{
3623
3623
  password: string;
3624
3624
  email: string;
3625
3625
  token: string;
@@ -3681,7 +3681,7 @@ export declare const UserModel: import("mongoose").Model<{
3681
3681
  verified?: boolean | null | undefined;
3682
3682
  } | null | undefined;
3683
3683
  } | null | undefined;
3684
- }>> & import("mongoose").FlatRecord<{
3684
+ }>, {}> & import("mongoose").FlatRecord<{
3685
3685
  password: string;
3686
3686
  email: string;
3687
3687
  token: string;
@@ -3723,7 +3723,7 @@ export declare const UserModel: import("mongoose").Model<{
3723
3723
  verified?: boolean | null | undefined;
3724
3724
  } | null | undefined;
3725
3725
  } | null | undefined;
3726
- }>> & import("mongoose").FlatRecord<{
3726
+ }>, {}> & import("mongoose").FlatRecord<{
3727
3727
  password: string;
3728
3728
  email: string;
3729
3729
  token: string;
@@ -3785,7 +3785,7 @@ export declare const UserModel: import("mongoose").Model<{
3785
3785
  verified?: boolean | null | undefined;
3786
3786
  } | null | undefined;
3787
3787
  } | null | undefined;
3788
- }>> & import("mongoose").FlatRecord<{
3788
+ }>, {}> & import("mongoose").FlatRecord<{
3789
3789
  password: string;
3790
3790
  email: string;
3791
3791
  token: string;
@@ -3827,7 +3827,7 @@ export declare const UserModel: import("mongoose").Model<{
3827
3827
  verified?: boolean | null | undefined;
3828
3828
  } | null | undefined;
3829
3829
  } | null | undefined;
3830
- }>> & import("mongoose").FlatRecord<{
3830
+ }>, {}> & import("mongoose").FlatRecord<{
3831
3831
  password: string;
3832
3832
  email: string;
3833
3833
  token: string;