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