gearboxdownloadmodal 6.0.7 → 6.0.9
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 +9 -5
- 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/createReadyLink.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3717,10 +3717,12 @@ async function QA(e, t, n) {
|
|
|
3717
3717
|
networks: t
|
|
3718
3718
|
})).data;
|
|
3719
3719
|
}
|
|
3720
|
-
async function PA(e, t, n) {
|
|
3720
|
+
async function PA(e, t, n, r, o) {
|
|
3721
3721
|
return (await ge.post(e + "/createReadyVersionLink", {
|
|
3722
3722
|
_id: t,
|
|
3723
|
-
network: n
|
|
3723
|
+
network: n,
|
|
3724
|
+
isPfTest: r,
|
|
3725
|
+
extras: o
|
|
3724
3726
|
})).data;
|
|
3725
3727
|
}
|
|
3726
3728
|
async function VA(e, t, n) {
|
|
@@ -4107,7 +4109,8 @@ async function Ft(e, t, n, r = "download", o = !1, i = null) {
|
|
|
4107
4109
|
), TA(
|
|
4108
4110
|
{
|
|
4109
4111
|
_id: e,
|
|
4110
|
-
network: t
|
|
4112
|
+
network: t,
|
|
4113
|
+
extras: i
|
|
4111
4114
|
},
|
|
4112
4115
|
Ce
|
|
4113
4116
|
).then(async (c) => {
|
|
@@ -4130,7 +4133,7 @@ async function Ft(e, t, n, r = "download", o = !1, i = null) {
|
|
|
4130
4133
|
e,
|
|
4131
4134
|
{ iosLink: n == null ? void 0 : n.iosUrl, androidLink: n == null ? void 0 : n.googleUrl },
|
|
4132
4135
|
Ce
|
|
4133
|
-
), PA(Ce, e, t).then(async (c) => {
|
|
4136
|
+
), PA(Ce, e, t, o, i).then(async (c) => {
|
|
4134
4137
|
if (c.message) {
|
|
4135
4138
|
A(c);
|
|
4136
4139
|
return;
|
|
@@ -6511,6 +6514,7 @@ const Os = [
|
|
|
6511
6514
|
"moloco",
|
|
6512
6515
|
"inmobi"
|
|
6513
6516
|
], eo = [
|
|
6517
|
+
"web",
|
|
6514
6518
|
"adcolony",
|
|
6515
6519
|
"applovin",
|
|
6516
6520
|
"chartboost",
|
|
@@ -6606,7 +6610,7 @@ const Os = [
|
|
|
6606
6610
|
networks: eo
|
|
6607
6611
|
}) : r === "Ready" && !w.canDownload ? E({
|
|
6608
6612
|
...w,
|
|
6609
|
-
networks:
|
|
6613
|
+
networks: eo
|
|
6610
6614
|
}) : E(w)), M(!1);
|
|
6611
6615
|
}, k = async () => await Ks(n, i);
|
|
6612
6616
|
return Ie(() => {
|