gearboxdownloadmodal 8.0.4 → 8.0.6
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
|
@@ -13056,9 +13056,11 @@ const uo = 5, rh = ({
|
|
|
13056
13056
|
]
|
|
13057
13057
|
}
|
|
13058
13058
|
);
|
|
13059
|
-
async function sh(t, e) {
|
|
13059
|
+
async function sh(t, e, n, r) {
|
|
13060
13060
|
return (await ve.post(t + "/getNetworks", {
|
|
13061
|
-
typeOfProduct: e
|
|
13061
|
+
typeOfProduct: e,
|
|
13062
|
+
versionId: n,
|
|
13063
|
+
customerId: r
|
|
13062
13064
|
})).data;
|
|
13063
13065
|
}
|
|
13064
13066
|
const uh = ({
|
|
@@ -13081,7 +13083,7 @@ const uh = ({
|
|
|
13081
13083
|
const [m, v] = X(window.innerWidth), [b, Z] = X(!1), [k, S] = X(u), [q, T] = X(!1), [x, K] = X(!0), [Y, W] = X(null), [z, j] = X(""), [B, E] = X("Loading..."), [L, G] = X("Loading..."), [y, M] = X("game"), [U, w] = Te(Yi), [I, V] = Te(ma);
|
|
13082
13084
|
ad(o, a, j, f, g);
|
|
13083
13085
|
const H = async () => {
|
|
13084
|
-
let J = await sh(a, o);
|
|
13086
|
+
let J = await sh(a, o, n, l.customer);
|
|
13085
13087
|
if (!J) {
|
|
13086
13088
|
id("Networks not found");
|
|
13087
13089
|
return;
|