@opfr/services 0.33.16 → 0.33.17
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.es.js
CHANGED
|
@@ -10023,7 +10023,7 @@ const K = ((Vs = T) == null ? void 0 : Vs.User) || F("User", Q), i_ = (t) => K.c
|
|
|
10023
10023
|
}
|
|
10024
10024
|
}
|
|
10025
10025
|
]), __ = async () => K.aggregate([
|
|
10026
|
-
{ $match: { "settings.sendDailyReport":
|
|
10026
|
+
{ $match: { "settings.sendDailyReport": !0 } },
|
|
10027
10027
|
{
|
|
10028
10028
|
$lookup: {
|
|
10029
10029
|
from: "usermetas",
|
|
@@ -10042,12 +10042,14 @@ const K = ((Vs = T) == null ? void 0 : Vs.User) || F("User", Q), i_ = (t) => K.c
|
|
|
10042
10042
|
},
|
|
10043
10043
|
{
|
|
10044
10044
|
$match: {
|
|
10045
|
-
$
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10045
|
+
$and: [
|
|
10046
|
+
{
|
|
10047
|
+
$expr: { $gt: ["$dailyReport.xpYesterday", 0] }
|
|
10048
|
+
},
|
|
10049
|
+
{
|
|
10050
|
+
faction: { $ne: "citizen" }
|
|
10051
|
+
}
|
|
10052
|
+
]
|
|
10051
10053
|
}
|
|
10052
10054
|
}
|
|
10053
10055
|
]), r1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|