@opexa/portal-sdk 0.59.89 → 0.59.90

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.
@@ -4788,6 +4788,12 @@ var AuthService = class {
4788
4788
  error: createOperationError("AccountSuspendedError")
4789
4789
  };
4790
4790
  }
4791
+ if (body.code === "REFRESH_TOKEN_EXPIRED") {
4792
+ return {
4793
+ ok: false,
4794
+ error: createOperationError("SessionExpiredError")
4795
+ };
4796
+ }
4791
4797
  if (res.status === 403 || res.status === 401) {
4792
4798
  return {
4793
4799
  ok: false,
@@ -6773,5 +6779,5 @@ var ExtensionService = class {
6773
6779
  };
6774
6780
 
6775
6781
  export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, getFingerPrint };
6776
- //# sourceMappingURL=chunk-TC4UBBE5.js.map
6777
- //# sourceMappingURL=chunk-TC4UBBE5.js.map
6782
+ //# sourceMappingURL=chunk-HJSVCLHQ.js.map
6783
+ //# sourceMappingURL=chunk-HJSVCLHQ.js.map