@magmamath/frontend-config 1.7.8 → 1.7.9

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.mjs CHANGED
@@ -1488,31 +1488,24 @@ var PLATFORM_URLS = {
1488
1488
  }
1489
1489
  };
1490
1490
 
1491
- // src/configs/env/auth-web/env.common.mars.ts
1492
- var ENV_AUTH_WEB_COMMON_MARS = {
1493
- API_URL: "https://api.eu.mars.magmamath.com/v2",
1494
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1491
+ // src/configs/env/auth-web/us/us_main/env.us.mars.ts
1492
+ var ENV_AUTH_WEB_US_MARS = {
1493
+ ...PLATFORM_URLS.MARS,
1494
+ API_URL: "https://api.mars.magmamath.com/v2",
1495
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1495
1496
  MAGMAMATH_URL: "https://www.magmamath.com",
1496
1497
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1498
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1499
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1500
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
1501
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
1502
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
1503
+ AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5",
1497
1504
  INTERCOM_APP_ID: "tjidhu4j",
1498
1505
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1499
1506
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1500
1507
  };
1501
1508
 
1502
- // src/configs/env/auth-web/us/us_main/env.us.mars.ts
1503
- var ENV_AUTH_WEB_US_MARS = {
1504
- ...ENV_AUTH_WEB_COMMON_MARS,
1505
- ...PLATFORM_URLS.MARS,
1506
- API_URL: "https://api.us.mars.magmamath.com/v2",
1507
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1508
- GOOGLE_AUTH: "https://api.us.mars.magmamath.com/v2/auth/google",
1509
- MICROSOFT_AUTH: "https://api.us.mars.magmamath.com/v2/auth/microsoft",
1510
- CLEVER_AUTH: "https://api.us.mars.magmamath.com/v2/auth/clever",
1511
- CLASS_LINK_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink-classlink",
1512
- SCHOOLOGY_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink",
1513
- AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5"
1514
- };
1515
-
1516
1509
  // src/configs/env/auth-web/us/us_main/env.us.prod.ts
1517
1510
  var ENV_AUTH_WEB_US_PROD = {
1518
1511
  ...PLATFORM_URLS.PROD,
@@ -1532,18 +1525,22 @@ var ENV_AUTH_WEB_US_PROD = {
1532
1525
 
1533
1526
  // src/configs/env/auth-web/se/env.se.mars.ts
1534
1527
  var ENV_AUTH_WEB_SE_MARS = {
1535
- ...ENV_AUTH_WEB_COMMON_MARS,
1536
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1537
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1528
+ API_URL: "https://api.mars.matteappen.se/v2",
1538
1529
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1530
+ CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1539
1531
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1540
1532
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1541
1533
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
1542
1534
  PARENT_WEB_URL: "https://parents.mars.matteappen.se",
1543
1535
  MAGMAMATH_URL: "https://www.magma.se",
1544
1536
  TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
1537
+ GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
1538
+ MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
1545
1539
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
1546
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon"
1540
+ SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1541
+ INTERCOM_APP_ID: "tjidhu4j",
1542
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
1543
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1547
1544
  };
1548
1545
 
1549
1546
  // src/configs/env/auth-web/se/env.se.prod.ts
@@ -1566,15 +1563,19 @@ var ENV_AUTH_WEB_SE_PROD = {
1566
1563
 
1567
1564
  // src/configs/env/auth-web/gb/env.gb.mars.ts
1568
1565
  var ENV_AUTH_WEB_GB_MARS = {
1569
- ...ENV_AUTH_WEB_COMMON_MARS,
1570
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1571
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1572
1566
  ...PLATFORM_URLS.MARS,
1573
1567
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1568
+ API_URL: "https://api.mars.magmamath.com/v2",
1569
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1574
1570
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1575
1571
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1576
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
1577
- WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin"
1572
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1573
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1574
+ SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1575
+ WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1576
+ INTERCOM_APP_ID: "tjidhu4j",
1577
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
1578
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1578
1579
  };
1579
1580
 
1580
1581
  // src/configs/env/auth-web/gb/env.gb.prod.ts
@@ -1628,42 +1629,47 @@ var ENV_AUTH_WEB_CA_PROD = {
1628
1629
 
1629
1630
  // src/configs/env/auth-web/sct/env.sct.mars.ts
1630
1631
  var ENV_AUTH_WEB_SCT_MARS = {
1631
- ...ENV_AUTH_WEB_COMMON_MARS,
1632
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1633
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1634
1632
  ...PLATFORM_URLS.MARS,
1635
1633
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1634
+ API_URL: "https://api.mars.magmamath.com/v2",
1635
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1636
1636
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1637
1637
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1638
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
1639
- WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin"
1638
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1639
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1640
+ SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1641
+ WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1642
+ INTERCOM_APP_ID: "tjidhu4j",
1643
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
1644
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1640
1645
  };
1641
1646
 
1642
1647
  // src/configs/env/auth-web/de/env.de.mars.ts
1643
1648
  var ENV_AUTH_WEB_DE_MARS = {
1644
- ...ENV_AUTH_WEB_COMMON_MARS,
1645
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1646
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1647
1649
  ...PLATFORM_URLS.MARS,
1648
1650
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1649
- VIDIS_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/vidis/",
1650
- VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout"
1651
+ API_URL: "https://api.mars.magmamath.com/v2",
1652
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1653
+ MAGMAMATH_URL: "https://www.magmamath.com",
1654
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1655
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1656
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1657
+ VIDIS_AUTH: "https://api.mars.magmamath.com/v2/auth/vidis/",
1658
+ VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout",
1659
+ INTERCOM_APP_ID: "tjidhu4j",
1660
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
1661
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1651
1662
  };
1652
1663
 
1653
1664
  // src/configs/env/students-web/env.common.mars.ts
1654
1665
  var ENV_STUDENTS_COMMON_MARS = {
1655
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1656
- API_URL: "https://api.eu.mars.magmamath.com/v2",
1657
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
1658
- SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
1659
- WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
1660
- MAGMAMATH_URL: "https://www.magmamath.com",
1666
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1661
1667
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1662
1668
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1663
1669
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1664
1670
  MYSCRIPT_APPLICATION_KEY: "5c5a5667-9232-405f-a996-89b10ddb9200",
1665
1671
  MYSCRIPT_HMAC_KEY: "370da564-11b0-4ac7-a413-9eb61ee7db9f",
1666
- MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
1672
+ MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1667
1673
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
1668
1674
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1669
1675
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -1675,12 +1681,12 @@ var ENV_STUDENTS_COMMON_MARS = {
1675
1681
  var ENV_STUDENTS_WEB_US_MARS = {
1676
1682
  ...ENV_STUDENTS_COMMON_MARS,
1677
1683
  ...PLATFORM_URLS.MARS,
1678
- API_URL: "https://api.us.mars.magmamath.com/v2",
1679
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
1680
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1684
+ API_URL: "https://api.mars.magmamath.com/v2",
1685
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1681
1686
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
1682
- SOCKET_URL: "https://sockets.us.mars.magmamath.com",
1683
- WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com"
1687
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1688
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1689
+ MAGMAMATH_URL: "https://www.magmamath.com"
1684
1690
  };
1685
1691
 
1686
1692
  // src/configs/env/students-web/env.common.prod.ts
@@ -1713,8 +1719,13 @@ var ENV_STUDENTS_WEB_US_PROD = {
1713
1719
  // src/configs/env/students-web/se/env.se.mars.ts
1714
1720
  var ENV_STUDENTS_WEB_SE_MARS = {
1715
1721
  ...ENV_STUDENTS_COMMON_MARS,
1722
+ API_URL: "https://api.mars.matteappen.se/v2",
1716
1723
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1724
+ CDN_HOST: "https://cdn.mars.matteappen.se",
1725
+ CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1717
1726
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
1727
+ SOCKET_URL: "https://sockets-mars.matteappen.se",
1728
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
1718
1729
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1719
1730
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1720
1731
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1744,7 +1755,11 @@ var ENV_STUDENTS_WEB_GB_MARS = {
1744
1755
  ...ENV_STUDENTS_COMMON_MARS,
1745
1756
  ...PLATFORM_URLS.MARS,
1746
1757
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1758
+ API_URL: "https://api.mars.magmamath.com/v2",
1759
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1747
1760
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_GB",
1761
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1762
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1748
1763
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1749
1764
  };
1750
1765
 
@@ -1794,7 +1809,11 @@ var ENV_STUDENTS_WEB_SCT_MARS = {
1794
1809
  ...ENV_STUDENTS_COMMON_MARS,
1795
1810
  ...PLATFORM_URLS.MARS,
1796
1811
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1812
+ API_URL: "https://api.mars.magmamath.com/v2",
1813
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1797
1814
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SCT",
1815
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1816
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1798
1817
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1799
1818
  };
1800
1819
 
@@ -1816,7 +1835,12 @@ var ENV_STUDENTS_WEB_DE_MARS = {
1816
1835
  ...ENV_STUDENTS_COMMON_MARS,
1817
1836
  ...PLATFORM_URLS.MARS,
1818
1837
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1819
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE"
1838
+ API_URL: "https://api.mars.magmamath.com/v2",
1839
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1840
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE",
1841
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1842
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1843
+ MAGMAMATH_URL: "https://www.magmamath.com"
1820
1844
  };
1821
1845
 
1822
1846
  // src/configs/env/students-web/de/env.de.prod.ts
@@ -1834,13 +1858,8 @@ var ENV_STUDENTS_WEB_DE_PROD = {
1834
1858
 
1835
1859
  // src/configs/env/teachers-web/env.common.mars.ts
1836
1860
  var ENV_TEACHERS_COMMON_MARS = {
1837
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1838
- API_URL: "https://api.eu.mars.magmamath.com/v2",
1839
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
1840
- SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
1841
- WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
1842
- MAGMAMATH_URL: "https://www.magmamath.com",
1843
- MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
1861
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1862
+ MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1844
1863
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1845
1864
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1846
1865
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
@@ -1856,12 +1875,12 @@ var ENV_TEACHERS_COMMON_MARS = {
1856
1875
  var ENV_TEACHERS_WEB_US_MARS = {
1857
1876
  ...ENV_TEACHERS_COMMON_MARS,
1858
1877
  ...PLATFORM_URLS.MARS,
1859
- API_URL: "https://api.us.mars.magmamath.com/v2",
1860
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
1861
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1878
+ API_URL: "https://api.mars.magmamath.com/v2",
1879
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1862
1880
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
1863
- SOCKET_URL: "https://sockets.us.mars.magmamath.com",
1864
- WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com"
1881
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1882
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1883
+ MAGMAMATH_URL: "https://www.magmamath.com"
1865
1884
  };
1866
1885
 
1867
1886
  // src/configs/env/teachers-web/env.common.prod.ts
@@ -1893,8 +1912,13 @@ var ENV_TEACHERS_WEB_US_PROD = {
1893
1912
  // src/configs/env/teachers-web/se/env.se.mars.ts
1894
1913
  var ENV_TEACHERS_WEB_SE_MARS = {
1895
1914
  ...ENV_TEACHERS_COMMON_MARS,
1915
+ API_URL: "https://api.mars.matteappen.se/v2",
1896
1916
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1917
+ CDN_HOST: "https://cdn.mars.matteappen.se",
1918
+ CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1897
1919
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
1920
+ SOCKET_URL: "https://sockets-mars.matteappen.se",
1921
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
1898
1922
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1899
1923
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1900
1924
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1924,7 +1948,11 @@ var ENV_TEACHERS_WEB_GB_MARS = {
1924
1948
  ...ENV_TEACHERS_COMMON_MARS,
1925
1949
  ...PLATFORM_URLS.MARS,
1926
1950
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1951
+ API_URL: "https://api.mars.magmamath.com/v2",
1952
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1927
1953
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_GB",
1954
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
1955
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1928
1956
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1929
1957
  };
1930
1958
 
@@ -1974,7 +2002,11 @@ var ENV_TEACHERS_WEB_SCT_MARS = {
1974
2002
  ...ENV_TEACHERS_COMMON_MARS,
1975
2003
  ...PLATFORM_URLS.MARS,
1976
2004
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2005
+ API_URL: "https://api.mars.magmamath.com/v2",
2006
+ CDN_HOST: "https://cdn.mars.magmamath.com",
1977
2007
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SCT",
2008
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2009
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1978
2010
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1979
2011
  };
1980
2012
 
@@ -1996,7 +2028,12 @@ var ENV_TEACHERS_WEB_DE_MARS = {
1996
2028
  ...ENV_TEACHERS_COMMON_MARS,
1997
2029
  ...PLATFORM_URLS.MARS,
1998
2030
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1999
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE"
2031
+ API_URL: "https://api.mars.magmamath.com/v2",
2032
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2033
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE",
2034
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2035
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2036
+ MAGMAMATH_URL: "https://www.magmamath.com"
2000
2037
  };
2001
2038
 
2002
2039
  // src/configs/env/teachers-web/de/env.de.prod.ts
@@ -2014,12 +2051,7 @@ var ENV_TEACHERS_WEB_DE_PROD = {
2014
2051
 
2015
2052
  // src/configs/env/district-dash/env.common.mars.ts
2016
2053
  var ENV_DISTRICT_COMMON_MARS = {
2017
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
2018
- API_URL: "https://api.eu.mars.magmamath.com/v2",
2019
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2020
- SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
2021
- WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
2022
- MAGMAMATH_URL: "https://www.magmamath.com",
2054
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2023
2055
  INTERCOM_APP_ID: "tjidhu4j",
2024
2056
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
2025
2057
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
@@ -2030,12 +2062,12 @@ var ENV_DISTRICT_COMMON_MARS = {
2030
2062
  var ENV_DISTRICT_US_MARS = {
2031
2063
  ...ENV_DISTRICT_COMMON_MARS,
2032
2064
  ...PLATFORM_URLS.MARS,
2033
- API_URL: "https://api.us.mars.magmamath.com/v2",
2034
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
2035
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
2065
+ API_URL: "https://api.mars.magmamath.com/v2",
2066
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2036
2067
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
2037
- SOCKET_URL: "https://sockets.us.mars.magmamath.com",
2038
- WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com",
2068
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2069
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2070
+ MAGMAMATH_URL: "https://www.magmamath.com",
2039
2071
  AMPLITUDE_API_KEY: "407ea49ce6e1586815bcfd05ec5f15dc"
2040
2072
  };
2041
2073
 
@@ -2063,8 +2095,13 @@ var ENV_DISTRICT_US_PROD = {
2063
2095
  // src/configs/env/district-dash/se/env.se.mars.ts
2064
2096
  var ENV_DISTRICT_SE_MARS = {
2065
2097
  ...ENV_DISTRICT_COMMON_MARS,
2098
+ API_URL: "https://api.mars.matteappen.se/v2",
2066
2099
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2100
+ CDN_HOST: "https://cdn.mars.matteappen.se",
2101
+ CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2067
2102
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
2103
+ SOCKET_URL: "https://sockets-mars.matteappen.se",
2104
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
2068
2105
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
2069
2106
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
2070
2107
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -2094,7 +2131,11 @@ var ENV_DISTRICT_GB_MARS = {
2094
2131
  ...ENV_DISTRICT_COMMON_MARS,
2095
2132
  ...PLATFORM_URLS.MARS,
2096
2133
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2134
+ API_URL: "https://api.mars.magmamath.com/v2",
2135
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2097
2136
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_GB",
2137
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2138
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2098
2139
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
2099
2140
  };
2100
2141
 
@@ -2144,7 +2185,11 @@ var ENV_DISTRICT_SCT_MARS = {
2144
2185
  ...ENV_DISTRICT_COMMON_MARS,
2145
2186
  ...PLATFORM_URLS.MARS,
2146
2187
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2188
+ API_URL: "https://api.mars.magmamath.com/v2",
2189
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2147
2190
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SCT",
2191
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2192
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2148
2193
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
2149
2194
  };
2150
2195
 
@@ -2166,7 +2211,12 @@ var ENV_DISTRICT_DE_MARS = {
2166
2211
  ...ENV_DISTRICT_COMMON_MARS,
2167
2212
  ...PLATFORM_URLS.MARS,
2168
2213
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
2169
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE"
2214
+ API_URL: "https://api.mars.magmamath.com/v2",
2215
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2216
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE",
2217
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2218
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2219
+ MAGMAMATH_URL: "https://www.magmamath.com"
2170
2220
  };
2171
2221
 
2172
2222
  // src/configs/env/district-dash/de/env.de.prod.ts
@@ -2398,9 +2448,9 @@ var ENV_WEB_ADMIN_COMMON = {
2398
2448
  var ENV_WEB_ADMIN_US_MAIN_MARS = {
2399
2449
  ...ENV_WEB_ADMIN_COMMON,
2400
2450
  ...PLATFORM_URLS.MARS,
2401
- API_URL: "https://api.us.mars.magmamath.com/v2",
2402
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
2403
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations"
2451
+ API_URL: "https://api.mars.magmamath.com/v2",
2452
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2453
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
2404
2454
  };
2405
2455
 
2406
2456
  // src/configs/env/web-admin/us/env.us.prod.ts
@@ -2416,8 +2466,8 @@ var ENV_WEB_ADMIN_US_MAIN_PROD = {
2416
2466
  var ENV_WEB_ADMIN_CA_MARS = {
2417
2467
  ...ENV_WEB_ADMIN_COMMON,
2418
2468
  ...PLATFORM_URLS.MARS,
2419
- API_URL: "https://api.eu.mars.magmamath.com/v2",
2420
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2469
+ API_URL: "https://api.mars.magmamath.com/v2",
2470
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2421
2471
  CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations"
2422
2472
  };
2423
2473
 
@@ -2434,9 +2484,9 @@ var ENV_WEB_ADMIN_CA_PROD = {
2434
2484
  var ENV_WEB_ADMIN_EU_MARS = {
2435
2485
  ...ENV_WEB_ADMIN_COMMON,
2436
2486
  ...PLATFORM_URLS.MARS,
2437
- API_URL: "https://api.eu.mars.magmamath.com/v2",
2438
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2439
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations"
2487
+ API_URL: "https://api.mars.magmamath.com/v2",
2488
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2489
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
2440
2490
  };
2441
2491
 
2442
2492
  // src/configs/env/web-admin/eu/env.eu.prod.ts
@@ -2450,11 +2500,7 @@ var ENV_WEB_ADMIN_EU_PROD = {
2450
2500
 
2451
2501
  // src/configs/env/mobile/env.common.mars.ts
2452
2502
  var ENV_MOBILE_COMMON_MARS = {
2453
- CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
2454
- API_URL: "https://api.eu.mars.magmamath.com/v2",
2455
- CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2456
- SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
2457
- WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
2503
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2458
2504
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
2459
2505
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
2460
2506
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
@@ -2462,7 +2508,7 @@ var ENV_MOBILE_COMMON_MARS = {
2462
2508
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
2463
2509
  MYSCRIPT_APPLICATION_KEY: "5c5a5667-9232-405f-a996-89b10ddb9200",
2464
2510
  MYSCRIPT_HMAC_KEY: "370da564-11b0-4ac7-a413-9eb61ee7db9f",
2465
- MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
2511
+ MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
2466
2512
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
2467
2513
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
2468
2514
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -2478,30 +2524,34 @@ var ENV_MOBILE_US_MARS = {
2478
2524
  ...ENV_MOBILE_COMMON_MARS,
2479
2525
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2480
2526
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
2481
- API_URL: "https://api.us.mars.magmamath.com/v2",
2482
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
2483
- CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
2484
- SOCKET_URL: "https://sockets.us.mars.magmamath.com",
2485
- WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com",
2527
+ API_URL: "https://api.mars.magmamath.com/v2",
2528
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2529
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2530
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2486
2531
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
2487
- GOOGLE_AUTH: "https://api.us.mars.magmamath.com/v2/auth/google",
2488
- MICROSOFT_AUTH: "https://api.us.mars.magmamath.com/v2/auth/microsoft",
2489
- CLASS_LINK_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink-classlink",
2490
- SCHOOLOGY_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink",
2491
- CLEVER_AUTH: "https://api.us.mars.magmamath.com/v2/auth/clever",
2532
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2533
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2534
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
2535
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
2536
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
2492
2537
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2493
2538
  };
2494
2539
 
2495
2540
  // src/configs/env/mobile/se/env.se.mars.ts
2496
2541
  var ENV_MOBILE_SE_MARS = {
2497
2542
  ...ENV_MOBILE_COMMON_MARS,
2498
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2499
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2500
2543
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
2501
2544
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2545
+ API_URL: "https://api.mars.matteappen.se/v2",
2546
+ CDN_HOST: "https://cdn.mars.matteappen.se",
2547
+ CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2548
+ SOCKET_URL: "https://sockets-mars.matteappen.se",
2549
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
2502
2550
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
2551
+ GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
2552
+ MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
2503
2553
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
2504
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2554
+ SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
2505
2555
  PROBLEM_CREATOR_URL: "https://teachers.mars.matteappen.se/content/react-native/problems/add",
2506
2556
  TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal"
2507
2557
  };
@@ -2509,13 +2559,17 @@ var ENV_MOBILE_SE_MARS = {
2509
2559
  // src/configs/env/mobile/gb/env.gb.mars.ts
2510
2560
  var ENV_MOBILE_GB_MARS = {
2511
2561
  ...ENV_MOBILE_COMMON_MARS,
2512
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2513
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2514
2562
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2515
2563
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2564
+ API_URL: "https://api.mars.magmamath.com/v2",
2565
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2566
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2567
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2516
2568
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
2517
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2518
- WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin",
2569
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2570
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2571
+ SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
2572
+ WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
2519
2573
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2520
2574
  };
2521
2575
 
@@ -2541,25 +2595,33 @@ var ENV_MOBILE_CA_MARS = {
2541
2595
  // src/configs/env/mobile/sct/env.sct.mars.ts
2542
2596
  var ENV_MOBILE_SCT_MARS = {
2543
2597
  ...ENV_MOBILE_COMMON_MARS,
2544
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2545
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2546
2598
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2547
2599
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2600
+ API_URL: "https://api.mars.magmamath.com/v2",
2601
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2602
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2603
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2548
2604
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
2549
- SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2550
- WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin",
2605
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2606
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2607
+ SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
2608
+ WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
2551
2609
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2552
2610
  };
2553
2611
 
2554
2612
  // src/configs/env/mobile/de/env.de.mars.ts
2555
2613
  var ENV_MOBILE_DE_MARS = {
2556
2614
  ...ENV_MOBILE_COMMON_MARS,
2557
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2558
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2559
2615
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2560
2616
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
2617
+ API_URL: "https://api.mars.magmamath.com/v2",
2618
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2619
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2620
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2561
2621
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DE",
2562
- VIDIS_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/vidis/",
2622
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2623
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2624
+ VIDIS_AUTH: "https://api.mars.magmamath.com/v2/auth/vidis/",
2563
2625
  VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout",
2564
2626
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2565
2627
  };
@@ -2693,8 +2755,8 @@ var ENV_MOBILE_DE_PROD = {
2693
2755
 
2694
2756
  // src/configs/env/parent-web/us/us_main/env.us.mars.ts
2695
2757
  var ENV_PARENT_WEB_US_MARS = {
2696
- API_URL: "https://api.us.mars.magmamath.com/v2",
2697
- CDN_HOST: "https://cdn.us.mars.magmamath.com",
2758
+ API_URL: "https://api.mars.magmamath.com/v2",
2759
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2698
2760
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
2699
2761
  };
2700
2762
 
@@ -2711,15 +2773,10 @@ var ENV_PARENT_WEB_US_VENUS = {
2711
2773
  AUTH_WEB_URL: PLATFORM_URLS.VENUS.AUTH_WEB_URL
2712
2774
  };
2713
2775
 
2714
- // src/configs/env/parent-web/env.common.mars.ts
2715
- var ENV_PARENT_WEB_COMMON_MARS = {
2716
- API_URL: "https://api.eu.mars.magmamath.com/v2",
2717
- CDN_HOST: "https://cdn.eu.mars.magmamath.com"
2718
- };
2719
-
2720
2776
  // src/configs/env/parent-web/se/env.se.mars.ts
2721
2777
  var ENV_PARENT_WEB_SE_MARS = {
2722
- ...ENV_PARENT_WEB_COMMON_MARS,
2778
+ API_URL: "https://api.mars.matteappen.se/v2",
2779
+ CDN_HOST: "https://cdn.mars.matteappen.se",
2723
2780
  AUTH_WEB_URL: "https://app.mars.matteappen.se"
2724
2781
  };
2725
2782
 
@@ -2738,7 +2795,8 @@ var ENV_PARENT_WEB_SE_VENUS = {
2738
2795
 
2739
2796
  // src/configs/env/parent-web/gb/env.gb.mars.ts
2740
2797
  var ENV_PARENT_WEB_GB_MARS = {
2741
- ...ENV_PARENT_WEB_COMMON_MARS,
2798
+ API_URL: "https://api.mars.magmamath.com/v2",
2799
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2742
2800
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
2743
2801
  };
2744
2802
 
@@ -2777,7 +2835,8 @@ var ENV_PARENT_WEB_CA_VENUS = {
2777
2835
 
2778
2836
  // src/configs/env/parent-web/sct/env.sct.mars.ts
2779
2837
  var ENV_PARENT_WEB_SCT_MARS = {
2780
- ...ENV_PARENT_WEB_COMMON_MARS,
2838
+ API_URL: "https://api.mars.magmamath.com/v2",
2839
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2781
2840
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
2782
2841
  };
2783
2842
 
@@ -2796,7 +2855,8 @@ var ENV_PARENT_WEB_SCT_VENUS = {
2796
2855
 
2797
2856
  // src/configs/env/parent-web/de/env.de.mars.ts
2798
2857
  var ENV_PARENT_WEB_DE_MARS = {
2799
- ...ENV_PARENT_WEB_COMMON_MARS,
2858
+ API_URL: "https://api.mars.magmamath.com/v2",
2859
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2800
2860
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`
2801
2861
  };
2802
2862
 
@@ -2815,11 +2875,17 @@ var ENV_PARENT_WEB_DE_VENUS = {
2815
2875
 
2816
2876
  // src/configs/env/auth-web/pl/env.pl.mars.ts
2817
2877
  var ENV_AUTH_WEB_PL_MARS = {
2818
- ...ENV_AUTH_WEB_COMMON_MARS,
2819
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2820
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2821
2878
  ...PLATFORM_URLS.MARS,
2822
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`
2879
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2880
+ API_URL: "https://api.mars.magmamath.com/v2",
2881
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2882
+ MAGMAMATH_URL: "https://www.magmamath.com",
2883
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2884
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2885
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2886
+ INTERCOM_APP_ID: "tjidhu4j",
2887
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
2888
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
2823
2889
  };
2824
2890
 
2825
2891
  // src/configs/env/auth-web/pl/env.pl.prod.ts
@@ -2847,7 +2913,12 @@ var ENV_STUDENTS_WEB_PL_MARS = {
2847
2913
  ...ENV_STUDENTS_COMMON_MARS,
2848
2914
  ...PLATFORM_URLS.MARS,
2849
2915
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2850
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PL"
2916
+ API_URL: "https://api.mars.magmamath.com/v2",
2917
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2918
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PL",
2919
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2920
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2921
+ MAGMAMATH_URL: "https://www.magmamath.com"
2851
2922
  };
2852
2923
 
2853
2924
  // src/configs/env/students-web/pl/env.pl.prod.ts
@@ -2875,7 +2946,12 @@ var ENV_TEACHERS_WEB_PL_MARS = {
2875
2946
  ...ENV_TEACHERS_COMMON_MARS,
2876
2947
  ...PLATFORM_URLS.MARS,
2877
2948
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2878
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PL"
2949
+ API_URL: "https://api.mars.magmamath.com/v2",
2950
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2951
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PL",
2952
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2953
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2954
+ MAGMAMATH_URL: "https://www.magmamath.com"
2879
2955
  };
2880
2956
 
2881
2957
  // src/configs/env/teachers-web/pl/env.pl.prod.ts
@@ -2903,7 +2979,12 @@ var ENV_DISTRICT_PL_MARS = {
2903
2979
  ...ENV_DISTRICT_COMMON_MARS,
2904
2980
  ...PLATFORM_URLS.MARS,
2905
2981
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2906
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PL"
2982
+ API_URL: "https://api.mars.magmamath.com/v2",
2983
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2984
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PL",
2985
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
2986
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2987
+ MAGMAMATH_URL: "https://www.magmamath.com"
2907
2988
  };
2908
2989
 
2909
2990
  // src/configs/env/district-dash/pl/env.pl.prod.ts
@@ -2929,11 +3010,15 @@ var ENV_DISTRICT_PL_VENUS = {
2929
3010
  // src/configs/env/mobile/pl/env.pl.mars.ts
2930
3011
  var ENV_MOBILE_PL_MARS = {
2931
3012
  ...ENV_MOBILE_COMMON_MARS,
2932
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2933
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2934
3013
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2935
3014
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
3015
+ API_URL: "https://api.mars.magmamath.com/v2",
3016
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3017
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3018
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2936
3019
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_PL",
3020
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3021
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2937
3022
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2938
3023
  };
2939
3024
 
@@ -2954,7 +3039,8 @@ var ENV_MOBILE_PL_PROD = {
2954
3039
 
2955
3040
  // src/configs/env/parent-web/pl/env.pl.mars.ts
2956
3041
  var ENV_PARENT_WEB_PL_MARS = {
2957
- ...ENV_PARENT_WEB_COMMON_MARS,
3042
+ API_URL: "https://api.mars.magmamath.com/v2",
3043
+ CDN_HOST: "https://cdn.mars.magmamath.com",
2958
3044
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`
2959
3045
  };
2960
3046
 
@@ -2973,11 +3059,17 @@ var ENV_PARENT_WEB_PL_VENUS = {
2973
3059
 
2974
3060
  // src/configs/env/auth-web/it/env.it.mars.ts
2975
3061
  var ENV_AUTH_WEB_IT_MARS = {
2976
- ...ENV_AUTH_WEB_COMMON_MARS,
2977
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2978
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2979
3062
  ...PLATFORM_URLS.MARS,
2980
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`
3063
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3064
+ API_URL: "https://api.mars.magmamath.com/v2",
3065
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3066
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3067
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3068
+ MAGMAMATH_URL: "https://www.magmamath.com",
3069
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3070
+ INTERCOM_APP_ID: "tjidhu4j",
3071
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3072
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
2981
3073
  };
2982
3074
 
2983
3075
  // src/configs/env/auth-web/it/env.it.prod.ts
@@ -3005,7 +3097,12 @@ var ENV_STUDENTS_WEB_IT_MARS = {
3005
3097
  ...ENV_STUDENTS_COMMON_MARS,
3006
3098
  ...PLATFORM_URLS.MARS,
3007
3099
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3008
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IT"
3100
+ API_URL: "https://api.mars.magmamath.com/v2",
3101
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3102
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IT",
3103
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3104
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3105
+ MAGMAMATH_URL: "https://www.magmamath.com"
3009
3106
  };
3010
3107
 
3011
3108
  // src/configs/env/students-web/it/env.it.prod.ts
@@ -3033,7 +3130,12 @@ var ENV_TEACHERS_WEB_IT_MARS = {
3033
3130
  ...ENV_TEACHERS_COMMON_MARS,
3034
3131
  ...PLATFORM_URLS.MARS,
3035
3132
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3036
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IT"
3133
+ API_URL: "https://api.mars.magmamath.com/v2",
3134
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3135
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IT",
3136
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3137
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3138
+ MAGMAMATH_URL: "https://www.magmamath.com"
3037
3139
  };
3038
3140
 
3039
3141
  // src/configs/env/teachers-web/it/env.it.prod.ts
@@ -3061,7 +3163,12 @@ var ENV_DISTRICT_IT_MARS = {
3061
3163
  ...ENV_DISTRICT_COMMON_MARS,
3062
3164
  ...PLATFORM_URLS.MARS,
3063
3165
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3064
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IT"
3166
+ API_URL: "https://api.mars.magmamath.com/v2",
3167
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3168
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IT",
3169
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3170
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3171
+ MAGMAMATH_URL: "https://www.magmamath.com"
3065
3172
  };
3066
3173
 
3067
3174
  // src/configs/env/district-dash/it/env.it.prod.ts
@@ -3087,10 +3194,14 @@ var ENV_DISTRICT_IT_VENUS = {
3087
3194
  // src/configs/env/mobile/it/env.it.mars.ts
3088
3195
  var ENV_MOBILE_IT_MARS = {
3089
3196
  ...ENV_MOBILE_COMMON_MARS,
3090
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3091
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3092
3197
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3093
3198
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3199
+ API_URL: "https://api.mars.magmamath.com/v2",
3200
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3201
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3202
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3203
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3204
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3094
3205
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IT",
3095
3206
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3096
3207
  };
@@ -3112,7 +3223,8 @@ var ENV_MOBILE_IT_PROD = {
3112
3223
 
3113
3224
  // src/configs/env/parent-web/it/env.it.mars.ts
3114
3225
  var ENV_PARENT_WEB_IT_MARS = {
3115
- ...ENV_PARENT_WEB_COMMON_MARS,
3226
+ API_URL: "https://api.mars.magmamath.com/v2",
3227
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3116
3228
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`
3117
3229
  };
3118
3230
 
@@ -3131,11 +3243,17 @@ var ENV_PARENT_WEB_IT_VENUS = {
3131
3243
 
3132
3244
  // src/configs/env/auth-web/fr/env.fr.mars.ts
3133
3245
  var ENV_AUTH_WEB_FR_MARS = {
3134
- ...ENV_AUTH_WEB_COMMON_MARS,
3135
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3136
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3137
3246
  ...PLATFORM_URLS.MARS,
3138
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`
3247
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3248
+ API_URL: "https://api.mars.magmamath.com/v2",
3249
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3250
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3251
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3252
+ MAGMAMATH_URL: "https://www.magmamath.com",
3253
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3254
+ INTERCOM_APP_ID: "tjidhu4j",
3255
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3256
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3139
3257
  };
3140
3258
 
3141
3259
  // src/configs/env/auth-web/fr/env.fr.prod.ts
@@ -3163,7 +3281,12 @@ var ENV_STUDENTS_WEB_FR_MARS = {
3163
3281
  ...ENV_STUDENTS_COMMON_MARS,
3164
3282
  ...PLATFORM_URLS.MARS,
3165
3283
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3166
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FR"
3284
+ API_URL: "https://api.mars.magmamath.com/v2",
3285
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3286
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FR",
3287
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3288
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3289
+ MAGMAMATH_URL: "https://www.magmamath.com"
3167
3290
  };
3168
3291
 
3169
3292
  // src/configs/env/students-web/fr/env.fr.prod.ts
@@ -3191,7 +3314,12 @@ var ENV_TEACHERS_WEB_FR_MARS = {
3191
3314
  ...ENV_TEACHERS_COMMON_MARS,
3192
3315
  ...PLATFORM_URLS.MARS,
3193
3316
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3194
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FR"
3317
+ API_URL: "https://api.mars.magmamath.com/v2",
3318
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3319
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FR",
3320
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3321
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3322
+ MAGMAMATH_URL: "https://www.magmamath.com"
3195
3323
  };
3196
3324
 
3197
3325
  // src/configs/env/teachers-web/fr/env.fr.prod.ts
@@ -3219,7 +3347,12 @@ var ENV_DISTRICT_FR_MARS = {
3219
3347
  ...ENV_DISTRICT_COMMON_MARS,
3220
3348
  ...PLATFORM_URLS.MARS,
3221
3349
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3222
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FR"
3350
+ API_URL: "https://api.mars.magmamath.com/v2",
3351
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3352
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FR",
3353
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3354
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3355
+ MAGMAMATH_URL: "https://www.magmamath.com"
3223
3356
  };
3224
3357
 
3225
3358
  // src/configs/env/district-dash/fr/env.fr.prod.ts
@@ -3245,10 +3378,14 @@ var ENV_DISTRICT_FR_VENUS = {
3245
3378
  // src/configs/env/mobile/fr/env.fr.mars.ts
3246
3379
  var ENV_MOBILE_FR_MARS = {
3247
3380
  ...ENV_MOBILE_COMMON_MARS,
3248
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3249
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3250
3381
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3251
3382
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3383
+ API_URL: "https://api.mars.magmamath.com/v2",
3384
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3385
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3386
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3387
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3388
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3252
3389
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_FR",
3253
3390
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3254
3391
  };
@@ -3270,7 +3407,8 @@ var ENV_MOBILE_FR_PROD = {
3270
3407
 
3271
3408
  // src/configs/env/parent-web/fr/env.fr.mars.ts
3272
3409
  var ENV_PARENT_WEB_FR_MARS = {
3273
- ...ENV_PARENT_WEB_COMMON_MARS,
3410
+ API_URL: "https://api.mars.magmamath.com/v2",
3411
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3274
3412
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`
3275
3413
  };
3276
3414
 
@@ -3289,11 +3427,17 @@ var ENV_PARENT_WEB_FR_VENUS = {
3289
3427
 
3290
3428
  // src/configs/env/auth-web/da/env.da.mars.ts
3291
3429
  var ENV_AUTH_WEB_DA_MARS = {
3292
- ...ENV_AUTH_WEB_COMMON_MARS,
3293
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3294
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3295
3430
  ...PLATFORM_URLS.MARS,
3296
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`
3431
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3432
+ API_URL: "https://api.mars.magmamath.com/v2",
3433
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3434
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3435
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3436
+ MAGMAMATH_URL: "https://www.magmamath.com",
3437
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3438
+ INTERCOM_APP_ID: "tjidhu4j",
3439
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3440
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3297
3441
  };
3298
3442
 
3299
3443
  // src/configs/env/auth-web/da/env.da.prod.ts
@@ -3321,7 +3465,12 @@ var ENV_STUDENTS_WEB_DA_MARS = {
3321
3465
  ...ENV_STUDENTS_COMMON_MARS,
3322
3466
  ...PLATFORM_URLS.MARS,
3323
3467
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3324
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DK"
3468
+ API_URL: "https://api.mars.magmamath.com/v2",
3469
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3470
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DK",
3471
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3472
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3473
+ MAGMAMATH_URL: "https://www.magmamath.com"
3325
3474
  };
3326
3475
 
3327
3476
  // src/configs/env/students-web/da/env.da.prod.ts
@@ -3349,7 +3498,12 @@ var ENV_TEACHERS_WEB_DA_MARS = {
3349
3498
  ...ENV_TEACHERS_COMMON_MARS,
3350
3499
  ...PLATFORM_URLS.MARS,
3351
3500
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3352
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DK"
3501
+ API_URL: "https://api.mars.magmamath.com/v2",
3502
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3503
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DK",
3504
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3505
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3506
+ MAGMAMATH_URL: "https://www.magmamath.com"
3353
3507
  };
3354
3508
 
3355
3509
  // src/configs/env/teachers-web/da/env.da.prod.ts
@@ -3377,7 +3531,12 @@ var ENV_DISTRICT_DA_MARS = {
3377
3531
  ...ENV_DISTRICT_COMMON_MARS,
3378
3532
  ...PLATFORM_URLS.MARS,
3379
3533
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3380
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DK"
3534
+ API_URL: "https://api.mars.magmamath.com/v2",
3535
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3536
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DK",
3537
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3538
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3539
+ MAGMAMATH_URL: "https://www.magmamath.com"
3381
3540
  };
3382
3541
 
3383
3542
  // src/configs/env/district-dash/da/env.da.prod.ts
@@ -3403,10 +3562,14 @@ var ENV_DISTRICT_DA_VENUS = {
3403
3562
  // src/configs/env/mobile/da/env.da.mars.ts
3404
3563
  var ENV_MOBILE_DA_MARS = {
3405
3564
  ...ENV_MOBILE_COMMON_MARS,
3406
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3407
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3408
3565
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3409
3566
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3567
+ API_URL: "https://api.mars.magmamath.com/v2",
3568
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3569
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3570
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3571
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3572
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3410
3573
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DK",
3411
3574
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3412
3575
  };
@@ -3428,7 +3591,8 @@ var ENV_MOBILE_DA_PROD = {
3428
3591
 
3429
3592
  // src/configs/env/parent-web/da/env.da.mars.ts
3430
3593
  var ENV_PARENT_WEB_DA_MARS = {
3431
- ...ENV_PARENT_WEB_COMMON_MARS,
3594
+ API_URL: "https://api.mars.magmamath.com/v2",
3595
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3432
3596
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`
3433
3597
  };
3434
3598
 
@@ -3447,11 +3611,17 @@ var ENV_PARENT_WEB_DA_VENUS = {
3447
3611
 
3448
3612
  // src/configs/env/auth-web/no/env.no.mars.ts
3449
3613
  var ENV_AUTH_WEB_NO_MARS = {
3450
- ...ENV_AUTH_WEB_COMMON_MARS,
3451
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3452
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3453
3614
  ...PLATFORM_URLS.MARS,
3454
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`
3615
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3616
+ API_URL: "https://api.mars.magmamath.com/v2",
3617
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3618
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3619
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3620
+ MAGMAMATH_URL: "https://www.magmamath.com",
3621
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3622
+ INTERCOM_APP_ID: "tjidhu4j",
3623
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3624
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3455
3625
  };
3456
3626
 
3457
3627
  // src/configs/env/auth-web/no/env.no.prod.ts
@@ -3479,7 +3649,12 @@ var ENV_STUDENTS_WEB_NO_MARS = {
3479
3649
  ...ENV_STUDENTS_COMMON_MARS,
3480
3650
  ...PLATFORM_URLS.MARS,
3481
3651
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3482
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NO"
3652
+ API_URL: "https://api.mars.magmamath.com/v2",
3653
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3654
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NO",
3655
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3656
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3657
+ MAGMAMATH_URL: "https://www.magmamath.com"
3483
3658
  };
3484
3659
 
3485
3660
  // src/configs/env/students-web/no/env.no.prod.ts
@@ -3507,7 +3682,12 @@ var ENV_TEACHERS_WEB_NO_MARS = {
3507
3682
  ...ENV_TEACHERS_COMMON_MARS,
3508
3683
  ...PLATFORM_URLS.MARS,
3509
3684
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3510
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NO"
3685
+ API_URL: "https://api.mars.magmamath.com/v2",
3686
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3687
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NO",
3688
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3689
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3690
+ MAGMAMATH_URL: "https://www.magmamath.com"
3511
3691
  };
3512
3692
 
3513
3693
  // src/configs/env/teachers-web/no/env.no.prod.ts
@@ -3535,7 +3715,12 @@ var ENV_DISTRICT_NO_MARS = {
3535
3715
  ...ENV_DISTRICT_COMMON_MARS,
3536
3716
  ...PLATFORM_URLS.MARS,
3537
3717
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3538
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NO"
3718
+ API_URL: "https://api.mars.magmamath.com/v2",
3719
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3720
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NO",
3721
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3722
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3723
+ MAGMAMATH_URL: "https://www.magmamath.com"
3539
3724
  };
3540
3725
 
3541
3726
  // src/configs/env/district-dash/no/env.no.prod.ts
@@ -3561,10 +3746,14 @@ var ENV_DISTRICT_NO_VENUS = {
3561
3746
  // src/configs/env/mobile/no/env.no.mars.ts
3562
3747
  var ENV_MOBILE_NO_MARS = {
3563
3748
  ...ENV_MOBILE_COMMON_MARS,
3564
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3565
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3566
3749
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3567
3750
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3751
+ API_URL: "https://api.mars.magmamath.com/v2",
3752
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3753
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3754
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3755
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3756
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3568
3757
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NO",
3569
3758
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3570
3759
  };
@@ -3586,7 +3775,8 @@ var ENV_MOBILE_NO_PROD = {
3586
3775
 
3587
3776
  // src/configs/env/parent-web/no/env.no.mars.ts
3588
3777
  var ENV_PARENT_WEB_NO_MARS = {
3589
- ...ENV_PARENT_WEB_COMMON_MARS,
3778
+ API_URL: "https://api.mars.magmamath.com/v2",
3779
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3590
3780
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`
3591
3781
  };
3592
3782
 
@@ -3605,11 +3795,17 @@ var ENV_PARENT_WEB_NO_VENUS = {
3605
3795
 
3606
3796
  // src/configs/env/auth-web/nl/env.nl.mars.ts
3607
3797
  var ENV_AUTH_WEB_NL_MARS = {
3608
- ...ENV_AUTH_WEB_COMMON_MARS,
3609
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3610
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3611
3798
  ...PLATFORM_URLS.MARS,
3612
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`
3799
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3800
+ API_URL: "https://api.mars.magmamath.com/v2",
3801
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3802
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3803
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3804
+ MAGMAMATH_URL: "https://www.magmamath.com",
3805
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3806
+ INTERCOM_APP_ID: "tjidhu4j",
3807
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3808
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3613
3809
  };
3614
3810
 
3615
3811
  // src/configs/env/auth-web/nl/env.nl.prod.ts
@@ -3637,7 +3833,12 @@ var ENV_STUDENTS_WEB_NL_MARS = {
3637
3833
  ...ENV_STUDENTS_COMMON_MARS,
3638
3834
  ...PLATFORM_URLS.MARS,
3639
3835
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3640
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL"
3836
+ API_URL: "https://api.mars.magmamath.com/v2",
3837
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3838
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL",
3839
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3840
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3841
+ MAGMAMATH_URL: "https://www.magmamath.com"
3641
3842
  };
3642
3843
 
3643
3844
  // src/configs/env/students-web/nl/env.nl.prod.ts
@@ -3665,7 +3866,12 @@ var ENV_TEACHERS_WEB_NL_MARS = {
3665
3866
  ...ENV_TEACHERS_COMMON_MARS,
3666
3867
  ...PLATFORM_URLS.MARS,
3667
3868
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3668
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL"
3869
+ API_URL: "https://api.mars.magmamath.com/v2",
3870
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3871
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL",
3872
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3873
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3874
+ MAGMAMATH_URL: "https://www.magmamath.com"
3669
3875
  };
3670
3876
 
3671
3877
  // src/configs/env/teachers-web/nl/env.nl.prod.ts
@@ -3693,7 +3899,12 @@ var ENV_DISTRICT_NL_MARS = {
3693
3899
  ...ENV_DISTRICT_COMMON_MARS,
3694
3900
  ...PLATFORM_URLS.MARS,
3695
3901
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3696
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL"
3902
+ API_URL: "https://api.mars.magmamath.com/v2",
3903
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3904
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL",
3905
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3906
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3907
+ MAGMAMATH_URL: "https://www.magmamath.com"
3697
3908
  };
3698
3909
 
3699
3910
  // src/configs/env/district-dash/nl/env.nl.prod.ts
@@ -3719,10 +3930,14 @@ var ENV_DISTRICT_NL_VENUS = {
3719
3930
  // src/configs/env/mobile/nl/env.nl.mars.ts
3720
3931
  var ENV_MOBILE_NL_MARS = {
3721
3932
  ...ENV_MOBILE_COMMON_MARS,
3722
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3723
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3724
3933
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3725
3934
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3935
+ API_URL: "https://api.mars.magmamath.com/v2",
3936
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3937
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3938
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3939
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
3940
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3726
3941
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NL",
3727
3942
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3728
3943
  };
@@ -3744,7 +3959,8 @@ var ENV_MOBILE_NL_PROD = {
3744
3959
 
3745
3960
  // src/configs/env/parent-web/nl/env.nl.mars.ts
3746
3961
  var ENV_PARENT_WEB_NL_MARS = {
3747
- ...ENV_PARENT_WEB_COMMON_MARS,
3962
+ API_URL: "https://api.mars.magmamath.com/v2",
3963
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3748
3964
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`
3749
3965
  };
3750
3966
 
@@ -3763,11 +3979,17 @@ var ENV_PARENT_WEB_NL_VENUS = {
3763
3979
 
3764
3980
  // src/configs/env/auth-web/fi/env.fi.mars.ts
3765
3981
  var ENV_AUTH_WEB_FI_MARS = {
3766
- ...ENV_AUTH_WEB_COMMON_MARS,
3767
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3768
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3769
3982
  ...PLATFORM_URLS.MARS,
3770
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`
3983
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
3984
+ API_URL: "https://api.mars.magmamath.com/v2",
3985
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3986
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3987
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3988
+ MAGMAMATH_URL: "https://www.magmamath.com",
3989
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3990
+ INTERCOM_APP_ID: "tjidhu4j",
3991
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
3992
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3771
3993
  };
3772
3994
 
3773
3995
  // src/configs/env/auth-web/fi/env.fi.prod.ts
@@ -3795,7 +4017,12 @@ var ENV_STUDENTS_WEB_FI_MARS = {
3795
4017
  ...ENV_STUDENTS_COMMON_MARS,
3796
4018
  ...PLATFORM_URLS.MARS,
3797
4019
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
3798
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FI"
4020
+ API_URL: "https://api.mars.magmamath.com/v2",
4021
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4022
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FI",
4023
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4024
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4025
+ MAGMAMATH_URL: "https://www.magmamath.com"
3799
4026
  };
3800
4027
 
3801
4028
  // src/configs/env/students-web/fi/env.fi.prod.ts
@@ -3823,7 +4050,12 @@ var ENV_TEACHERS_WEB_FI_MARS = {
3823
4050
  ...ENV_TEACHERS_COMMON_MARS,
3824
4051
  ...PLATFORM_URLS.MARS,
3825
4052
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
3826
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FI"
4053
+ API_URL: "https://api.mars.magmamath.com/v2",
4054
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4055
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FI",
4056
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4057
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4058
+ MAGMAMATH_URL: "https://www.magmamath.com"
3827
4059
  };
3828
4060
 
3829
4061
  // src/configs/env/teachers-web/fi/env.fi.prod.ts
@@ -3851,7 +4083,12 @@ var ENV_DISTRICT_FI_MARS = {
3851
4083
  ...ENV_DISTRICT_COMMON_MARS,
3852
4084
  ...PLATFORM_URLS.MARS,
3853
4085
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
3854
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FI"
4086
+ API_URL: "https://api.mars.magmamath.com/v2",
4087
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4088
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FI",
4089
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4090
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4091
+ MAGMAMATH_URL: "https://www.magmamath.com"
3855
4092
  };
3856
4093
 
3857
4094
  // src/configs/env/district-dash/fi/env.fi.prod.ts
@@ -3877,10 +4114,14 @@ var ENV_DISTRICT_FI_VENUS = {
3877
4114
  // src/configs/env/mobile/fi/env.fi.mars.ts
3878
4115
  var ENV_MOBILE_FI_MARS = {
3879
4116
  ...ENV_MOBILE_COMMON_MARS,
3880
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3881
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3882
4117
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3883
4118
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
4119
+ API_URL: "https://api.mars.magmamath.com/v2",
4120
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4121
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4122
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4123
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4124
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3884
4125
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_FI",
3885
4126
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3886
4127
  };
@@ -3902,7 +4143,8 @@ var ENV_MOBILE_FI_PROD = {
3902
4143
 
3903
4144
  // src/configs/env/parent-web/fi/env.fi.mars.ts
3904
4145
  var ENV_PARENT_WEB_FI_MARS = {
3905
- ...ENV_PARENT_WEB_COMMON_MARS,
4146
+ API_URL: "https://api.mars.magmamath.com/v2",
4147
+ CDN_HOST: "https://cdn.mars.magmamath.com",
3906
4148
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`
3907
4149
  };
3908
4150
 
@@ -3921,11 +4163,17 @@ var ENV_PARENT_WEB_FI_VENUS = {
3921
4163
 
3922
4164
  // src/configs/env/auth-web/nl-be/env.nl-be.mars.ts
3923
4165
  var ENV_AUTH_WEB_NL_BE_MARS = {
3924
- ...ENV_AUTH_WEB_COMMON_MARS,
3925
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3926
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3927
4166
  ...PLATFORM_URLS.MARS,
3928
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`
4167
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4168
+ API_URL: "https://api.mars.magmamath.com/v2",
4169
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4170
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4171
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4172
+ MAGMAMATH_URL: "https://www.magmamath.com",
4173
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4174
+ INTERCOM_APP_ID: "tjidhu4j",
4175
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
4176
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3929
4177
  };
3930
4178
 
3931
4179
  // src/configs/env/auth-web/nl-be/env.nl-be.prod.ts
@@ -3953,7 +4201,12 @@ var ENV_STUDENTS_WEB_NL_BE_MARS = {
3953
4201
  ...ENV_STUDENTS_COMMON_MARS,
3954
4202
  ...PLATFORM_URLS.MARS,
3955
4203
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
3956
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL_BE"
4204
+ API_URL: "https://api.mars.magmamath.com/v2",
4205
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4206
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL_BE",
4207
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4208
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4209
+ MAGMAMATH_URL: "https://www.magmamath.com"
3957
4210
  };
3958
4211
 
3959
4212
  // src/configs/env/students-web/nl-be/env.nl-be.prod.ts
@@ -3981,7 +4234,12 @@ var ENV_TEACHERS_WEB_NL_BE_MARS = {
3981
4234
  ...ENV_TEACHERS_COMMON_MARS,
3982
4235
  ...PLATFORM_URLS.MARS,
3983
4236
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
3984
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL_BE"
4237
+ API_URL: "https://api.mars.magmamath.com/v2",
4238
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4239
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL_BE",
4240
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4241
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4242
+ MAGMAMATH_URL: "https://www.magmamath.com"
3985
4243
  };
3986
4244
 
3987
4245
  // src/configs/env/teachers-web/nl-be/env.nl-be.prod.ts
@@ -4009,7 +4267,12 @@ var ENV_DISTRICT_NL_BE_MARS = {
4009
4267
  ...ENV_DISTRICT_COMMON_MARS,
4010
4268
  ...PLATFORM_URLS.MARS,
4011
4269
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4012
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL_BE"
4270
+ API_URL: "https://api.mars.magmamath.com/v2",
4271
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4272
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL_BE",
4273
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4274
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4275
+ MAGMAMATH_URL: "https://www.magmamath.com"
4013
4276
  };
4014
4277
 
4015
4278
  // src/configs/env/district-dash/nl-be/env.nl-be.prod.ts
@@ -4035,10 +4298,14 @@ var ENV_DISTRICT_NL_BE_VENUS = {
4035
4298
  // src/configs/env/mobile/nl-be/env.nl-be.mars.ts
4036
4299
  var ENV_MOBILE_NL_BE_MARS = {
4037
4300
  ...ENV_MOBILE_COMMON_MARS,
4038
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4039
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4040
4301
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4041
4302
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4303
+ API_URL: "https://api.mars.magmamath.com/v2",
4304
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4305
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4306
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4307
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4308
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4042
4309
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NL_BE",
4043
4310
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4044
4311
  };
@@ -4060,7 +4327,8 @@ var ENV_MOBILE_NL_BE_PROD = {
4060
4327
 
4061
4328
  // src/configs/env/parent-web/nl-be/env.nl-be.mars.ts
4062
4329
  var ENV_PARENT_WEB_NL_BE_MARS = {
4063
- ...ENV_PARENT_WEB_COMMON_MARS,
4330
+ API_URL: "https://api.mars.magmamath.com/v2",
4331
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4064
4332
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`
4065
4333
  };
4066
4334
 
@@ -4079,11 +4347,17 @@ var ENV_PARENT_WEB_NL_BE_VENUS = {
4079
4347
 
4080
4348
  // src/configs/env/auth-web/ie/env.ie.mars.ts
4081
4349
  var ENV_AUTH_WEB_IE_MARS = {
4082
- ...ENV_AUTH_WEB_COMMON_MARS,
4083
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4084
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4085
4350
  ...PLATFORM_URLS.MARS,
4086
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`
4351
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4352
+ API_URL: "https://api.mars.magmamath.com/v2",
4353
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4354
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4355
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4356
+ MAGMAMATH_URL: "https://www.magmamath.com",
4357
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4358
+ INTERCOM_APP_ID: "tjidhu4j",
4359
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
4360
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4087
4361
  };
4088
4362
 
4089
4363
  // src/configs/env/auth-web/ie/env.ie.prod.ts
@@ -4111,7 +4385,12 @@ var ENV_STUDENTS_WEB_IE_MARS = {
4111
4385
  ...ENV_STUDENTS_COMMON_MARS,
4112
4386
  ...PLATFORM_URLS.MARS,
4113
4387
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4114
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IE"
4388
+ API_URL: "https://api.mars.magmamath.com/v2",
4389
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4390
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IE",
4391
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4392
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4393
+ MAGMAMATH_URL: "https://www.magmamath.com"
4115
4394
  };
4116
4395
 
4117
4396
  // src/configs/env/students-web/ie/env.ie.prod.ts
@@ -4139,7 +4418,12 @@ var ENV_TEACHERS_WEB_IE_MARS = {
4139
4418
  ...ENV_TEACHERS_COMMON_MARS,
4140
4419
  ...PLATFORM_URLS.MARS,
4141
4420
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4142
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IE"
4421
+ API_URL: "https://api.mars.magmamath.com/v2",
4422
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4423
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IE",
4424
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4425
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4426
+ MAGMAMATH_URL: "https://www.magmamath.com"
4143
4427
  };
4144
4428
 
4145
4429
  // src/configs/env/teachers-web/ie/env.ie.prod.ts
@@ -4167,7 +4451,12 @@ var ENV_DISTRICT_IE_MARS = {
4167
4451
  ...ENV_DISTRICT_COMMON_MARS,
4168
4452
  ...PLATFORM_URLS.MARS,
4169
4453
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4170
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IE"
4454
+ API_URL: "https://api.mars.magmamath.com/v2",
4455
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4456
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IE",
4457
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4458
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4459
+ MAGMAMATH_URL: "https://www.magmamath.com"
4171
4460
  };
4172
4461
 
4173
4462
  // src/configs/env/district-dash/ie/env.ie.prod.ts
@@ -4193,10 +4482,14 @@ var ENV_DISTRICT_IE_VENUS = {
4193
4482
  // src/configs/env/mobile/ie/env.ie.mars.ts
4194
4483
  var ENV_MOBILE_IE_MARS = {
4195
4484
  ...ENV_MOBILE_COMMON_MARS,
4196
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4197
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4198
4485
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4199
4486
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4487
+ API_URL: "https://api.mars.magmamath.com/v2",
4488
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4489
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4490
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4491
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4492
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4200
4493
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IE",
4201
4494
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4202
4495
  };
@@ -4218,7 +4511,8 @@ var ENV_MOBILE_IE_PROD = {
4218
4511
 
4219
4512
  // src/configs/env/parent-web/ie/env.ie.mars.ts
4220
4513
  var ENV_PARENT_WEB_IE_MARS = {
4221
- ...ENV_PARENT_WEB_COMMON_MARS,
4514
+ API_URL: "https://api.mars.magmamath.com/v2",
4515
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4222
4516
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`
4223
4517
  };
4224
4518
 
@@ -4237,11 +4531,17 @@ var ENV_PARENT_WEB_IE_VENUS = {
4237
4531
 
4238
4532
  // src/configs/env/auth-web/is/env.is.mars.ts
4239
4533
  var ENV_AUTH_WEB_IS_MARS = {
4240
- ...ENV_AUTH_WEB_COMMON_MARS,
4241
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4242
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4243
4534
  ...PLATFORM_URLS.MARS,
4244
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`
4535
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4536
+ API_URL: "https://api.mars.magmamath.com/v2",
4537
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4538
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4539
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4540
+ MAGMAMATH_URL: "https://www.magmamath.com",
4541
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4542
+ INTERCOM_APP_ID: "tjidhu4j",
4543
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
4544
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4245
4545
  };
4246
4546
 
4247
4547
  // src/configs/env/auth-web/is/env.is.prod.ts
@@ -4269,7 +4569,12 @@ var ENV_STUDENTS_WEB_IS_MARS = {
4269
4569
  ...ENV_STUDENTS_COMMON_MARS,
4270
4570
  ...PLATFORM_URLS.MARS,
4271
4571
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4272
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IS"
4572
+ API_URL: "https://api.mars.magmamath.com/v2",
4573
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4574
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IS",
4575
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4576
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4577
+ MAGMAMATH_URL: "https://www.magmamath.com"
4273
4578
  };
4274
4579
 
4275
4580
  // src/configs/env/students-web/is/env.is.prod.ts
@@ -4297,7 +4602,12 @@ var ENV_TEACHERS_WEB_IS_MARS = {
4297
4602
  ...ENV_TEACHERS_COMMON_MARS,
4298
4603
  ...PLATFORM_URLS.MARS,
4299
4604
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4300
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IS"
4605
+ API_URL: "https://api.mars.magmamath.com/v2",
4606
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4607
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IS",
4608
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4609
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4610
+ MAGMAMATH_URL: "https://www.magmamath.com"
4301
4611
  };
4302
4612
 
4303
4613
  // src/configs/env/teachers-web/is/env.is.prod.ts
@@ -4325,7 +4635,12 @@ var ENV_DISTRICT_IS_MARS = {
4325
4635
  ...ENV_DISTRICT_COMMON_MARS,
4326
4636
  ...PLATFORM_URLS.MARS,
4327
4637
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4328
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IS"
4638
+ API_URL: "https://api.mars.magmamath.com/v2",
4639
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4640
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IS",
4641
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4642
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4643
+ MAGMAMATH_URL: "https://www.magmamath.com"
4329
4644
  };
4330
4645
 
4331
4646
  // src/configs/env/district-dash/is/env.is.prod.ts
@@ -4351,10 +4666,14 @@ var ENV_DISTRICT_IS_VENUS = {
4351
4666
  // src/configs/env/mobile/is/env.is.mars.ts
4352
4667
  var ENV_MOBILE_IS_MARS = {
4353
4668
  ...ENV_MOBILE_COMMON_MARS,
4354
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4355
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4356
4669
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4357
4670
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4671
+ API_URL: "https://api.mars.magmamath.com/v2",
4672
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4673
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4674
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4675
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4676
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4358
4677
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IS",
4359
4678
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4360
4679
  };
@@ -4376,7 +4695,8 @@ var ENV_MOBILE_IS_PROD = {
4376
4695
 
4377
4696
  // src/configs/env/parent-web/is/env.is.mars.ts
4378
4697
  var ENV_PARENT_WEB_IS_MARS = {
4379
- ...ENV_PARENT_WEB_COMMON_MARS,
4698
+ API_URL: "https://api.mars.magmamath.com/v2",
4699
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4380
4700
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`
4381
4701
  };
4382
4702
 
@@ -4395,11 +4715,17 @@ var ENV_PARENT_WEB_IS_VENUS = {
4395
4715
 
4396
4716
  // src/configs/env/auth-web/sv-fi/env.sv-fi.mars.ts
4397
4717
  var ENV_AUTH_WEB_SV_FI_MARS = {
4398
- ...ENV_AUTH_WEB_COMMON_MARS,
4399
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4400
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4401
4718
  ...PLATFORM_URLS.MARS,
4402
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`
4719
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4720
+ API_URL: "https://api.mars.magmamath.com/v2",
4721
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4722
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4723
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4724
+ MAGMAMATH_URL: "https://www.magmamath.com",
4725
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4726
+ INTERCOM_APP_ID: "tjidhu4j",
4727
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
4728
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4403
4729
  };
4404
4730
 
4405
4731
  // src/configs/env/auth-web/sv-fi/env.sv-fi.prod.ts
@@ -4427,7 +4753,12 @@ var ENV_STUDENTS_WEB_SV_FI_MARS = {
4427
4753
  ...ENV_STUDENTS_COMMON_MARS,
4428
4754
  ...PLATFORM_URLS.MARS,
4429
4755
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4430
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SV_FI"
4756
+ API_URL: "https://api.mars.magmamath.com/v2",
4757
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4758
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SV_FI",
4759
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4760
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4761
+ MAGMAMATH_URL: "https://www.magmamath.com"
4431
4762
  };
4432
4763
 
4433
4764
  // src/configs/env/students-web/sv-fi/env.sv-fi.prod.ts
@@ -4455,7 +4786,12 @@ var ENV_TEACHERS_WEB_SV_FI_MARS = {
4455
4786
  ...ENV_TEACHERS_COMMON_MARS,
4456
4787
  ...PLATFORM_URLS.MARS,
4457
4788
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4458
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SV_FI"
4789
+ API_URL: "https://api.mars.magmamath.com/v2",
4790
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4791
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SV_FI",
4792
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4793
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4794
+ MAGMAMATH_URL: "https://www.magmamath.com"
4459
4795
  };
4460
4796
 
4461
4797
  // src/configs/env/teachers-web/sv-fi/env.sv-fi.prod.ts
@@ -4483,7 +4819,12 @@ var ENV_DISTRICT_SV_FI_MARS = {
4483
4819
  ...ENV_DISTRICT_COMMON_MARS,
4484
4820
  ...PLATFORM_URLS.MARS,
4485
4821
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4486
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SV_FI"
4822
+ API_URL: "https://api.mars.magmamath.com/v2",
4823
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4824
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SV_FI",
4825
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4826
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4827
+ MAGMAMATH_URL: "https://www.magmamath.com"
4487
4828
  };
4488
4829
 
4489
4830
  // src/configs/env/district-dash/sv-fi/env.sv-fi.prod.ts
@@ -4509,10 +4850,14 @@ var ENV_DISTRICT_SV_FI_VENUS = {
4509
4850
  // src/configs/env/mobile/sv-fi/env.sv-fi.mars.ts
4510
4851
  var ENV_MOBILE_SV_FI_MARS = {
4511
4852
  ...ENV_MOBILE_COMMON_MARS,
4512
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4513
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4514
4853
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4515
4854
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4855
+ API_URL: "https://api.mars.magmamath.com/v2",
4856
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4857
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4858
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4859
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4860
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4516
4861
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SV_FI",
4517
4862
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4518
4863
  };
@@ -4534,7 +4879,8 @@ var ENV_MOBILE_SV_FI_PROD = {
4534
4879
 
4535
4880
  // src/configs/env/parent-web/sv-fi/env.sv-fi.mars.ts
4536
4881
  var ENV_PARENT_WEB_SV_FI_MARS = {
4537
- ...ENV_PARENT_WEB_COMMON_MARS,
4882
+ API_URL: "https://api.mars.magmamath.com/v2",
4883
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4538
4884
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`
4539
4885
  };
4540
4886
 
@@ -4553,11 +4899,17 @@ var ENV_PARENT_WEB_SV_FI_VENUS = {
4553
4899
 
4554
4900
  // src/configs/env/auth-web/at/env.at.mars.ts
4555
4901
  var ENV_AUTH_WEB_AT_MARS = {
4556
- ...ENV_AUTH_WEB_COMMON_MARS,
4557
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4558
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4559
4902
  ...PLATFORM_URLS.MARS,
4560
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`
4903
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4904
+ API_URL: "https://api.mars.magmamath.com/v2",
4905
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4906
+ MAGMAMATH_URL: "https://www.magmamath.com",
4907
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4908
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4909
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4910
+ INTERCOM_APP_ID: "tjidhu4j",
4911
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
4912
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4561
4913
  };
4562
4914
 
4563
4915
  // src/configs/env/auth-web/at/env.at.prod.ts
@@ -4585,7 +4937,12 @@ var ENV_STUDENTS_WEB_AT_MARS = {
4585
4937
  ...ENV_STUDENTS_COMMON_MARS,
4586
4938
  ...PLATFORM_URLS.MARS,
4587
4939
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4588
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_AT"
4940
+ API_URL: "https://api.mars.magmamath.com/v2",
4941
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4942
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_AT",
4943
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4944
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4945
+ MAGMAMATH_URL: "https://www.magmamath.com"
4589
4946
  };
4590
4947
 
4591
4948
  // src/configs/env/students-web/at/env.at.prod.ts
@@ -4613,7 +4970,12 @@ var ENV_TEACHERS_WEB_AT_MARS = {
4613
4970
  ...ENV_TEACHERS_COMMON_MARS,
4614
4971
  ...PLATFORM_URLS.MARS,
4615
4972
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4616
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_AT"
4973
+ API_URL: "https://api.mars.magmamath.com/v2",
4974
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4975
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_AT",
4976
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
4977
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4978
+ MAGMAMATH_URL: "https://www.magmamath.com"
4617
4979
  };
4618
4980
 
4619
4981
  // src/configs/env/teachers-web/at/env.at.prod.ts
@@ -4641,7 +5003,12 @@ var ENV_DISTRICT_AT_MARS = {
4641
5003
  ...ENV_DISTRICT_COMMON_MARS,
4642
5004
  ...PLATFORM_URLS.MARS,
4643
5005
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4644
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_AT"
5006
+ API_URL: "https://api.mars.magmamath.com/v2",
5007
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5008
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_AT",
5009
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5010
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5011
+ MAGMAMATH_URL: "https://www.magmamath.com"
4645
5012
  };
4646
5013
 
4647
5014
  // src/configs/env/district-dash/at/env.at.prod.ts
@@ -4667,11 +5034,15 @@ var ENV_DISTRICT_AT_VENUS = {
4667
5034
  // src/configs/env/mobile/at/env.at.mars.ts
4668
5035
  var ENV_MOBILE_AT_MARS = {
4669
5036
  ...ENV_MOBILE_COMMON_MARS,
4670
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4671
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4672
5037
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4673
5038
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
5039
+ API_URL: "https://api.mars.magmamath.com/v2",
5040
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5041
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5042
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4674
5043
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_AT",
5044
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5045
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4675
5046
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4676
5047
  };
4677
5048
 
@@ -4692,7 +5063,8 @@ var ENV_MOBILE_AT_PROD = {
4692
5063
 
4693
5064
  // src/configs/env/parent-web/at/env.at.mars.ts
4694
5065
  var ENV_PARENT_WEB_AT_MARS = {
4695
- ...ENV_PARENT_WEB_COMMON_MARS,
5066
+ API_URL: "https://api.mars.magmamath.com/v2",
5067
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4696
5068
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`
4697
5069
  };
4698
5070
 
@@ -4711,11 +5083,17 @@ var ENV_PARENT_WEB_AT_VENUS = {
4711
5083
 
4712
5084
  // src/configs/env/auth-web/ch/env.ch.mars.ts
4713
5085
  var ENV_AUTH_WEB_CH_MARS = {
4714
- ...ENV_AUTH_WEB_COMMON_MARS,
4715
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4716
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4717
5086
  ...PLATFORM_URLS.MARS,
4718
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`
5087
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5088
+ API_URL: "https://api.mars.magmamath.com/v2",
5089
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5090
+ MAGMAMATH_URL: "https://www.magmamath.com",
5091
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5092
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5093
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5094
+ INTERCOM_APP_ID: "tjidhu4j",
5095
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
5096
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4719
5097
  };
4720
5098
 
4721
5099
  // src/configs/env/auth-web/ch/env.ch.prod.ts
@@ -4743,7 +5121,12 @@ var ENV_STUDENTS_WEB_CH_MARS = {
4743
5121
  ...ENV_STUDENTS_COMMON_MARS,
4744
5122
  ...PLATFORM_URLS.MARS,
4745
5123
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
4746
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CH"
5124
+ API_URL: "https://api.mars.magmamath.com/v2",
5125
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5126
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CH",
5127
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5128
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5129
+ MAGMAMATH_URL: "https://www.magmamath.com"
4747
5130
  };
4748
5131
 
4749
5132
  // src/configs/env/students-web/ch/env.ch.prod.ts
@@ -4771,7 +5154,12 @@ var ENV_TEACHERS_WEB_CH_MARS = {
4771
5154
  ...ENV_TEACHERS_COMMON_MARS,
4772
5155
  ...PLATFORM_URLS.MARS,
4773
5156
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
4774
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CH"
5157
+ API_URL: "https://api.mars.magmamath.com/v2",
5158
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5159
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CH",
5160
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5161
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5162
+ MAGMAMATH_URL: "https://www.magmamath.com"
4775
5163
  };
4776
5164
 
4777
5165
  // src/configs/env/teachers-web/ch/env.ch.prod.ts
@@ -4799,7 +5187,12 @@ var ENV_DISTRICT_CH_MARS = {
4799
5187
  ...ENV_DISTRICT_COMMON_MARS,
4800
5188
  ...PLATFORM_URLS.MARS,
4801
5189
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
4802
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CH"
5190
+ API_URL: "https://api.mars.magmamath.com/v2",
5191
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5192
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CH",
5193
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5194
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5195
+ MAGMAMATH_URL: "https://www.magmamath.com"
4803
5196
  };
4804
5197
 
4805
5198
  // src/configs/env/district-dash/ch/env.ch.prod.ts
@@ -4825,11 +5218,15 @@ var ENV_DISTRICT_CH_VENUS = {
4825
5218
  // src/configs/env/mobile/ch/env.ch.mars.ts
4826
5219
  var ENV_MOBILE_CH_MARS = {
4827
5220
  ...ENV_MOBILE_COMMON_MARS,
4828
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4829
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4830
5221
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4831
5222
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5223
+ API_URL: "https://api.mars.magmamath.com/v2",
5224
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5225
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5226
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4832
5227
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CH",
5228
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5229
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4833
5230
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4834
5231
  };
4835
5232
 
@@ -4850,7 +5247,8 @@ var ENV_MOBILE_CH_PROD = {
4850
5247
 
4851
5248
  // src/configs/env/parent-web/ch/env.ch.mars.ts
4852
5249
  var ENV_PARENT_WEB_CH_MARS = {
4853
- ...ENV_PARENT_WEB_COMMON_MARS,
5250
+ API_URL: "https://api.mars.magmamath.com/v2",
5251
+ CDN_HOST: "https://cdn.mars.magmamath.com",
4854
5252
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`
4855
5253
  };
4856
5254
 
@@ -4869,11 +5267,17 @@ var ENV_PARENT_WEB_CH_VENUS = {
4869
5267
 
4870
5268
  // src/configs/env/auth-web/es/env.es.mars.ts
4871
5269
  var ENV_AUTH_WEB_ES_MARS = {
4872
- ...ENV_AUTH_WEB_COMMON_MARS,
4873
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4874
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4875
5270
  ...PLATFORM_URLS.MARS,
4876
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`
5271
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5272
+ API_URL: "https://api.mars.magmamath.com/v2",
5273
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5274
+ MAGMAMATH_URL: "https://www.magmamath.com",
5275
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5276
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5277
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5278
+ INTERCOM_APP_ID: "tjidhu4j",
5279
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
5280
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4877
5281
  };
4878
5282
 
4879
5283
  // src/configs/env/auth-web/es/env.es.prod.ts
@@ -4901,7 +5305,12 @@ var ENV_STUDENTS_WEB_ES_MARS = {
4901
5305
  ...ENV_STUDENTS_COMMON_MARS,
4902
5306
  ...PLATFORM_URLS.MARS,
4903
5307
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
4904
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_ES"
5308
+ API_URL: "https://api.mars.magmamath.com/v2",
5309
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5310
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_ES",
5311
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5312
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5313
+ MAGMAMATH_URL: "https://www.magmamath.com"
4905
5314
  };
4906
5315
 
4907
5316
  // src/configs/env/students-web/es/env.es.prod.ts
@@ -4929,7 +5338,12 @@ var ENV_TEACHERS_WEB_ES_MARS = {
4929
5338
  ...ENV_TEACHERS_COMMON_MARS,
4930
5339
  ...PLATFORM_URLS.MARS,
4931
5340
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
4932
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_ES"
5341
+ API_URL: "https://api.mars.magmamath.com/v2",
5342
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5343
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_ES",
5344
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5345
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5346
+ MAGMAMATH_URL: "https://www.magmamath.com"
4933
5347
  };
4934
5348
 
4935
5349
  // src/configs/env/teachers-web/es/env.es.prod.ts
@@ -4957,7 +5371,12 @@ var ENV_DISTRICT_ES_MARS = {
4957
5371
  ...ENV_DISTRICT_COMMON_MARS,
4958
5372
  ...PLATFORM_URLS.MARS,
4959
5373
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
4960
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_ES"
5374
+ API_URL: "https://api.mars.magmamath.com/v2",
5375
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5376
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_ES",
5377
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5378
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5379
+ MAGMAMATH_URL: "https://www.magmamath.com"
4961
5380
  };
4962
5381
 
4963
5382
  // src/configs/env/district-dash/es/env.es.prod.ts
@@ -4983,11 +5402,15 @@ var ENV_DISTRICT_ES_VENUS = {
4983
5402
  // src/configs/env/mobile/es/env.es.mars.ts
4984
5403
  var ENV_MOBILE_ES_MARS = {
4985
5404
  ...ENV_MOBILE_COMMON_MARS,
4986
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4987
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4988
5405
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4989
5406
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5407
+ API_URL: "https://api.mars.magmamath.com/v2",
5408
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5409
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5410
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4990
5411
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_ES",
5412
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5413
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4991
5414
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4992
5415
  };
4993
5416
 
@@ -5008,7 +5431,8 @@ var ENV_MOBILE_ES_PROD = {
5008
5431
 
5009
5432
  // src/configs/env/parent-web/es/env.es.mars.ts
5010
5433
  var ENV_PARENT_WEB_ES_MARS = {
5011
- ...ENV_PARENT_WEB_COMMON_MARS,
5434
+ API_URL: "https://api.mars.magmamath.com/v2",
5435
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5012
5436
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`
5013
5437
  };
5014
5438
 
@@ -5027,11 +5451,17 @@ var ENV_PARENT_WEB_ES_VENUS = {
5027
5451
 
5028
5452
  // src/configs/env/auth-web/pt/env.pt.mars.ts
5029
5453
  var ENV_AUTH_WEB_PT_MARS = {
5030
- ...ENV_AUTH_WEB_COMMON_MARS,
5031
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5032
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5033
5454
  ...PLATFORM_URLS.MARS,
5034
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`
5455
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5456
+ API_URL: "https://api.mars.magmamath.com/v2",
5457
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5458
+ MAGMAMATH_URL: "https://www.magmamath.com",
5459
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5460
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5461
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5462
+ INTERCOM_APP_ID: "tjidhu4j",
5463
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
5464
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5035
5465
  };
5036
5466
 
5037
5467
  // src/configs/env/auth-web/pt/env.pt.prod.ts
@@ -5059,7 +5489,12 @@ var ENV_STUDENTS_WEB_PT_MARS = {
5059
5489
  ...ENV_STUDENTS_COMMON_MARS,
5060
5490
  ...PLATFORM_URLS.MARS,
5061
5491
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5062
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PT"
5492
+ API_URL: "https://api.mars.magmamath.com/v2",
5493
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5494
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PT",
5495
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5496
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5497
+ MAGMAMATH_URL: "https://www.magmamath.com"
5063
5498
  };
5064
5499
 
5065
5500
  // src/configs/env/students-web/pt/env.pt.prod.ts
@@ -5087,7 +5522,12 @@ var ENV_TEACHERS_WEB_PT_MARS = {
5087
5522
  ...ENV_TEACHERS_COMMON_MARS,
5088
5523
  ...PLATFORM_URLS.MARS,
5089
5524
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5090
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PT"
5525
+ API_URL: "https://api.mars.magmamath.com/v2",
5526
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5527
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PT",
5528
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5529
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5530
+ MAGMAMATH_URL: "https://www.magmamath.com"
5091
5531
  };
5092
5532
 
5093
5533
  // src/configs/env/teachers-web/pt/env.pt.prod.ts
@@ -5115,7 +5555,12 @@ var ENV_DISTRICT_PT_MARS = {
5115
5555
  ...ENV_DISTRICT_COMMON_MARS,
5116
5556
  ...PLATFORM_URLS.MARS,
5117
5557
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5118
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PT"
5558
+ API_URL: "https://api.mars.magmamath.com/v2",
5559
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5560
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PT",
5561
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5562
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5563
+ MAGMAMATH_URL: "https://www.magmamath.com"
5119
5564
  };
5120
5565
 
5121
5566
  // src/configs/env/district-dash/pt/env.pt.prod.ts
@@ -5141,11 +5586,15 @@ var ENV_DISTRICT_PT_VENUS = {
5141
5586
  // src/configs/env/mobile/pt/env.pt.mars.ts
5142
5587
  var ENV_MOBILE_PT_MARS = {
5143
5588
  ...ENV_MOBILE_COMMON_MARS,
5144
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5145
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5146
5589
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5147
5590
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5591
+ API_URL: "https://api.mars.magmamath.com/v2",
5592
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5593
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5594
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5148
5595
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_PT",
5596
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5597
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5149
5598
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5150
5599
  };
5151
5600
 
@@ -5166,7 +5615,8 @@ var ENV_MOBILE_PT_PROD = {
5166
5615
 
5167
5616
  // src/configs/env/parent-web/pt/env.pt.mars.ts
5168
5617
  var ENV_PARENT_WEB_PT_MARS = {
5169
- ...ENV_PARENT_WEB_COMMON_MARS,
5618
+ API_URL: "https://api.mars.magmamath.com/v2",
5619
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5170
5620
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`
5171
5621
  };
5172
5622
 
@@ -5185,13 +5635,19 @@ var ENV_PARENT_WEB_PT_VENUS = {
5185
5635
 
5186
5636
  // src/configs/env/auth-web/us/eu_main/env.us.mars.ts
5187
5637
  var ENV_AUTH_WEB_US_EU_MAIN_MARS = {
5188
- ...ENV_AUTH_WEB_COMMON_MARS,
5189
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5190
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5191
5638
  ...PLATFORM_URLS.MARS,
5192
- CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5193
- CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5194
- SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink"
5639
+ API_URL: "https://api.mars.magmamath.com/v2",
5640
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5641
+ MAGMAMATH_URL: "https://www.magmamath.com",
5642
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5643
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5644
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5645
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5646
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5647
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5648
+ INTERCOM_APP_ID: "tjidhu4j",
5649
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
5650
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5195
5651
  };
5196
5652
 
5197
5653
  // src/configs/env/auth-web/us/eu_main/env.us.prod.ts
@@ -5217,13 +5673,19 @@ var ENV_AUTH_WEB_US_EU_MAIN_VENUS = {
5217
5673
 
5218
5674
  // src/configs/env/auth-web/ca/eu_main/env.ca.mars.ts
5219
5675
  var ENV_AUTH_WEB_CA_EU_MAIN_MARS = {
5220
- ...ENV_AUTH_WEB_COMMON_MARS,
5221
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5222
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5223
5676
  ...PLATFORM_URLS.MARS,
5224
- CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5225
- CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5226
- SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink"
5677
+ API_URL: "https://api.mars.magmamath.com/v2",
5678
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5679
+ MAGMAMATH_URL: "https://www.magmamath.com",
5680
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5681
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5682
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5683
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5684
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5685
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5686
+ INTERCOM_APP_ID: "tjidhu4j",
5687
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
5688
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5227
5689
  };
5228
5690
 
5229
5691
  // src/configs/env/auth-web/ca/eu_main/env.ca.prod.ts
@@ -5251,7 +5713,12 @@ var ENV_AUTH_WEB_CA_EU_MAIN_VENUS = {
5251
5713
  var ENV_STUDENTS_WEB_US_EU_MAIN_MARS = {
5252
5714
  ...ENV_STUDENTS_COMMON_MARS,
5253
5715
  ...PLATFORM_URLS.MARS,
5254
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US"
5716
+ API_URL: "https://api.mars.magmamath.com/v2",
5717
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5718
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
5719
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5720
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5721
+ MAGMAMATH_URL: "https://www.magmamath.com"
5255
5722
  };
5256
5723
 
5257
5724
  // src/configs/env/students-web/us/eu_main/env.us.prod.ts
@@ -5277,7 +5744,13 @@ var ENV_STUDENTS_WEB_US_EU_MAIN_VENUS = {
5277
5744
  var ENV_STUDENTS_WEB_CA_EU_MAIN_MARS = {
5278
5745
  ...ENV_STUDENTS_COMMON_MARS,
5279
5746
  ...PLATFORM_URLS.MARS,
5280
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA"
5747
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5748
+ API_URL: "https://api.mars.magmamath.com/v2",
5749
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5750
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA",
5751
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5752
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5753
+ MAGMAMATH_URL: "https://www.magmamath.com"
5281
5754
  };
5282
5755
 
5283
5756
  // src/configs/env/students-web/ca/eu_main/env.ca.prod.ts
@@ -5303,7 +5776,12 @@ var ENV_STUDENTS_WEB_CA_EU_MAIN_VENUS = {
5303
5776
  var ENV_TEACHERS_WEB_US_EU_MAIN_MARS = {
5304
5777
  ...ENV_TEACHERS_COMMON_MARS,
5305
5778
  ...PLATFORM_URLS.MARS,
5306
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US"
5779
+ API_URL: "https://api.mars.magmamath.com/v2",
5780
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5781
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
5782
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5783
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5784
+ MAGMAMATH_URL: "https://www.magmamath.com"
5307
5785
  };
5308
5786
 
5309
5787
  // src/configs/env/teachers-web/us/eu_main/env.us.prod.ts
@@ -5329,7 +5807,13 @@ var ENV_TEACHERS_WEB_US_EU_MAIN_VENUS = {
5329
5807
  var ENV_TEACHERS_WEB_CA_EU_MAIN_MARS = {
5330
5808
  ...ENV_TEACHERS_COMMON_MARS,
5331
5809
  ...PLATFORM_URLS.MARS,
5332
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA"
5810
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5811
+ API_URL: "https://api.mars.magmamath.com/v2",
5812
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5813
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA",
5814
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5815
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5816
+ MAGMAMATH_URL: "https://www.magmamath.com"
5333
5817
  };
5334
5818
 
5335
5819
  // src/configs/env/teachers-web/ca/eu_main/env.ca.prod.ts
@@ -5355,7 +5839,12 @@ var ENV_TEACHERS_WEB_CA_EU_MAIN_VENUS = {
5355
5839
  var ENV_DISTRICT_US_EU_MAIN_MARS = {
5356
5840
  ...ENV_DISTRICT_COMMON_MARS,
5357
5841
  ...PLATFORM_URLS.MARS,
5358
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US"
5842
+ API_URL: "https://api.mars.magmamath.com/v2",
5843
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5844
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
5845
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5846
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5847
+ MAGMAMATH_URL: "https://www.magmamath.com"
5359
5848
  };
5360
5849
 
5361
5850
  // src/configs/env/district-dash/us/eu_main/env.us.prod.ts
@@ -5381,7 +5870,13 @@ var ENV_DISTRICT_US_EU_MAIN_VENUS = {
5381
5870
  var ENV_DISTRICT_CA_EU_MAIN_MARS = {
5382
5871
  ...ENV_DISTRICT_COMMON_MARS,
5383
5872
  ...PLATFORM_URLS.MARS,
5384
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA"
5873
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5874
+ API_URL: "https://api.mars.magmamath.com/v2",
5875
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5876
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA",
5877
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5878
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5879
+ MAGMAMATH_URL: "https://www.magmamath.com"
5385
5880
  };
5386
5881
 
5387
5882
  // src/configs/env/district-dash/ca/eu_main/env.ca.prod.ts
@@ -5406,14 +5901,18 @@ var ENV_DISTRICT_CA_EU_MAIN_VENUS = {
5406
5901
  // src/configs/env/mobile/us/eu_main/env.us.mars.ts
5407
5902
  var ENV_MOBILE_US_EU_MAIN_MARS = {
5408
5903
  ...ENV_MOBILE_COMMON_MARS,
5409
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5410
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5411
5904
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5412
5905
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
5906
+ API_URL: "https://api.mars.magmamath.com/v2",
5907
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5908
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5909
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5413
5910
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
5414
- CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5415
- SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink",
5416
- CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5911
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5912
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5913
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5914
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5915
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5417
5916
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5418
5917
  };
5419
5918
 
@@ -5439,14 +5938,19 @@ var ENV_MOBILE_US_EU_MAIN_PROD = {
5439
5938
  // src/configs/env/mobile/ca/eu_main/env.ca.mars.ts
5440
5939
  var ENV_MOBILE_CA_EU_MAIN_MARS = {
5441
5940
  ...ENV_MOBILE_COMMON_MARS,
5442
- GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5443
- MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5941
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5444
5942
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5445
5943
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
5944
+ API_URL: "https://api.mars.magmamath.com/v2",
5945
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5946
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
5947
+ WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5446
5948
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CA",
5447
- CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5448
- SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink",
5449
- CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5949
+ GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5950
+ MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5951
+ CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5952
+ SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5953
+ CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5450
5954
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5451
5955
  };
5452
5956
 
@@ -5471,7 +5975,8 @@ var ENV_MOBILE_CA_EU_MAIN_PROD = {
5471
5975
 
5472
5976
  // src/configs/env/parent-web/us/eu_main/env.us.mars.ts
5473
5977
  var ENV_PARENT_WEB_US_EU_MAIN_MARS = {
5474
- ...ENV_PARENT_WEB_COMMON_MARS,
5978
+ API_URL: "https://api.mars.magmamath.com/v2",
5979
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5475
5980
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
5476
5981
  };
5477
5982
 
@@ -5490,7 +5995,8 @@ var ENV_PARENT_WEB_US_EU_MAIN_VENUS = {
5490
5995
 
5491
5996
  // src/configs/env/parent-web/ca/eu_main/env.ca.mars.ts
5492
5997
  var ENV_PARENT_WEB_CA_EU_MAIN_MARS = {
5493
- ...ENV_PARENT_WEB_COMMON_MARS,
5998
+ API_URL: "https://api.mars.magmamath.com/v2",
5999
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5494
6000
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
5495
6001
  };
5496
6002
 
@@ -5509,9 +6015,15 @@ var ENV_PARENT_WEB_CA_EU_MAIN_VENUS = {
5509
6015
 
5510
6016
  // src/configs/env/auth-web/ckb/env.ckb.mars.ts
5511
6017
  var ENV_AUTH_WEB_IQ_MARS = {
5512
- ...ENV_AUTH_WEB_COMMON_MARS,
5513
6018
  ...PLATFORM_URLS.MARS,
5514
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`
6019
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6020
+ API_URL: "https://api.mars.magmamath.com/v2",
6021
+ CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
6022
+ MAGMAMATH_URL: "https://www.magmamath.com",
6023
+ TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
6024
+ INTERCOM_APP_ID: "tjidhu4j",
6025
+ TOLGEE_API_URL: "https://tolgee.matteappen.se",
6026
+ TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5515
6027
  };
5516
6028
 
5517
6029
  // src/configs/env/auth-web/ckb/env.ckb.prod.ts
@@ -5537,7 +6049,12 @@ var ENV_STUDENTS_WEB_IQ_MARS = {
5537
6049
  ...ENV_STUDENTS_COMMON_MARS,
5538
6050
  ...PLATFORM_URLS.MARS,
5539
6051
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
5540
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IQ"
6052
+ API_URL: "https://api.mars.magmamath.com/v2",
6053
+ CDN_HOST: "https://cdn.mars.magmamath.com",
6054
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IQ",
6055
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
6056
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6057
+ MAGMAMATH_URL: "https://www.magmamath.com"
5541
6058
  };
5542
6059
 
5543
6060
  // src/configs/env/students-web/ckb/env.ckb.prod.ts
@@ -5565,7 +6082,12 @@ var ENV_TEACHERS_WEB_IQ_MARS = {
5565
6082
  ...ENV_TEACHERS_COMMON_MARS,
5566
6083
  ...PLATFORM_URLS.MARS,
5567
6084
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
5568
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IQ"
6085
+ API_URL: "https://api.mars.magmamath.com/v2",
6086
+ CDN_HOST: "https://cdn.mars.magmamath.com",
6087
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IQ",
6088
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
6089
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6090
+ MAGMAMATH_URL: "https://www.magmamath.com"
5569
6091
  };
5570
6092
 
5571
6093
  // src/configs/env/teachers-web/ckb/env.ckb.prod.ts
@@ -5593,7 +6115,12 @@ var ENV_DISTRICT_IQ_MARS = {
5593
6115
  ...ENV_DISTRICT_COMMON_MARS,
5594
6116
  ...PLATFORM_URLS.MARS,
5595
6117
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
5596
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IQ"
6118
+ API_URL: "https://api.mars.magmamath.com/v2",
6119
+ CDN_HOST: "https://cdn.mars.magmamath.com",
6120
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IQ",
6121
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
6122
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6123
+ MAGMAMATH_URL: "https://www.magmamath.com"
5597
6124
  };
5598
6125
 
5599
6126
  // src/configs/env/district-dash/ckb/env.ckb.prod.ts
@@ -5621,6 +6148,10 @@ var ENV_MOBILE_IQ_MARS = {
5621
6148
  ...ENV_MOBILE_COMMON_MARS,
5622
6149
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5623
6150
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6151
+ API_URL: "https://api.mars.magmamath.com/v2",
6152
+ CDN_HOST: "https://cdn.mars.magmamath.com",
6153
+ SOCKET_URL: "https://sockets-mars.magmamath.com",
6154
+ WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
5624
6155
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IQ",
5625
6156
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5626
6157
  };
@@ -5640,7 +6171,8 @@ var ENV_MOBILE_IQ_PROD = {
5640
6171
 
5641
6172
  // src/configs/env/parent-web/ckb/env.ckb.mars.ts
5642
6173
  var ENV_PARENT_WEB_IQ_MARS = {
5643
- ...ENV_PARENT_WEB_COMMON_MARS,
6174
+ API_URL: "https://api.mars.magmamath.com/v2",
6175
+ CDN_HOST: "https://cdn.mars.magmamath.com",
5644
6176
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`
5645
6177
  };
5646
6178
 
@@ -8603,7 +9135,7 @@ var LOCALE_AUTHWEB_DE = {
8603
9135
  list: [SSO_GOOGLE_CONFIG, SSO_MICROSOFT_CONFIG, SSO_VIDIS_CONFIG, SSO_QR_CODE_CONFIG]
8604
9136
  },
8605
9137
  signUp: {
8606
- list: [SSO_GOOGLE_CONFIG, SSO_MICROSOFT_CONFIG]
9138
+ list: [SSO_GOOGLE_CONFIG, SSO_MICROSOFT_CONFIG, SSO_VIDIS_CONFIG]
8607
9139
  }
8608
9140
  },
8609
9141
  isPrimaryRegion: true,