@magmamath/frontend-config 1.0.22-rc.7 → 1.0.22-rc.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.d.mts CHANGED
@@ -266,6 +266,7 @@ type MobileCommon = {
266
266
  };
267
267
  type MobileBaseVars = {
268
268
  TEACHERS_WEB_URL: string;
269
+ AUTH_WEB_URL: string;
269
270
  API_URL: string;
270
271
  CDN_HOST: string;
271
272
  SOCKET_URL: string;
package/dist/index.d.ts CHANGED
@@ -266,6 +266,7 @@ type MobileCommon = {
266
266
  };
267
267
  type MobileBaseVars = {
268
268
  TEACHERS_WEB_URL: string;
269
+ AUTH_WEB_URL: string;
269
270
  API_URL: string;
270
271
  CDN_HOST: string;
271
272
  SOCKET_URL: string;
package/dist/index.js CHANGED
@@ -1172,7 +1172,7 @@ var ENV_MOBILE_GB_MARS = {
1172
1172
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
1173
1173
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1174
1174
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1175
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1175
+ SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
1176
1176
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin"
1177
1177
  };
1178
1178
 
@@ -1203,7 +1203,7 @@ var ENV_MOBILE_SCT_MARS = {
1203
1203
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
1204
1204
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1205
1205
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1206
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1206
+ SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
1207
1207
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin"
1208
1208
  };
1209
1209
 
@@ -1278,7 +1278,7 @@ var ENV_MOBILE_GB_PROD = {
1278
1278
  LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_GB",
1279
1279
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
1280
1280
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
1281
- SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
1281
+ SKOLON_AUTH: "https://api.magmamath.com/v2/auth/skolon",
1282
1282
  WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin"
1283
1283
  };
1284
1284
 
@@ -1309,7 +1309,7 @@ var ENV_MOBILE_SCT_PROD = {
1309
1309
  LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SCT",
1310
1310
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
1311
1311
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
1312
- SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
1312
+ SKOLON_AUTH: "https://api.magmamath.com/v2/auth/skolon",
1313
1313
  WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin"
1314
1314
  };
1315
1315