@fnlb-project/database 1.0.22 → 1.0.24

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 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
- mmsDisabledUntil?: NativeDate | null | undefined;
25
+ mmsBannedUntil?: NativeDate | 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
- mmsDisabledUntil?: NativeDate | null | undefined;
38
+ mmsBannedUntil?: NativeDate | 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
- mmsDisabledUntil?: NativeDate | null | undefined;
51
+ mmsBannedUntil?: NativeDate | 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
- mmsDisabledUntil?: NativeDate | null | undefined;
68
+ mmsBannedUntil?: NativeDate | 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
- mmsDisabledUntil?: NativeDate | null | undefined;
81
+ mmsBannedUntil?: NativeDate | 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
- mmsDisabledUntil?: NativeDate | null | undefined;
94
+ mmsBannedUntil?: NativeDate | null | undefined;
95
95
  }> & {
96
96
  _id: import("mongoose").Types.ObjectId;
97
97
  } & {
@@ -197,6 +197,7 @@ export declare const CategoryModel: import("mongoose").Model<{
197
197
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
198
198
  allowMatchmaking?: boolean | null | undefined;
199
199
  disableMatchmakingChecks?: boolean | null | undefined;
200
+ disablePlaylistChecks?: boolean | null | undefined;
200
201
  disableJoinMessages?: boolean | null | undefined;
201
202
  disableAutomaticMessages?: boolean | null | undefined;
202
203
  acceptFriendRequests?: boolean | null | undefined;
@@ -662,6 +663,7 @@ export declare const CategoryModel: import("mongoose").Model<{
662
663
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
663
664
  allowMatchmaking?: boolean | null | undefined;
664
665
  disableMatchmakingChecks?: boolean | null | undefined;
666
+ disablePlaylistChecks?: boolean | null | undefined;
665
667
  disableJoinMessages?: boolean | null | undefined;
666
668
  disableAutomaticMessages?: boolean | null | undefined;
667
669
  acceptFriendRequests?: boolean | null | undefined;
@@ -1127,6 +1129,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1127
1129
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
1128
1130
  allowMatchmaking?: boolean | null | undefined;
1129
1131
  disableMatchmakingChecks?: boolean | null | undefined;
1132
+ disablePlaylistChecks?: boolean | null | undefined;
1130
1133
  disableJoinMessages?: boolean | null | undefined;
1131
1134
  disableAutomaticMessages?: boolean | null | undefined;
1132
1135
  acceptFriendRequests?: boolean | null | undefined;
@@ -1596,6 +1599,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1596
1599
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
1597
1600
  allowMatchmaking?: boolean | null | undefined;
1598
1601
  disableMatchmakingChecks?: boolean | null | undefined;
1602
+ disablePlaylistChecks?: boolean | null | undefined;
1599
1603
  disableJoinMessages?: boolean | null | undefined;
1600
1604
  disableAutomaticMessages?: boolean | null | undefined;
1601
1605
  acceptFriendRequests?: boolean | null | undefined;
@@ -2061,6 +2065,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2061
2065
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
2062
2066
  allowMatchmaking?: boolean | null | undefined;
2063
2067
  disableMatchmakingChecks?: boolean | null | undefined;
2068
+ disablePlaylistChecks?: boolean | null | undefined;
2064
2069
  disableJoinMessages?: boolean | null | undefined;
2065
2070
  disableAutomaticMessages?: boolean | null | undefined;
2066
2071
  acceptFriendRequests?: boolean | null | undefined;
@@ -2526,6 +2531,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2526
2531
  maxBotsPerLobbyWithWhitelistUser?: number | null | undefined;
2527
2532
  allowMatchmaking?: boolean | null | undefined;
2528
2533
  disableMatchmakingChecks?: boolean | null | undefined;
2534
+ disablePlaylistChecks?: boolean | null | undefined;
2529
2535
  disableJoinMessages?: boolean | null | undefined;
2530
2536
  disableAutomaticMessages?: boolean | null | undefined;
2531
2537
  acceptFriendRequests?: boolean | null | undefined;