@conboai/app.db.query 0.9.7 → 0.9.8
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/app.db.query.js +22 -18
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -142134,8 +142134,12 @@ const Mqe = (e = [], t) => {
|
|
|
142134
142134
|
assignedFeedId: l,
|
|
142135
142135
|
baseUrl: n,
|
|
142136
142136
|
time: r
|
|
142137
|
-
})
|
|
142137
|
+
});
|
|
142138
|
+
if (u != null && u.statusCode && u.statusCode !== 200)
|
|
142139
|
+
throw u;
|
|
142140
|
+
const p = C$(u.captureTime, r, o), h = {
|
|
142138
142141
|
...u,
|
|
142142
|
+
assignedFeedId: l,
|
|
142139
142143
|
delay: p
|
|
142140
142144
|
};
|
|
142141
142145
|
e((f) => {
|
|
@@ -142224,7 +142228,7 @@ const Mqe = (e = [], t) => {
|
|
|
142224
142228
|
onClick: v,
|
|
142225
142229
|
btnTitle: "Now",
|
|
142226
142230
|
icon: "refresh",
|
|
142227
|
-
isRefreshShown:
|
|
142231
|
+
isRefreshShown: !0
|
|
142228
142232
|
}
|
|
142229
142233
|
),
|
|
142230
142234
|
/* @__PURE__ */ ie.jsx(
|
|
@@ -142364,37 +142368,37 @@ const Mqe = (e = [], t) => {
|
|
|
142364
142368
|
}
|
|
142365
142369
|
);
|
|
142366
142370
|
}, aZe = (e, t) => {
|
|
142367
|
-
const { getLatestSnapshots: n } = Sp(), { getFovInfos:
|
|
142368
|
-
|
|
142369
|
-
|
|
142370
|
-
|
|
142371
|
+
const { getLatestSnapshots: n, clearClosestSnapshots: r } = Sp(), { getFovInfos: o, getRegions: i } = pi(), [s, a, l] = at((p) => [
|
|
142372
|
+
p.newFeeds,
|
|
142373
|
+
p.editTabData,
|
|
142374
|
+
p.setLoading
|
|
142371
142375
|
]);
|
|
142372
142376
|
return {
|
|
142373
142377
|
fetchLatestData: ft(async () => {
|
|
142374
|
-
const
|
|
142375
|
-
|
|
142378
|
+
const p = s.map((h) => h.assigned_feed_id);
|
|
142379
|
+
a("color", "yellow"), l("pending"), r();
|
|
142376
142380
|
try {
|
|
142377
|
-
await
|
|
142378
|
-
assignedFeedIds:
|
|
142381
|
+
await o({
|
|
142382
|
+
assignedFeedIds: p
|
|
142379
142383
|
}), await n({
|
|
142380
|
-
assignedFeedIds:
|
|
142381
|
-
}),
|
|
142382
|
-
assignedFeedIds:
|
|
142384
|
+
assignedFeedIds: p
|
|
142385
|
+
}), l("done"), a("color", "green"), await i({
|
|
142386
|
+
assignedFeedIds: p,
|
|
142383
142387
|
deploymentId: t,
|
|
142384
142388
|
baseUrl: e
|
|
142385
142389
|
});
|
|
142386
142390
|
} catch {
|
|
142387
|
-
|
|
142391
|
+
a("color", "red"), l("done");
|
|
142388
142392
|
}
|
|
142389
142393
|
}, [
|
|
142390
142394
|
e,
|
|
142391
142395
|
t,
|
|
142392
|
-
|
|
142393
|
-
r,
|
|
142394
|
-
n,
|
|
142396
|
+
a,
|
|
142395
142397
|
o,
|
|
142398
|
+
n,
|
|
142396
142399
|
i,
|
|
142397
|
-
|
|
142400
|
+
s,
|
|
142401
|
+
l
|
|
142398
142402
|
])
|
|
142399
142403
|
};
|
|
142400
142404
|
}, lZe = ({
|