@opexa/portal-sdk 0.59.51 → 0.59.52

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
@@ -11966,18 +11966,18 @@ var ENDPOINTS = {
11966
11966
  opexapay: "https://external.opexapay.opexa.io"
11967
11967
  },
11968
11968
  staging: {
11969
- auth: "https://auth.staging.atalos.io",
11970
- game: "https://game.staging.atalos.io/graphql",
11971
- extension: "https://extension.staging.atalos.io/graphql",
11972
- file: "https://file.staging.atalos.io/graphql",
11973
- report: "https://report.staging.atalos.io/graphql",
11974
- wallet: "https://wallet.staging.atalos.io/graphql",
11975
- account: "https://account.staging.atalos.io/graphql",
11976
- portal: "https://portal.staging.atalos.io/graphql",
11977
- trigger: "https://trigger.staging.atalos.io/graphql",
11978
- static: "https://static.atalos.io",
11979
- cmsPortal: "https://portal-api.staging.opexacms.io",
11980
- opexapay: "https://external.opexapay.staging.atalos.io "
11969
+ auth: "https://auth.staging.opexa.io",
11970
+ game: "https://game.staging.opexa.io/graphql",
11971
+ extension: "https://extension.staging.opexa.io/graphql",
11972
+ file: "https://file.staging.opexa.io/graphql",
11973
+ report: "https://report.staging.opexa.io/graphql",
11974
+ wallet: "https://wallet.staging.opexa.io/graphql",
11975
+ account: "https://account.staging.opexa.io/graphql",
11976
+ portal: "https://portal.staging.opexa.io/graphql",
11977
+ trigger: "https://trigger.staging.opexa.io/graphql",
11978
+ static: "https://static.opexa.io",
11979
+ cmsPortal: "https://portal-api.opexacms.io",
11980
+ opexapay: "https://external.opexapay.staging.opexa.io "
11981
11981
  }
11982
11982
  };
11983
11983