fansunited-management-components 1.46.0-RC1 → 1.47.0-RC1

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/index.es.js CHANGED
@@ -11070,10 +11070,10 @@ class oA extends qS {
11070
11070
  body: JSON.stringify(n)
11071
11071
  });
11072
11072
  }));
11073
- ee(this, "exportDetailedLeaderboard", (n, r) => T(this, null, function* () {
11074
- const i = `/leaderboard/${n}/detailed?`, o = yield this.getToken();
11075
- return yield fetch(this.loyaltyBaseUrl + i + new URLSearchParams(K(j({}, this.mainQueryParams), { limit: r.toString() })), {
11076
- headers: K(j({}, this.headers), { Authorization: "Bearer " + o })
11073
+ ee(this, "exportDetailedLeaderboard", (n, r, i) => T(this, null, function* () {
11074
+ const o = `/leaderboard/${n}/detailed?`, a = yield this.getToken(), l = j({}, this.mainQueryParams);
11075
+ return r && (l.group_id = r), yield fetch(this.loyaltyBaseUrl + o + new URLSearchParams(K(j({}, l), { limit: i.toString() })), {
11076
+ headers: K(j({}, this.headers), { Authorization: "Bearer " + a })
11077
11077
  });
11078
11078
  }));
11079
11079
  ee(this, "exportDetailedGameLeaderboard", (n, r) => T(this, null, function* () {