@magmamath/frontend-config 1.2.0 → 1.2.1-rc.0

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.js CHANGED
@@ -1002,7 +1002,6 @@ var PLATFORM_URLS = {
1002
1002
  var ENV_AUTH_WEB_US_MARS = {
1003
1003
  ...PLATFORM_URLS.MARS,
1004
1004
  API_URL: "https://api.mars.magmamath.com/v2",
1005
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1006
1005
  MAGMAMATH_URL: "https://www.magmamath.com",
1007
1006
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1008
1007
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1011,16 +1010,13 @@ var ENV_AUTH_WEB_US_MARS = {
1011
1010
  CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
1012
1011
  SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
1013
1012
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1014
- INTERCOM_APP_ID: "tjidhu4j",
1015
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1016
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1013
+ INTERCOM_APP_ID: "tjidhu4j"
1017
1014
  };
1018
1015
 
1019
1016
  // src/configs/env/auth-web/us/env.us.prod.ts
1020
1017
  var ENV_AUTH_WEB_US_PROD = {
1021
1018
  ...PLATFORM_URLS.PROD,
1022
1019
  API_URL: "https://api.magmamath.com/v2",
1023
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1024
1020
  MAGMAMATH_URL: "https://www.magmamath.com",
1025
1021
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1026
1022
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1036,7 +1032,6 @@ var ENV_AUTH_WEB_US_PROD = {
1036
1032
  var ENV_AUTH_WEB_SE_MARS = {
1037
1033
  API_URL: "https://api.mars.matteappen.se/v2",
1038
1034
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1039
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1040
1035
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1041
1036
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1042
1037
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1047,16 +1042,13 @@ var ENV_AUTH_WEB_SE_MARS = {
1047
1042
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
1048
1043
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1049
1044
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1050
- INTERCOM_APP_ID: "tjidhu4j",
1051
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1052
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1045
+ INTERCOM_APP_ID: "tjidhu4j"
1053
1046
  };
1054
1047
 
1055
1048
  // src/configs/env/auth-web/se/env.se.prod.ts
1056
1049
  var ENV_AUTH_WEB_SE_PROD = {
1057
1050
  API_URL: "https://api.matteappen.se/v2",
1058
1051
  AUTH_WEB_URL: "https://app.matteappen.se",
1059
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1060
1052
  STUDENTS_WEB_URL: "https://students.matteappen.se",
1061
1053
  TEACHERS_WEB_URL: "https://teachers.matteappen.se",
1062
1054
  DISTRICT_WEB_URL: "https://district.matteappen.se",
@@ -1075,7 +1067,6 @@ var ENV_AUTH_WEB_GB_MARS = {
1075
1067
  ...PLATFORM_URLS.MARS,
1076
1068
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1077
1069
  API_URL: "https://api.mars.magmamath.com/v2",
1078
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1079
1070
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1080
1071
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1081
1072
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1083,9 +1074,7 @@ var ENV_AUTH_WEB_GB_MARS = {
1083
1074
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1084
1075
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1085
1076
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1086
- INTERCOM_APP_ID: "tjidhu4j",
1087
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1088
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1077
+ INTERCOM_APP_ID: "tjidhu4j"
1089
1078
  };
1090
1079
 
1091
1080
  // src/configs/env/auth-web/gb/env.gb.prod.ts
@@ -1093,7 +1082,6 @@ var ENV_AUTH_WEB_GB_PROD = {
1093
1082
  ...PLATFORM_URLS.PROD,
1094
1083
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`,
1095
1084
  API_URL: "https://api.magmamath.com/v2",
1096
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1097
1085
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1098
1086
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1099
1087
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1109,7 +1097,6 @@ var ENV_AUTH_WEB_CA_MARS = {
1109
1097
  ...PLATFORM_URLS.MARS,
1110
1098
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1111
1099
  API_URL: "https://api.ca.magmamath.com/v2",
1112
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1113
1100
  MAGMAMATH_URL: "https://www.magmamath.com",
1114
1101
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1115
1102
  GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
@@ -1118,9 +1105,7 @@ var ENV_AUTH_WEB_CA_MARS = {
1118
1105
  CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
1119
1106
  SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
1120
1107
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1121
- INTERCOM_APP_ID: "tjidhu4j",
1122
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1123
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1108
+ INTERCOM_APP_ID: "tjidhu4j"
1124
1109
  };
1125
1110
 
1126
1111
  // src/configs/env/auth-web/ca/env.ca.prod.ts
@@ -1128,7 +1113,6 @@ var ENV_AUTH_WEB_CA_PROD = {
1128
1113
  ...PLATFORM_URLS.PROD,
1129
1114
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1130
1115
  API_URL: "https://api.ca.magmamath.com/v2",
1131
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1132
1116
  MAGMAMATH_URL: "https://www.magmamath.com",
1133
1117
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1134
1118
  GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
@@ -1145,7 +1129,6 @@ var ENV_AUTH_WEB_SCT_MARS = {
1145
1129
  ...PLATFORM_URLS.MARS,
1146
1130
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1147
1131
  API_URL: "https://api.mars.magmamath.com/v2",
1148
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1149
1132
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1150
1133
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1151
1134
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1153,9 +1136,7 @@ var ENV_AUTH_WEB_SCT_MARS = {
1153
1136
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1154
1137
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1155
1138
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1156
- INTERCOM_APP_ID: "tjidhu4j",
1157
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1158
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1139
+ INTERCOM_APP_ID: "tjidhu4j"
1159
1140
  };
1160
1141
 
1161
1142
  // src/configs/env/auth-web/de/env.de.mars.ts
@@ -1163,20 +1144,16 @@ var ENV_AUTH_WEB_DE_MARS = {
1163
1144
  ...PLATFORM_URLS.MARS,
1164
1145
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1165
1146
  API_URL: "https://api.mars.magmamath.com/v2",
1166
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1167
1147
  MAGMAMATH_URL: "https://www.magmamath.com",
1168
1148
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1169
1149
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1170
1150
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1171
1151
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1172
- INTERCOM_APP_ID: "tjidhu4j",
1173
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1174
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1152
+ INTERCOM_APP_ID: "tjidhu4j"
1175
1153
  };
1176
1154
 
1177
1155
  // src/configs/env/students-web/env.common.mars.ts
1178
1156
  var ENV_STUDENTS_COMMON_MARS = {
1179
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1180
1157
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1181
1158
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1182
1159
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -1185,9 +1162,7 @@ var ENV_STUDENTS_COMMON_MARS = {
1185
1162
  MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1186
1163
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
1187
1164
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1188
- MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1189
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1190
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1165
+ MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a"
1191
1166
  };
1192
1167
 
1193
1168
  // src/configs/env/students-web/us/env.us.mars.ts
@@ -1203,7 +1178,6 @@ var ENV_STUDENTS_WEB_US_MARS = {
1203
1178
 
1204
1179
  // src/configs/env/students-web/env.common.prod.ts
1205
1180
  var ENV_STUDENTS_COMMON_PROD = {
1206
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1207
1181
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1208
1182
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1209
1183
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -1232,7 +1206,6 @@ var ENV_STUDENTS_WEB_SE_MARS = {
1232
1206
  API_URL: "https://api.mars.matteappen.se/v2",
1233
1207
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1234
1208
  CDN_HOST: "https://cdn.mars.matteappen.se",
1235
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1236
1209
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
1237
1210
  SOCKET_URL: "https://sockets-mars.matteappen.se",
1238
1211
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
@@ -1247,7 +1220,6 @@ var ENV_STUDENTS_WEB_SE_PROD = {
1247
1220
  API_URL: "https://api.matteappen.se/v2",
1248
1221
  AUTH_WEB_URL: "https://app.matteappen.se",
1249
1222
  CDN_HOST: "https://cdn.matteappen.se",
1250
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1251
1223
  LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SE",
1252
1224
  SOCKET_URL: "https://sockets.matteappen.se",
1253
1225
  STUDENTS_WEB_URL: "https://students.matteappen.se",
@@ -1284,7 +1256,6 @@ var ENV_STUDENTS_WEB_GB_PROD = {
1284
1256
  var ENV_STUDENTS_WEB_CA_MARS = {
1285
1257
  ...ENV_STUDENTS_COMMON_MARS,
1286
1258
  ...PLATFORM_URLS.MARS,
1287
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1288
1259
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1289
1260
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1290
1261
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1297,7 +1268,6 @@ var ENV_STUDENTS_WEB_CA_MARS = {
1297
1268
  var ENV_STUDENTS_WEB_CA_PROD = {
1298
1269
  ...ENV_STUDENTS_COMMON_PROD,
1299
1270
  ...PLATFORM_URLS.PROD,
1300
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1301
1271
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1302
1272
  API_URL: "https://api.ca.magmamath.com/v2",
1303
1273
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1356,16 +1326,13 @@ var ENV_STUDENTS_WEB_DE_PROD = {
1356
1326
 
1357
1327
  // src/configs/env/teachers-web/env.common.mars.ts
1358
1328
  var ENV_TEACHERS_COMMON_MARS = {
1359
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1360
1329
  MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1361
1330
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1362
1331
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1363
1332
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1364
1333
  INTERCOM_APP_ID: "tjidhu4j",
1365
1334
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1366
- LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1367
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1368
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1335
+ LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0"
1369
1336
  };
1370
1337
 
1371
1338
  // src/configs/env/teachers-web/us/env.us.mars.ts
@@ -1381,7 +1348,6 @@ var ENV_TEACHERS_WEB_US_MARS = {
1381
1348
 
1382
1349
  // src/configs/env/teachers-web/env.common.prod.ts
1383
1350
  var ENV_TEACHERS_COMMON_PROD = {
1384
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1385
1351
  MYSCRIPT_HOST: "myscript-iink.matteappen.se",
1386
1352
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1387
1353
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -1408,7 +1374,6 @@ var ENV_TEACHERS_WEB_SE_MARS = {
1408
1374
  API_URL: "https://api.mars.matteappen.se/v2",
1409
1375
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1410
1376
  CDN_HOST: "https://cdn.mars.matteappen.se",
1411
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1412
1377
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
1413
1378
  SOCKET_URL: "https://sockets-mars.matteappen.se",
1414
1379
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
@@ -1423,7 +1388,6 @@ var ENV_TEACHERS_WEB_SE_PROD = {
1423
1388
  API_URL: "https://api.matteappen.se/v2",
1424
1389
  AUTH_WEB_URL: "https://app.matteappen.se",
1425
1390
  CDN_HOST: "https://cdn.matteappen.se",
1426
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1427
1391
  LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SE",
1428
1392
  SOCKET_URL: "https://sockets.matteappen.se",
1429
1393
  STUDENTS_WEB_URL: "https://students.matteappen.se",
@@ -1460,7 +1424,6 @@ var ENV_TEACHERS_WEB_GB_PROD = {
1460
1424
  var ENV_TEACHERS_WEB_CA_MARS = {
1461
1425
  ...ENV_TEACHERS_COMMON_MARS,
1462
1426
  ...PLATFORM_URLS.MARS,
1463
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1464
1427
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1465
1428
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1466
1429
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1473,7 +1436,6 @@ var ENV_TEACHERS_WEB_CA_MARS = {
1473
1436
  var ENV_TEACHERS_WEB_CA_PROD = {
1474
1437
  ...ENV_TEACHERS_COMMON_PROD,
1475
1438
  ...PLATFORM_URLS.PROD,
1476
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1477
1439
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1478
1440
  API_URL: "https://api.ca.magmamath.com/v2",
1479
1441
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1532,12 +1494,9 @@ var ENV_TEACHERS_WEB_DE_PROD = {
1532
1494
 
1533
1495
  // src/configs/env/district-dash/env.common.mars.ts
1534
1496
  var ENV_DISTRICT_COMMON_MARS = {
1535
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1536
1497
  INTERCOM_APP_ID: "tjidhu4j",
1537
1498
  CLARITY_PROJECT_ID: "rb6vbwug3r",
1538
- PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1539
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1540
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1499
+ PROBLEM_IMAGE_SIZE_LIMIT: 5242880
1541
1500
  };
1542
1501
 
1543
1502
  // src/configs/env/district-dash/us/env.us.mars.ts
@@ -1552,7 +1511,6 @@ var ENV_DISTRICT_US_MARS = {
1552
1511
 
1553
1512
  // src/configs/env/district-dash/env.common.prod.ts
1554
1513
  var ENV_DISTRICT_COMMON_PROD = {
1555
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1556
1514
  INTERCOM_APP_ID: "tjidhu4j",
1557
1515
  CLARITY_PROJECT_ID: "rb6vbwug3r",
1558
1516
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880
@@ -1574,7 +1532,6 @@ var ENV_DISTRICT_SE_MARS = {
1574
1532
  API_URL: "https://api.mars.matteappen.se/v2",
1575
1533
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1576
1534
  CDN_HOST: "https://cdn.mars.matteappen.se",
1577
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1578
1535
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
1579
1536
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1580
1537
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
@@ -1588,7 +1545,6 @@ var ENV_DISTRICT_SE_PROD = {
1588
1545
  API_URL: "https://api.matteappen.se/v2",
1589
1546
  AUTH_WEB_URL: "https://app.matteappen.se",
1590
1547
  CDN_HOST: "https://cdn.matteappen.se",
1591
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1592
1548
  LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SE",
1593
1549
  STUDENTS_WEB_URL: "https://students.matteappen.se",
1594
1550
  TEACHERS_WEB_URL: "https://teachers.matteappen.se",
@@ -1622,7 +1578,6 @@ var ENV_DISTRICT_GB_PROD = {
1622
1578
  var ENV_DISTRICT_CA_MARS = {
1623
1579
  ...ENV_DISTRICT_COMMON_MARS,
1624
1580
  ...PLATFORM_URLS.MARS,
1625
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1626
1581
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1627
1582
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1628
1583
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1634,7 +1589,6 @@ var ENV_DISTRICT_CA_MARS = {
1634
1589
  var ENV_DISTRICT_CA_PROD = {
1635
1590
  ...ENV_DISTRICT_COMMON_PROD,
1636
1591
  ...PLATFORM_URLS.PROD,
1637
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1638
1592
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1639
1593
  API_URL: "https://api.ca.magmamath.com/v2",
1640
1594
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1691,7 +1645,6 @@ var ENV_AUTH_WEB_SCT_PROD = {
1691
1645
  ...PLATFORM_URLS.PROD,
1692
1646
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`,
1693
1647
  API_URL: "https://api.magmamath.com/v2",
1694
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1695
1648
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1696
1649
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1697
1650
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1707,7 +1660,6 @@ var ENV_AUTH_WEB_DE_PROD = {
1707
1660
  ...PLATFORM_URLS.PROD,
1708
1661
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/de`,
1709
1662
  API_URL: "https://api.magmamath.com/v2",
1710
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1711
1663
  MAGMAMATH_URL: "https://www.magmamath.com",
1712
1664
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1713
1665
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1996,9 +1948,6 @@ var ENV_WEB_ADMIN_CA_PROD = {
1996
1948
 
1997
1949
  // src/configs/env/mobile/env.common.mars.ts
1998
1950
  var ENV_MOBILE_COMMON_MARS = {
1999
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2000
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
2001
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
2002
1951
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
2003
1952
  USER_AGENT: "Mozilla/5.0 (Linux Android 10 Android SDK built for x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.185 Mobile Safari/537.36",
2004
1953
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -2039,7 +1988,6 @@ var ENV_MOBILE_SE_MARS = {
2039
1988
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2040
1989
  API_URL: "https://api.mars.matteappen.se/v2",
2041
1990
  CDN_HOST: "https://cdn.mars.matteappen.se",
2042
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2043
1991
  SOCKET_URL: "https://sockets-mars.matteappen.se",
2044
1992
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
2045
1993
  GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
@@ -2069,7 +2017,6 @@ var ENV_MOBILE_GB_MARS = {
2069
2017
  // src/configs/env/mobile/ca/env.ca.mars.ts
2070
2018
  var ENV_MOBILE_CA_MARS = {
2071
2019
  ...ENV_MOBILE_COMMON_MARS,
2072
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
2073
2020
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2074
2021
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
2075
2022
  API_URL: "https://api.ca.magmamath.com/v2",
@@ -2116,7 +2063,6 @@ var ENV_MOBILE_DE_MARS = {
2116
2063
 
2117
2064
  // src/configs/env/mobile/env.common.prod.ts
2118
2065
  var ENV_MOBILE_COMMON_PROD = {
2119
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2120
2066
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
2121
2067
  USER_AGENT: "Mozilla/5.0 (Linux Android 10 Android SDK built for x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.185 Mobile Safari/537.36",
2122
2068
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -2157,7 +2103,6 @@ var ENV_MOBILE_SE_PROD = {
2157
2103
  AUTH_WEB_URL: "https://app.matteappen.se",
2158
2104
  API_URL: "https://api.matteappen.se/v2",
2159
2105
  CDN_HOST: "https://cdn.matteappen.se",
2160
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2161
2106
  SOCKET_URL: "https://sockets.matteappen.se",
2162
2107
  LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SE",
2163
2108
  GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
@@ -2187,7 +2132,6 @@ var ENV_MOBILE_GB_PROD = {
2187
2132
  // src/configs/env/mobile/ca/env.ca.prod.ts
2188
2133
  var ENV_MOBILE_CA_PROD = {
2189
2134
  ...ENV_MOBILE_COMMON_PROD,
2190
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
2191
2135
  TEACHERS_WEB_URL: PLATFORM_URLS.PROD.TEACHERS_WEB_URL,
2192
2136
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
2193
2137
  API_URL: "https://api.ca.magmamath.com/v2",
@@ -2570,8 +2514,7 @@ var GRADES_CONFIG_SE = {
2570
2514
  [8 /* EIGHT */]: { name: "8" },
2571
2515
  [9 /* NINE */]: { name: "9" },
2572
2516
  [10 /* TEN */]: { name: "Mate\xADmatik 1", noPrefix: true },
2573
- [11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true },
2574
- [12 /* TWELVE */]: { name: "Mate\xADmatik 3", noPrefix: true }
2517
+ [11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true }
2575
2518
  },
2576
2519
  highSchool: {}
2577
2520
  };
@@ -2924,18 +2867,6 @@ var LOCALE_STUDENTS_DE = {
2924
2867
  }
2925
2868
  };
2926
2869
 
2927
- // src/configs/locale/_shared/problemCreator/locale/problemCreator.ca.ts
2928
- var PROBLEM_CREATOR_CA = {
2929
- useCommaForDecimal: false,
2930
- useDotForMultiplication: false,
2931
- savedProblemLocale: "en-CA" /* CA */,
2932
- keyboard: {
2933
- preset: "DotMixed" /* DOT_MIXED */,
2934
- mathEntryVariant: "Dollar" /* DOLLAR */,
2935
- descriptionVariant: "ExtendedMultBasicRoots" /* EXTENDED_MULT_BASIC_ROOTS */
2936
- }
2937
- };
2938
-
2939
2870
  // src/configs/locale/_shared/problemCreator/locale/problemCreator.de.ts
2940
2871
  var PROBLEM_CREATOR_DE = {
2941
2872
  useCommaForDecimal: true,
@@ -3154,8 +3085,7 @@ var LOCALE_TEACHERS_CA = {
3154
3085
  firstLoginBooks: {
3155
3086
  ...LOCALE_TEACHERS_US.firstLoginBooks,
3156
3087
  isLargeGrade: null
3157
- },
3158
- problemCreator: PROBLEM_CREATOR_CA
3088
+ }
3159
3089
  };
3160
3090
 
3161
3091
  // src/configs/locale/teachers-web/sct/locale.sct.ts
@@ -3832,10 +3762,6 @@ var LOCALE_MOBILE_US = {
3832
3762
  ...LOCALE_STUDENTS_US.practiceMode,
3833
3763
  ...LOCALE_TEACHERS_US.practiceMode
3834
3764
  },
3835
- urls: {
3836
- ...LOCALE_TEACHERS_US.urls,
3837
- ...LOCALE_AUTHWEB_US.urls
3838
- },
3839
3765
  sources: {
3840
3766
  signIn: {
3841
3767
  withOnboarding: true,
@@ -3868,10 +3794,6 @@ var LOCALE_MOBILE_SE = {
3868
3794
  ...LOCALE_STUDENTS_SE.practiceMode,
3869
3795
  ...LOCALE_TEACHERS_SE.practiceMode
3870
3796
  },
3871
- urls: {
3872
- ...LOCALE_TEACHERS_SE.urls,
3873
- ...LOCALE_AUTHWEB_SE.urls
3874
- },
3875
3797
  sources: {
3876
3798
  signIn: {
3877
3799
  withOnboarding: false,
@@ -3902,10 +3824,6 @@ var LOCALE_MOBILE_GB = {
3902
3824
  ...LOCALE_STUDENTS_GB.practiceMode,
3903
3825
  ...LOCALE_TEACHERS_GB.practiceMode
3904
3826
  },
3905
- urls: {
3906
- ...LOCALE_TEACHERS_GB.urls,
3907
- ...LOCALE_AUTHWEB_GB.urls
3908
- },
3909
3827
  sources: {
3910
3828
  signIn: {
3911
3829
  withOnboarding: false,
@@ -3936,10 +3854,6 @@ var LOCALE_MOBILE_CA = {
3936
3854
  ...LOCALE_STUDENTS_CA.practiceMode,
3937
3855
  ...LOCALE_TEACHERS_CA.practiceMode
3938
3856
  },
3939
- urls: {
3940
- ...LOCALE_TEACHERS_CA.urls,
3941
- ...LOCALE_AUTHWEB_CA.urls
3942
- },
3943
3857
  sources: {
3944
3858
  signIn: {
3945
3859
  withOnboarding: true,
@@ -3972,10 +3886,6 @@ var LOCALE_MOBILE_SCT = {
3972
3886
  ...LOCALE_STUDENTS_SCT.practiceMode,
3973
3887
  ...LOCALE_TEACHERS_SCT.practiceMode
3974
3888
  },
3975
- urls: {
3976
- ...LOCALE_TEACHERS_SCT.urls,
3977
- ...LOCALE_AUTHWEB_SCT.urls
3978
- },
3979
3889
  sources: {
3980
3890
  signIn: {
3981
3891
  withOnboarding: false,
@@ -4006,10 +3916,6 @@ var LOCALE_MOBILE_DE = {
4006
3916
  ...LOCALE_STUDENTS_DE.practiceMode,
4007
3917
  ...LOCALE_TEACHERS_DE.practiceMode
4008
3918
  },
4009
- urls: {
4010
- ...LOCALE_TEACHERS_DE.urls,
4011
- ...LOCALE_AUTHWEB_DE.urls
4012
- },
4013
3919
  sources: {
4014
3920
  signIn: {
4015
3921
  withOnboarding: false,