@opexa/portal-sdk 0.52.6 → 0.52.8

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/index.js CHANGED
@@ -9927,18 +9927,18 @@ var ENDPOINTS = {
9927
9927
  opexapay: "https://external.opexapay.opexa.io"
9928
9928
  },
9929
9929
  staging: {
9930
- auth: "https://auth.staging.opexacms.io",
9930
+ auth: "https://auth.staging.atalos.io",
9931
9931
  game: "https://game.staging.atalos.io/graphql",
9932
9932
  extension: "https://extension.staging.atalos.io/graphql",
9933
9933
  file: "https://file.staging.atalos.io/graphql",
9934
9934
  report: "https://report.staging.atalos.io/graphql",
9935
9935
  wallet: "https://wallet.staging.atalos.io/graphql",
9936
9936
  account: "https://account.staging.atalos.io/graphql",
9937
- portal: "https://portal.opexa.io/graphql",
9937
+ portal: "https://portal.staging.atalos.io/graphql",
9938
9938
  trigger: "https://trigger.staging.atalos.io/graphql",
9939
9939
  static: "https://static.atalos.io",
9940
9940
  cmsPortal: "https://portal-api.staging.opexacms.io",
9941
- opexapay: "https://external.opexapay.opexa.io"
9941
+ opexapay: "https://external.opexapay.staging.atalos.io "
9942
9942
  }
9943
9943
  };
9944
9944