gearboxdownloadmodal 6.0.49 → 6.0.50
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 +14 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/insights.svg +14 -14
- package/dist/src/services/fusion.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3731,13 +3731,15 @@ async function Zs(e, t, n) {
|
|
|
3731
3731
|
networks: t
|
|
3732
3732
|
})).data;
|
|
3733
3733
|
}
|
|
3734
|
-
async function Is(e, t, n, r, o, i) {
|
|
3734
|
+
async function Is(e, t, n, r, o, i, a, A) {
|
|
3735
3735
|
return (await ve.post(e + "/createFusionVersionLink", {
|
|
3736
3736
|
_id: t,
|
|
3737
3737
|
network: n,
|
|
3738
3738
|
fusionData: r,
|
|
3739
3739
|
isPfTest: o,
|
|
3740
|
-
extras: i
|
|
3740
|
+
extras: i,
|
|
3741
|
+
androidLink: a,
|
|
3742
|
+
iosLink: A
|
|
3741
3743
|
})).data;
|
|
3742
3744
|
}
|
|
3743
3745
|
async function ws(e, t) {
|
|
@@ -4162,7 +4164,16 @@ async function Yt(e, t, n, r = "download", o = !1, i = null) {
|
|
|
4162
4164
|
}).catch((u) => {
|
|
4163
4165
|
let s = u.response.data.error.msg;
|
|
4164
4166
|
A({ message: s });
|
|
4165
|
-
}) : Je === "Fusion" && Is(
|
|
4167
|
+
}) : Je === "Fusion" && Is(
|
|
4168
|
+
Me,
|
|
4169
|
+
e,
|
|
4170
|
+
t,
|
|
4171
|
+
Ci,
|
|
4172
|
+
o,
|
|
4173
|
+
i,
|
|
4174
|
+
n == null ? void 0 : n.googleUrl,
|
|
4175
|
+
n == null ? void 0 : n.iosUrl
|
|
4176
|
+
).then(async (u) => {
|
|
4166
4177
|
let s = u.url;
|
|
4167
4178
|
await d(s), a(u);
|
|
4168
4179
|
}).catch((u) => {
|