@magmamath/frontend-config 1.3.4-rc.0 → 1.3.4-rc.1
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 +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +0 -60
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -60
- package/dist/index.mjs.map +1 -1
- package/dist/translation/index.d.mts +2 -0
- package/dist/translation/index.d.ts +2 -0
- package/dist/translation/index.js +21 -5
- package/dist/translation/index.js.map +1 -1
- package/dist/translation/index.mjs +21 -5
- package/dist/translation/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -308,7 +308,6 @@ type RegionSpecificVars = {
|
|
|
308
308
|
PARENT_WEB_URL: string;
|
|
309
309
|
SOCKET_URL: string;
|
|
310
310
|
STUDENTS_WEB_URL: string;
|
|
311
|
-
WEBSOCKETS_URL: string;
|
|
312
311
|
TEACHERS_WEB_URL: string;
|
|
313
312
|
};
|
|
314
313
|
|
|
@@ -360,7 +359,7 @@ type DistrictCommon = {
|
|
|
360
359
|
TOLGEE_API_URL?: string;
|
|
361
360
|
TOLGEE_API_KEY?: string;
|
|
362
361
|
};
|
|
363
|
-
type DistrictDashboardVars = RegionSpecificVars & DistrictCommon;
|
|
362
|
+
type DistrictDashboardVars = Omit<RegionSpecificVars, 'SOCKET_URL'> & DistrictCommon;
|
|
364
363
|
type DistrictWebVarsPreset = {
|
|
365
364
|
[key in Locale]: {
|
|
366
365
|
[key in Environment]: DistrictDashboardVars;
|
|
@@ -405,7 +404,7 @@ type Prettify<T> = T extends Function ? T : {
|
|
|
405
404
|
};
|
|
406
405
|
|
|
407
406
|
type AuthWebVars<T extends SSOVariant> = Prettify<AuthWebBaseVars & T>;
|
|
408
|
-
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL'
|
|
407
|
+
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL'> & {
|
|
409
408
|
TOS_URL: string;
|
|
410
409
|
CLARITY_PROJECT_ID: string;
|
|
411
410
|
INTERCOM_APP_ID: string;
|
|
@@ -458,7 +457,6 @@ type MobileBaseVars = {
|
|
|
458
457
|
API_URL: string;
|
|
459
458
|
CDN_HOST: string;
|
|
460
459
|
SOCKET_URL: string;
|
|
461
|
-
WEBSOCKETS_URL: string;
|
|
462
460
|
LOGGLY_TAG: string;
|
|
463
461
|
PROBLEM_CREATOR_URL: string;
|
|
464
462
|
} & MobileCommon;
|
package/dist/index.d.ts
CHANGED
|
@@ -308,7 +308,6 @@ type RegionSpecificVars = {
|
|
|
308
308
|
PARENT_WEB_URL: string;
|
|
309
309
|
SOCKET_URL: string;
|
|
310
310
|
STUDENTS_WEB_URL: string;
|
|
311
|
-
WEBSOCKETS_URL: string;
|
|
312
311
|
TEACHERS_WEB_URL: string;
|
|
313
312
|
};
|
|
314
313
|
|
|
@@ -360,7 +359,7 @@ type DistrictCommon = {
|
|
|
360
359
|
TOLGEE_API_URL?: string;
|
|
361
360
|
TOLGEE_API_KEY?: string;
|
|
362
361
|
};
|
|
363
|
-
type DistrictDashboardVars = RegionSpecificVars & DistrictCommon;
|
|
362
|
+
type DistrictDashboardVars = Omit<RegionSpecificVars, 'SOCKET_URL'> & DistrictCommon;
|
|
364
363
|
type DistrictWebVarsPreset = {
|
|
365
364
|
[key in Locale]: {
|
|
366
365
|
[key in Environment]: DistrictDashboardVars;
|
|
@@ -405,7 +404,7 @@ type Prettify<T> = T extends Function ? T : {
|
|
|
405
404
|
};
|
|
406
405
|
|
|
407
406
|
type AuthWebVars<T extends SSOVariant> = Prettify<AuthWebBaseVars & T>;
|
|
408
|
-
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL'
|
|
407
|
+
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL'> & {
|
|
409
408
|
TOS_URL: string;
|
|
410
409
|
CLARITY_PROJECT_ID: string;
|
|
411
410
|
INTERCOM_APP_ID: string;
|
|
@@ -458,7 +457,6 @@ type MobileBaseVars = {
|
|
|
458
457
|
API_URL: string;
|
|
459
458
|
CDN_HOST: string;
|
|
460
459
|
SOCKET_URL: string;
|
|
461
|
-
WEBSOCKETS_URL: string;
|
|
462
460
|
LOGGLY_TAG: string;
|
|
463
461
|
PROBLEM_CREATOR_URL: string;
|
|
464
462
|
} & MobileCommon;
|
package/dist/index.js
CHANGED
|
@@ -1204,7 +1204,6 @@ var ENV_STUDENTS_WEB_US_MARS = {
|
|
|
1204
1204
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1205
1205
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
|
|
1206
1206
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1207
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1208
1207
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1209
1208
|
};
|
|
1210
1209
|
|
|
@@ -1230,7 +1229,6 @@ var ENV_STUDENTS_WEB_US_PROD = {
|
|
|
1230
1229
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1231
1230
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_US",
|
|
1232
1231
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1233
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1234
1232
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1235
1233
|
};
|
|
1236
1234
|
|
|
@@ -1243,7 +1241,6 @@ var ENV_STUDENTS_WEB_SE_MARS = {
|
|
|
1243
1241
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1244
1242
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
|
|
1245
1243
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1246
|
-
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1247
1244
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1248
1245
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1249
1246
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1260,7 +1257,6 @@ var ENV_STUDENTS_WEB_SE_PROD = {
|
|
|
1260
1257
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1261
1258
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SE",
|
|
1262
1259
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1263
|
-
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1264
1260
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1265
1261
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1266
1262
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1277,7 +1273,6 @@ var ENV_STUDENTS_WEB_GB_MARS = {
|
|
|
1277
1273
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1278
1274
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_GB",
|
|
1279
1275
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1280
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1281
1276
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1282
1277
|
};
|
|
1283
1278
|
|
|
@@ -1290,7 +1285,6 @@ var ENV_STUDENTS_WEB_GB_PROD = {
|
|
|
1290
1285
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1291
1286
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_GB",
|
|
1292
1287
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1293
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1294
1288
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1295
1289
|
};
|
|
1296
1290
|
|
|
@@ -1304,7 +1298,6 @@ var ENV_STUDENTS_WEB_CA_MARS = {
|
|
|
1304
1298
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1305
1299
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA",
|
|
1306
1300
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1307
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1308
1301
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1309
1302
|
};
|
|
1310
1303
|
|
|
@@ -1318,7 +1311,6 @@ var ENV_STUDENTS_WEB_CA_PROD = {
|
|
|
1318
1311
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1319
1312
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_CA",
|
|
1320
1313
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1321
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1322
1314
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1323
1315
|
};
|
|
1324
1316
|
|
|
@@ -1331,7 +1323,6 @@ var ENV_STUDENTS_WEB_SCT_MARS = {
|
|
|
1331
1323
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1332
1324
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SCT",
|
|
1333
1325
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1334
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1335
1326
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1336
1327
|
};
|
|
1337
1328
|
|
|
@@ -1344,7 +1335,6 @@ var ENV_STUDENTS_WEB_SCT_PROD = {
|
|
|
1344
1335
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1345
1336
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SCT",
|
|
1346
1337
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1347
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1348
1338
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1349
1339
|
};
|
|
1350
1340
|
|
|
@@ -1357,7 +1347,6 @@ var ENV_STUDENTS_WEB_DE_MARS = {
|
|
|
1357
1347
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1358
1348
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE",
|
|
1359
1349
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1360
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1361
1350
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1362
1351
|
};
|
|
1363
1352
|
|
|
@@ -1370,7 +1359,6 @@ var ENV_STUDENTS_WEB_DE_PROD = {
|
|
|
1370
1359
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1371
1360
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_DE",
|
|
1372
1361
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1373
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1374
1362
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1375
1363
|
};
|
|
1376
1364
|
|
|
@@ -1396,7 +1384,6 @@ var ENV_TEACHERS_WEB_US_MARS = {
|
|
|
1396
1384
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1397
1385
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
|
|
1398
1386
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1399
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1400
1387
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1401
1388
|
};
|
|
1402
1389
|
|
|
@@ -1420,7 +1407,6 @@ var ENV_TEACHERS_WEB_US_PROD = {
|
|
|
1420
1407
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1421
1408
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_US",
|
|
1422
1409
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1423
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1424
1410
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1425
1411
|
};
|
|
1426
1412
|
|
|
@@ -1433,7 +1419,6 @@ var ENV_TEACHERS_WEB_SE_MARS = {
|
|
|
1433
1419
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1434
1420
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
|
|
1435
1421
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1436
|
-
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1437
1422
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1438
1423
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1439
1424
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1450,7 +1435,6 @@ var ENV_TEACHERS_WEB_SE_PROD = {
|
|
|
1450
1435
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1451
1436
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SE",
|
|
1452
1437
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1453
|
-
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1454
1438
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1455
1439
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1456
1440
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1467,7 +1451,6 @@ var ENV_TEACHERS_WEB_GB_MARS = {
|
|
|
1467
1451
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1468
1452
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_GB",
|
|
1469
1453
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1470
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1471
1454
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1472
1455
|
};
|
|
1473
1456
|
|
|
@@ -1480,7 +1463,6 @@ var ENV_TEACHERS_WEB_GB_PROD = {
|
|
|
1480
1463
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1481
1464
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_GB",
|
|
1482
1465
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1483
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1484
1466
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1485
1467
|
};
|
|
1486
1468
|
|
|
@@ -1494,7 +1476,6 @@ var ENV_TEACHERS_WEB_CA_MARS = {
|
|
|
1494
1476
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1495
1477
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA",
|
|
1496
1478
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1497
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1498
1479
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1499
1480
|
};
|
|
1500
1481
|
|
|
@@ -1508,7 +1489,6 @@ var ENV_TEACHERS_WEB_CA_PROD = {
|
|
|
1508
1489
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1509
1490
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_CA",
|
|
1510
1491
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1511
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1512
1492
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1513
1493
|
};
|
|
1514
1494
|
|
|
@@ -1521,7 +1501,6 @@ var ENV_TEACHERS_WEB_SCT_MARS = {
|
|
|
1521
1501
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1522
1502
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SCT",
|
|
1523
1503
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1524
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1525
1504
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1526
1505
|
};
|
|
1527
1506
|
|
|
@@ -1534,7 +1513,6 @@ var ENV_TEACHERS_WEB_SCT_PROD = {
|
|
|
1534
1513
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1535
1514
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SCT",
|
|
1536
1515
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1537
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1538
1516
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1539
1517
|
};
|
|
1540
1518
|
|
|
@@ -1547,7 +1525,6 @@ var ENV_TEACHERS_WEB_DE_MARS = {
|
|
|
1547
1525
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1548
1526
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE",
|
|
1549
1527
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1550
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1551
1528
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1552
1529
|
};
|
|
1553
1530
|
|
|
@@ -1560,7 +1537,6 @@ var ENV_TEACHERS_WEB_DE_PROD = {
|
|
|
1560
1537
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1561
1538
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_DE",
|
|
1562
1539
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1563
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1564
1540
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1565
1541
|
};
|
|
1566
1542
|
|
|
@@ -1581,8 +1557,6 @@ var ENV_DISTRICT_US_MARS = {
|
|
|
1581
1557
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1582
1558
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1583
1559
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
|
|
1584
|
-
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1585
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1586
1560
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1587
1561
|
};
|
|
1588
1562
|
|
|
@@ -1601,8 +1575,6 @@ var ENV_DISTRICT_US_PROD = {
|
|
|
1601
1575
|
API_URL: "https://api.magmamath.com/v2",
|
|
1602
1576
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1603
1577
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_US",
|
|
1604
|
-
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1605
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1606
1578
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1607
1579
|
};
|
|
1608
1580
|
|
|
@@ -1614,8 +1586,6 @@ var ENV_DISTRICT_SE_MARS = {
|
|
|
1614
1586
|
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
1615
1587
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1616
1588
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
|
|
1617
|
-
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1618
|
-
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1619
1589
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1620
1590
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1621
1591
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1631,8 +1601,6 @@ var ENV_DISTRICT_SE_PROD = {
|
|
|
1631
1601
|
CDN_HOST: "https://cdn.matteappen.se",
|
|
1632
1602
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1633
1603
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SE",
|
|
1634
|
-
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1635
|
-
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1636
1604
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1637
1605
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1638
1606
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1648,8 +1616,6 @@ var ENV_DISTRICT_GB_MARS = {
|
|
|
1648
1616
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1649
1617
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1650
1618
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_GB",
|
|
1651
|
-
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1652
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1653
1619
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1654
1620
|
};
|
|
1655
1621
|
|
|
@@ -1661,8 +1627,6 @@ var ENV_DISTRICT_GB_PROD = {
|
|
|
1661
1627
|
API_URL: "https://api.magmamath.com/v2",
|
|
1662
1628
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1663
1629
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_GB",
|
|
1664
|
-
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1665
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1666
1630
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1667
1631
|
};
|
|
1668
1632
|
|
|
@@ -1675,8 +1639,6 @@ var ENV_DISTRICT_CA_MARS = {
|
|
|
1675
1639
|
API_URL: "https://api-ca.mars.magmamath.com/v2",
|
|
1676
1640
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1677
1641
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA",
|
|
1678
|
-
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1679
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1680
1642
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1681
1643
|
};
|
|
1682
1644
|
|
|
@@ -1689,8 +1651,6 @@ var ENV_DISTRICT_CA_PROD = {
|
|
|
1689
1651
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
1690
1652
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1691
1653
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_CA",
|
|
1692
|
-
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1693
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1694
1654
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1695
1655
|
};
|
|
1696
1656
|
|
|
@@ -1702,8 +1662,6 @@ var ENV_DISTRICT_SCT_MARS = {
|
|
|
1702
1662
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1703
1663
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1704
1664
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SCT",
|
|
1705
|
-
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1706
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1707
1665
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1708
1666
|
};
|
|
1709
1667
|
|
|
@@ -1715,8 +1673,6 @@ var ENV_DISTRICT_SCT_PROD = {
|
|
|
1715
1673
|
API_URL: "https://api.magmamath.com/v2",
|
|
1716
1674
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1717
1675
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SCT",
|
|
1718
|
-
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1719
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1720
1676
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1721
1677
|
};
|
|
1722
1678
|
|
|
@@ -1728,8 +1684,6 @@ var ENV_DISTRICT_DE_MARS = {
|
|
|
1728
1684
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1729
1685
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1730
1686
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE",
|
|
1731
|
-
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1732
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1733
1687
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1734
1688
|
};
|
|
1735
1689
|
|
|
@@ -1741,8 +1695,6 @@ var ENV_DISTRICT_DE_PROD = {
|
|
|
1741
1695
|
API_URL: "https://api.magmamath.com/v2",
|
|
1742
1696
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1743
1697
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_DE",
|
|
1744
|
-
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1745
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1746
1698
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1747
1699
|
};
|
|
1748
1700
|
|
|
@@ -2087,7 +2039,6 @@ var ENV_MOBILE_US_MARS = {
|
|
|
2087
2039
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2088
2040
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2089
2041
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2090
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2091
2042
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
|
|
2092
2043
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2093
2044
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2106,7 +2057,6 @@ var ENV_MOBILE_SE_MARS = {
|
|
|
2106
2057
|
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
2107
2058
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
2108
2059
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
2109
|
-
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2110
2060
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
|
|
2111
2061
|
GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
|
|
2112
2062
|
MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
|
|
@@ -2124,7 +2074,6 @@ var ENV_MOBILE_GB_MARS = {
|
|
|
2124
2074
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2125
2075
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2126
2076
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2127
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2128
2077
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
|
|
2129
2078
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2130
2079
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2142,7 +2091,6 @@ var ENV_MOBILE_CA_MARS = {
|
|
|
2142
2091
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
2143
2092
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
2144
2093
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
2145
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
2146
2094
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CA",
|
|
2147
2095
|
GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
|
|
2148
2096
|
MICROSOFT_AUTH: "https://api.ca.magmamath.com/v2/auth/microsoft",
|
|
@@ -2160,7 +2108,6 @@ var ENV_MOBILE_SCT_MARS = {
|
|
|
2160
2108
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2161
2109
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2162
2110
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2163
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2164
2111
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
|
|
2165
2112
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2166
2113
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2177,7 +2124,6 @@ var ENV_MOBILE_DE_MARS = {
|
|
|
2177
2124
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2178
2125
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2179
2126
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2180
|
-
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2181
2127
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DE",
|
|
2182
2128
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2183
2129
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2211,7 +2157,6 @@ var ENV_MOBILE_US_PROD = {
|
|
|
2211
2157
|
API_URL: "https://api.magmamath.com/v2",
|
|
2212
2158
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2213
2159
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2214
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2215
2160
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_US",
|
|
2216
2161
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2217
2162
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2230,7 +2175,6 @@ var ENV_MOBILE_SE_PROD = {
|
|
|
2230
2175
|
CDN_HOST: "https://cdn.matteappen.se",
|
|
2231
2176
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
2232
2177
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
2233
|
-
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
2234
2178
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SE",
|
|
2235
2179
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
2236
2180
|
MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
|
|
@@ -2248,7 +2192,6 @@ var ENV_MOBILE_GB_PROD = {
|
|
|
2248
2192
|
API_URL: "https://api.magmamath.com/v2",
|
|
2249
2193
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2250
2194
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2251
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2252
2195
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_GB",
|
|
2253
2196
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2254
2197
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2266,7 +2209,6 @@ var ENV_MOBILE_CA_PROD = {
|
|
|
2266
2209
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
2267
2210
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
2268
2211
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
2269
|
-
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
2270
2212
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_CA",
|
|
2271
2213
|
GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
|
|
2272
2214
|
MICROSOFT_AUTH: "https://api.ca.magmamath.com/v2/auth/microsoft",
|
|
@@ -2284,7 +2226,6 @@ var ENV_MOBILE_SCT_PROD = {
|
|
|
2284
2226
|
API_URL: "https://api.magmamath.com/v2",
|
|
2285
2227
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2286
2228
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2287
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2288
2229
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SCT",
|
|
2289
2230
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2290
2231
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2301,7 +2242,6 @@ var ENV_MOBILE_DE_PROD = {
|
|
|
2301
2242
|
API_URL: "https://api.magmamath.com/v2",
|
|
2302
2243
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2303
2244
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2304
|
-
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2305
2245
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_DE",
|
|
2306
2246
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2307
2247
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|