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 +4 -4
- package/index.umd.js +62 -62
- package/package.json +1 -1
- package/src/services/https/HttpsService.d.ts +1 -1
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
|
|
11075
|
-
return yield fetch(this.loyaltyBaseUrl +
|
|
11076
|
-
headers: K(j({}, this.headers), { Authorization: "Bearer " +
|
|
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* () {
|