@obb871001/api-integration-sdk 1.0.361 → 1.0.362
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.cjs +1 -1
- package/dist/index.js +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8367,18 +8367,18 @@ const Go = /* @__PURE__ */ yi(Lo), Mo = ({
|
|
|
8367
8367
|
})
|
|
8368
8368
|
});
|
|
8369
8369
|
}, tu = () => {
|
|
8370
|
-
const { lng: e } = se(), { commonMarqueeApi:
|
|
8370
|
+
const { lng: e, getToken: n } = se(), t = n?.(), { commonMarqueeApi: r } = za(), p = Qe(e);
|
|
8371
8371
|
return Q({
|
|
8372
|
-
queryKey: ["getMarqueeList"],
|
|
8372
|
+
queryKey: ["getMarqueeList", t],
|
|
8373
8373
|
queryFn: async () => {
|
|
8374
|
-
const
|
|
8375
|
-
return
|
|
8374
|
+
const g = window.marquees;
|
|
8375
|
+
return g && !t ? g : await r();
|
|
8376
8376
|
},
|
|
8377
|
-
select: (
|
|
8378
|
-
const
|
|
8377
|
+
select: (g) => {
|
|
8378
|
+
const b = ea(g) ? g : g.Marquees, d = ea(g) ? g : g.MarqueesInsideGameBox, l = Ne(b, (i) => i[p] || i?.en_US), a = Ne(d, (i) => i[p] || i?.en_US);
|
|
8379
8379
|
return {
|
|
8380
|
-
marquee:
|
|
8381
|
-
gameMarquee:
|
|
8380
|
+
marquee: l,
|
|
8381
|
+
gameMarquee: a
|
|
8382
8382
|
};
|
|
8383
8383
|
}
|
|
8384
8384
|
});
|