@opexa/portal-sdk 0.59.52 → 0.59.55
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 +13 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +13 -12
- package/dist/index.js.map +1 -1
- package/dist/services/index.d.cts +2 -2
- package/dist/services/index.d.ts +2 -2
- package/dist/{types-CDDYRJlR.d.ts → types-B0c9zTyG.d.ts} +1 -1
- package/dist/{types-J3W8kgf1.d.cts → types-C8AKce3p.d.cts} +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11934,7 +11934,8 @@ var NEW_GAME_PROVIDERS = [
|
|
|
11934
11934
|
"TEST",
|
|
11935
11935
|
"RUBYPLAY",
|
|
11936
11936
|
"ORTIZ",
|
|
11937
|
-
"SIMPLEPLAY"
|
|
11937
|
+
"SIMPLEPLAY",
|
|
11938
|
+
"SEXYCASINO"
|
|
11938
11939
|
];
|
|
11939
11940
|
var ENDPOINTS = {
|
|
11940
11941
|
development: {
|
|
@@ -11966,18 +11967,18 @@ var ENDPOINTS = {
|
|
|
11966
11967
|
opexapay: "https://external.opexapay.opexa.io"
|
|
11967
11968
|
},
|
|
11968
11969
|
staging: {
|
|
11969
|
-
auth: "https://auth.staging.
|
|
11970
|
-
game: "https://game.staging.
|
|
11971
|
-
extension: "https://extension.staging.
|
|
11972
|
-
file: "https://file.staging.
|
|
11973
|
-
report: "https://report.staging.
|
|
11974
|
-
wallet: "https://wallet.staging.
|
|
11975
|
-
account: "https://account.staging.
|
|
11976
|
-
portal: "https://portal.staging.
|
|
11977
|
-
trigger: "https://trigger.staging.
|
|
11978
|
-
static: "https://static.
|
|
11970
|
+
auth: "https://auth.staging.atalos.io",
|
|
11971
|
+
game: "https://game.staging.atalos.io/graphql",
|
|
11972
|
+
extension: "https://extension.staging.atalos.io/graphql",
|
|
11973
|
+
file: "https://file.staging.atalos.io/graphql",
|
|
11974
|
+
report: "https://report.staging.atalos.io/graphql",
|
|
11975
|
+
wallet: "https://wallet.staging.atalos.io/graphql",
|
|
11976
|
+
account: "https://account.staging.atalos.io/graphql",
|
|
11977
|
+
portal: "https://portal.staging.atalos.io/graphql",
|
|
11978
|
+
trigger: "https://trigger.staging.atalos.io/graphql",
|
|
11979
|
+
static: "https://static.atalos.io",
|
|
11979
11980
|
cmsPortal: "https://portal-api.opexacms.io",
|
|
11980
|
-
opexapay: "https://external.opexapay.staging.
|
|
11981
|
+
opexapay: "https://external.opexapay.staging.atalos.io "
|
|
11981
11982
|
}
|
|
11982
11983
|
};
|
|
11983
11984
|
|