@fnlb-project/database 1.0.20 → 1.0.22

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,6 +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
26
  }, {}, {}, {}, import("mongoose").Document<unknown, {}, {
26
27
  owner: import("mongoose").Types.ObjectId;
27
28
  type: number;
@@ -34,6 +35,7 @@ export declare const BotModel: import("mongoose").Model<{
34
35
  parent?: import("mongoose").Types.ObjectId | null | undefined;
35
36
  email?: string | null | undefined;
36
37
  disabled?: boolean | null | undefined;
38
+ mmsDisabledUntil?: NativeDate | null | undefined;
37
39
  }> & {
38
40
  owner: import("mongoose").Types.ObjectId;
39
41
  type: number;
@@ -46,6 +48,7 @@ export declare const BotModel: import("mongoose").Model<{
46
48
  parent?: import("mongoose").Types.ObjectId | null | undefined;
47
49
  email?: string | null | undefined;
48
50
  disabled?: boolean | null | undefined;
51
+ mmsDisabledUntil?: NativeDate | null | undefined;
49
52
  } & {
50
53
  _id: import("mongoose").Types.ObjectId;
51
54
  } & {
@@ -62,6 +65,7 @@ export declare const BotModel: import("mongoose").Model<{
62
65
  parent?: import("mongoose").Types.ObjectId | null | undefined;
63
66
  email?: string | null | undefined;
64
67
  disabled?: boolean | null | undefined;
68
+ mmsDisabledUntil?: NativeDate | null | undefined;
65
69
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
66
70
  owner: import("mongoose").Types.ObjectId;
67
71
  type: number;
@@ -74,6 +78,7 @@ export declare const BotModel: import("mongoose").Model<{
74
78
  parent?: import("mongoose").Types.ObjectId | null | undefined;
75
79
  email?: string | null | undefined;
76
80
  disabled?: boolean | null | undefined;
81
+ mmsDisabledUntil?: NativeDate | null | undefined;
77
82
  }>> & import("mongoose").FlatRecord<{
78
83
  owner: import("mongoose").Types.ObjectId;
79
84
  type: number;
@@ -86,6 +91,7 @@ export declare const BotModel: import("mongoose").Model<{
86
91
  parent?: import("mongoose").Types.ObjectId | null | undefined;
87
92
  email?: string | null | undefined;
88
93
  disabled?: boolean | null | undefined;
94
+ mmsDisabledUntil?: NativeDate | null | undefined;
89
95
  }> & {
90
96
  _id: import("mongoose").Types.ObjectId;
91
97
  } & {
@@ -198,6 +204,7 @@ export declare const CategoryModel: import("mongoose").Model<{
198
204
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
199
205
  runCommandsWithoutPrefix?: boolean | null | undefined;
200
206
  setCosmeticsWithoutCommands?: boolean | null | undefined;
207
+ acceptInvites?: boolean | null | undefined;
201
208
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
202
209
  _id?: unknown;
203
210
  triggers?: string[] | null | undefined;
@@ -662,6 +669,7 @@ export declare const CategoryModel: import("mongoose").Model<{
662
669
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
663
670
  runCommandsWithoutPrefix?: boolean | null | undefined;
664
671
  setCosmeticsWithoutCommands?: boolean | null | undefined;
672
+ acceptInvites?: boolean | null | undefined;
665
673
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
666
674
  _id?: unknown;
667
675
  triggers?: string[] | null | undefined;
@@ -1126,6 +1134,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1126
1134
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
1127
1135
  runCommandsWithoutPrefix?: boolean | null | undefined;
1128
1136
  setCosmeticsWithoutCommands?: boolean | null | undefined;
1137
+ acceptInvites?: boolean | null | undefined;
1129
1138
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
1130
1139
  _id?: unknown;
1131
1140
  triggers?: string[] | null | undefined;
@@ -1594,6 +1603,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1594
1603
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
1595
1604
  runCommandsWithoutPrefix?: boolean | null | undefined;
1596
1605
  setCosmeticsWithoutCommands?: boolean | null | undefined;
1606
+ acceptInvites?: boolean | null | undefined;
1597
1607
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
1598
1608
  _id?: unknown;
1599
1609
  triggers?: string[] | null | undefined;
@@ -2058,6 +2068,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2058
2068
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
2059
2069
  runCommandsWithoutPrefix?: boolean | null | undefined;
2060
2070
  setCosmeticsWithoutCommands?: boolean | null | undefined;
2071
+ acceptInvites?: boolean | null | undefined;
2061
2072
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
2062
2073
  _id?: unknown;
2063
2074
  triggers?: string[] | null | undefined;
@@ -2522,6 +2533,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2522
2533
  sendFriendRequestOnMemberJoinParty?: boolean | null | undefined;
2523
2534
  runCommandsWithoutPrefix?: boolean | null | undefined;
2524
2535
  setCosmeticsWithoutCommands?: boolean | null | undefined;
2536
+ acceptInvites?: boolean | null | undefined;
2525
2537
  usernameTriggers?: import("mongoose").Types.DocumentArray<{
2526
2538
  _id?: unknown;
2527
2539
  triggers?: string[] | null | undefined;