gearboxdownloadmodal 6.0.8 → 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 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;