gearboxdownloadmodal 6.0.8 → 6.0.10
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
|
@@ -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;
|
|
@@ -5759,7 +5762,8 @@ const bs = ({
|
|
|
5759
5762
|
inmobi: "copy,html,",
|
|
5760
5763
|
nend: "html",
|
|
5761
5764
|
adikteev: "html",
|
|
5762
|
-
jammp: "copy,html"
|
|
5765
|
+
jammp: "copy,html",
|
|
5766
|
+
mraid: "copy,html"
|
|
5763
5767
|
};
|
|
5764
5768
|
const D = () => {
|
|
5765
5769
|
n(e);
|
|
@@ -6273,6 +6277,11 @@ const bs = ({
|
|
|
6273
6277
|
id: "49",
|
|
6274
6278
|
name: "bidease",
|
|
6275
6279
|
imageSrc: "https://gearbox.playablefactory.com/bidease.png"
|
|
6280
|
+
},
|
|
6281
|
+
{
|
|
6282
|
+
id: "50",
|
|
6283
|
+
name: "mraid",
|
|
6284
|
+
imageSrc: "https://gearbox.playablefactory.com/mraid.png"
|
|
6276
6285
|
}
|
|
6277
6286
|
], Cs = ({ children: e, typeOfProduct: t, className: n, onClick: r }) => {
|
|
6278
6287
|
const o = {
|