@opexa/portal-sdk 0.59.86 → 0.59.88
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/{chunk-KTIDTIQ6.js → chunk-AOATA4DJ.js} +8 -8
- package/dist/{chunk-KTIDTIQ6.js.map → chunk-AOATA4DJ.js.map} +1 -1
- package/dist/index.cjs +23 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -7
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs +6 -6
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.js +1 -1
- package/package.json +1 -1
|
@@ -4679,13 +4679,13 @@ var AuthService = class {
|
|
|
4679
4679
|
if (version !== 4) {
|
|
4680
4680
|
headers.append("Authorization", `Bearer ${refreshToken}`);
|
|
4681
4681
|
}
|
|
4682
|
-
if (version === 3 || version === 4) {
|
|
4683
|
-
const fingerprint = await getFingerPrint();
|
|
4684
|
-
if (fingerprint) {
|
|
4685
|
-
headers.append("Fingerprint", fingerprint);
|
|
4686
|
-
}
|
|
4687
|
-
}
|
|
4688
4682
|
try {
|
|
4683
|
+
if (version === 3 || version === 4) {
|
|
4684
|
+
const fingerprint = await getFingerPrint();
|
|
4685
|
+
if (fingerprint) {
|
|
4686
|
+
headers.append("Fingerprint", fingerprint);
|
|
4687
|
+
}
|
|
4688
|
+
}
|
|
4689
4689
|
const isWeb = isWebPlatform();
|
|
4690
4690
|
const queryParam = isWeb && version === 4 ? "?type=web" : "";
|
|
4691
4691
|
const res = await fetch(
|
|
@@ -6640,5 +6640,5 @@ var ExtensionService = class {
|
|
|
6640
6640
|
};
|
|
6641
6641
|
|
|
6642
6642
|
export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, getFingerPrint };
|
|
6643
|
-
//# sourceMappingURL=chunk-
|
|
6644
|
-
//# sourceMappingURL=chunk-
|
|
6643
|
+
//# sourceMappingURL=chunk-AOATA4DJ.js.map
|
|
6644
|
+
//# sourceMappingURL=chunk-AOATA4DJ.js.map
|