@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.
@@ -4817,6 +4817,12 @@ var AuthService = class {
4817
4817
  error: createOperationError("AccountSuspendedError")
4818
4818
  };
4819
4819
  }
4820
+ if (body.code === "REFRESH_TOKEN_EXPIRED") {
4821
+ return {
4822
+ ok: false,
4823
+ error: createOperationError("SessionExpiredError")
4824
+ };
4825
+ }
4820
4826
  if (res.status === 403 || res.status === 401) {
4821
4827
  return {
4822
4828
  ok: false,