@magmamath/frontend-config 1.5.10 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -14
- package/dist/index.d.ts +3 -14
- package/dist/index.js +8 -66
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -66
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -427,7 +427,6 @@ type TeachersWebCommon = {
|
|
|
427
427
|
MYSCRIPT_REST_HMAC_KEY: string;
|
|
428
428
|
PROBLEM_IMAGE_SIZE_LIMIT: number;
|
|
429
429
|
INTERCOM_APP_ID: string;
|
|
430
|
-
CLARITY_PROJECT_ID: string;
|
|
431
430
|
LOGGLY_CUSTOMER_TOKEN: string;
|
|
432
431
|
TOLGEE_API_URL?: string;
|
|
433
432
|
TOLGEE_API_KEY?: string;
|
|
@@ -452,7 +451,7 @@ type TeachersWebVarsPreset = {
|
|
|
452
451
|
type DistrictCommon = {
|
|
453
452
|
CDN_HOST_TRANSLATIONS: string;
|
|
454
453
|
INTERCOM_APP_ID: string;
|
|
455
|
-
|
|
454
|
+
AMPLITUDE_API_KEY?: string;
|
|
456
455
|
PROBLEM_IMAGE_SIZE_LIMIT: number;
|
|
457
456
|
TOLGEE_API_URL?: string;
|
|
458
457
|
TOLGEE_API_KEY?: string;
|
|
@@ -587,7 +586,7 @@ type Prettify<T> = T extends Function ? T : {
|
|
|
587
586
|
type AuthWebVars<T extends SSOVariant> = Prettify<AuthWebBaseVars & T>;
|
|
588
587
|
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL' | 'WEBSOCKETS_URL'> & {
|
|
589
588
|
TOS_URL: string;
|
|
590
|
-
|
|
589
|
+
AMPLITUDE_API_KEY?: string;
|
|
591
590
|
INTERCOM_APP_ID: string;
|
|
592
591
|
TOLGEE_API_URL?: string;
|
|
593
592
|
TOLGEE_API_KEY?: string;
|
|
@@ -857,15 +856,6 @@ declare enum DrawboardCoinVariant {
|
|
|
857
856
|
SE = "se",
|
|
858
857
|
PL = "pl"
|
|
859
858
|
}
|
|
860
|
-
declare enum AlgebraSectionName {
|
|
861
|
-
ALGEBRA = "ALGEBRA",
|
|
862
|
-
ALGEBRA_SIMPLE = "ALGEBRA_SIMPLE"
|
|
863
|
-
}
|
|
864
|
-
type ManipulativeOverride = {
|
|
865
|
-
grades: number[];
|
|
866
|
-
sections: AlgebraSectionName[];
|
|
867
|
-
shapes: string[];
|
|
868
|
-
};
|
|
869
859
|
|
|
870
860
|
type KeyboardConfig = {
|
|
871
861
|
preset: KeyboardPreset;
|
|
@@ -886,7 +876,6 @@ type StudentsLocaleConfig = CommonLocaleConfig & {
|
|
|
886
876
|
drawboard: {
|
|
887
877
|
basicManipulativesMaxGrade: number;
|
|
888
878
|
coinVariant: DrawboardCoinVariant;
|
|
889
|
-
manipulativeOverrides?: ManipulativeOverride[];
|
|
890
879
|
};
|
|
891
880
|
exampleSolutions: {
|
|
892
881
|
languageName: string;
|
|
@@ -1139,4 +1128,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
|
|
|
1139
1128
|
};
|
|
1140
1129
|
}
|
|
1141
1130
|
|
|
1142
|
-
export { AT_CALENDAR_CONFIG,
|
|
1131
|
+
export { AT_CALENDAR_CONFIG, AppConfigManager, type AuthWebBaseVars, type AuthWebEuLocalePreset, type AuthWebVars, type AuthWebVarsPreset, CH_CALENDAR_CONFIG, CalculatorType, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, type GradeData, type HighSchoolGrades, HomeRegion, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileEuLocalePreset, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_AT, type SSO_CH, type SSO_DE, type SSO_DK, type SSO_ES, type SSO_FI, type SSO_FR, type SSO_IE, type SSO_IS, type SSO_IT, type SSO_NL, type SSO_NL_BE, type SSO_NO, type SSO_PL, type SSO_PT, type SSO_SE, type SSO_SV_FI, type SSO_UK, type SSO_US, SV_FI_CALENDAR_CONFIG, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };
|
package/dist/index.d.ts
CHANGED
|
@@ -427,7 +427,6 @@ type TeachersWebCommon = {
|
|
|
427
427
|
MYSCRIPT_REST_HMAC_KEY: string;
|
|
428
428
|
PROBLEM_IMAGE_SIZE_LIMIT: number;
|
|
429
429
|
INTERCOM_APP_ID: string;
|
|
430
|
-
CLARITY_PROJECT_ID: string;
|
|
431
430
|
LOGGLY_CUSTOMER_TOKEN: string;
|
|
432
431
|
TOLGEE_API_URL?: string;
|
|
433
432
|
TOLGEE_API_KEY?: string;
|
|
@@ -452,7 +451,7 @@ type TeachersWebVarsPreset = {
|
|
|
452
451
|
type DistrictCommon = {
|
|
453
452
|
CDN_HOST_TRANSLATIONS: string;
|
|
454
453
|
INTERCOM_APP_ID: string;
|
|
455
|
-
|
|
454
|
+
AMPLITUDE_API_KEY?: string;
|
|
456
455
|
PROBLEM_IMAGE_SIZE_LIMIT: number;
|
|
457
456
|
TOLGEE_API_URL?: string;
|
|
458
457
|
TOLGEE_API_KEY?: string;
|
|
@@ -587,7 +586,7 @@ type Prettify<T> = T extends Function ? T : {
|
|
|
587
586
|
type AuthWebVars<T extends SSOVariant> = Prettify<AuthWebBaseVars & T>;
|
|
588
587
|
type AuthWebBaseVars = Omit<RegionSpecificVars, 'CDN_HOST' | 'LOGGLY_TAG' | 'SOCKET_URL' | 'WEBSOCKETS_URL'> & {
|
|
589
588
|
TOS_URL: string;
|
|
590
|
-
|
|
589
|
+
AMPLITUDE_API_KEY?: string;
|
|
591
590
|
INTERCOM_APP_ID: string;
|
|
592
591
|
TOLGEE_API_URL?: string;
|
|
593
592
|
TOLGEE_API_KEY?: string;
|
|
@@ -857,15 +856,6 @@ declare enum DrawboardCoinVariant {
|
|
|
857
856
|
SE = "se",
|
|
858
857
|
PL = "pl"
|
|
859
858
|
}
|
|
860
|
-
declare enum AlgebraSectionName {
|
|
861
|
-
ALGEBRA = "ALGEBRA",
|
|
862
|
-
ALGEBRA_SIMPLE = "ALGEBRA_SIMPLE"
|
|
863
|
-
}
|
|
864
|
-
type ManipulativeOverride = {
|
|
865
|
-
grades: number[];
|
|
866
|
-
sections: AlgebraSectionName[];
|
|
867
|
-
shapes: string[];
|
|
868
|
-
};
|
|
869
859
|
|
|
870
860
|
type KeyboardConfig = {
|
|
871
861
|
preset: KeyboardPreset;
|
|
@@ -886,7 +876,6 @@ type StudentsLocaleConfig = CommonLocaleConfig & {
|
|
|
886
876
|
drawboard: {
|
|
887
877
|
basicManipulativesMaxGrade: number;
|
|
888
878
|
coinVariant: DrawboardCoinVariant;
|
|
889
|
-
manipulativeOverrides?: ManipulativeOverride[];
|
|
890
879
|
};
|
|
891
880
|
exampleSolutions: {
|
|
892
881
|
languageName: string;
|
|
@@ -1139,4 +1128,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
|
|
|
1139
1128
|
};
|
|
1140
1129
|
}
|
|
1141
1130
|
|
|
1142
|
-
export { AT_CALENDAR_CONFIG,
|
|
1131
|
+
export { AT_CALENDAR_CONFIG, AppConfigManager, type AuthWebBaseVars, type AuthWebEuLocalePreset, type AuthWebVars, type AuthWebVarsPreset, CH_CALENDAR_CONFIG, CalculatorType, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, type GradeData, type HighSchoolGrades, HomeRegion, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileEuLocalePreset, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_AT, type SSO_CH, type SSO_DE, type SSO_DK, type SSO_ES, type SSO_FI, type SSO_FR, type SSO_IE, type SSO_IS, type SSO_IT, type SSO_NL, type SSO_NL_BE, type SSO_NO, type SSO_PL, type SSO_PT, type SSO_SE, type SSO_SV_FI, type SSO_UK, type SSO_US, SV_FI_CALENDAR_CONFIG, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };
|
package/dist/index.js
CHANGED
|
@@ -1343,11 +1343,6 @@ var DrawboardCoinVariant = /* @__PURE__ */ ((DrawboardCoinVariant2) => {
|
|
|
1343
1343
|
DrawboardCoinVariant2["PL"] = "pl";
|
|
1344
1344
|
return DrawboardCoinVariant2;
|
|
1345
1345
|
})(DrawboardCoinVariant || {});
|
|
1346
|
-
var AlgebraSectionName = /* @__PURE__ */ ((AlgebraSectionName2) => {
|
|
1347
|
-
AlgebraSectionName2["ALGEBRA"] = "ALGEBRA";
|
|
1348
|
-
AlgebraSectionName2["ALGEBRA_SIMPLE"] = "ALGEBRA_SIMPLE";
|
|
1349
|
-
return AlgebraSectionName2;
|
|
1350
|
-
})(AlgebraSectionName || {});
|
|
1351
1346
|
|
|
1352
1347
|
// src/shared/constants/problemCreatorKeyboard.constants.ts
|
|
1353
1348
|
var ProblemCreatorKeyboardPreset = /* @__PURE__ */ ((ProblemCreatorKeyboardPreset2) => {
|
|
@@ -1415,7 +1410,7 @@ var ENV_AUTH_WEB_US_MARS = {
|
|
|
1415
1410
|
CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
|
|
1416
1411
|
CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
|
|
1417
1412
|
SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
|
|
1418
|
-
|
|
1413
|
+
AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5",
|
|
1419
1414
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1420
1415
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1421
1416
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1433,7 +1428,8 @@ var ENV_AUTH_WEB_US_PROD = {
|
|
|
1433
1428
|
CLEVER_AUTH: "https://api.us.magmamath.com/v2/auth/clever",
|
|
1434
1429
|
CLASS_LINK_AUTH: "https://api.us.magmamath.com/v2/auth/edlink-classlink",
|
|
1435
1430
|
SCHOOLOGY_AUTH: "https://api.us.magmamath.com/v2/auth/edlink",
|
|
1436
|
-
|
|
1431
|
+
AMPLITUDE_API_KEY: "",
|
|
1432
|
+
// TODO: create an API key once the Amplitude plan is upgraded
|
|
1437
1433
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
1438
1434
|
};
|
|
1439
1435
|
|
|
@@ -1452,7 +1448,6 @@ var ENV_AUTH_WEB_SE_MARS = {
|
|
|
1452
1448
|
MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
|
|
1453
1449
|
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
|
|
1454
1450
|
SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
|
|
1455
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1456
1451
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1457
1452
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1458
1453
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1473,7 +1468,6 @@ var ENV_AUTH_WEB_SE_PROD = {
|
|
|
1473
1468
|
MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
|
|
1474
1469
|
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/prod/ds/?entityID=https://matteappen.se",
|
|
1475
1470
|
SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
|
|
1476
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1477
1471
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
1478
1472
|
};
|
|
1479
1473
|
|
|
@@ -1489,7 +1483,6 @@ var ENV_AUTH_WEB_GB_MARS = {
|
|
|
1489
1483
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
1490
1484
|
SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
|
|
1491
1485
|
WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
|
|
1492
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1493
1486
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1494
1487
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1495
1488
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1507,7 +1500,6 @@ var ENV_AUTH_WEB_GB_PROD = {
|
|
|
1507
1500
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
1508
1501
|
SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
|
|
1509
1502
|
WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin",
|
|
1510
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1511
1503
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
1512
1504
|
};
|
|
1513
1505
|
|
|
@@ -1524,7 +1516,6 @@ var ENV_AUTH_WEB_CA_MARS = {
|
|
|
1524
1516
|
CLEVER_AUTH: "https://api.ca.magmamath.com/v2/auth/clever",
|
|
1525
1517
|
CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
|
|
1526
1518
|
SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
|
|
1527
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1528
1519
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1529
1520
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1530
1521
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1543,7 +1534,6 @@ var ENV_AUTH_WEB_CA_PROD = {
|
|
|
1543
1534
|
CLEVER_AUTH: "https://api.ca.magmamath.com/v2/auth/clever",
|
|
1544
1535
|
CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
|
|
1545
1536
|
SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
|
|
1546
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1547
1537
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
1548
1538
|
};
|
|
1549
1539
|
|
|
@@ -1559,7 +1549,6 @@ var ENV_AUTH_WEB_SCT_MARS = {
|
|
|
1559
1549
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
1560
1550
|
SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
|
|
1561
1551
|
WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
|
|
1562
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1563
1552
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1564
1553
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1565
1554
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1575,7 +1564,6 @@ var ENV_AUTH_WEB_DE_MARS = {
|
|
|
1575
1564
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
1576
1565
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
1577
1566
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
1578
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1579
1567
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1580
1568
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1581
1569
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1784,7 +1772,6 @@ var ENV_TEACHERS_COMMON_MARS = {
|
|
|
1784
1772
|
MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
|
|
1785
1773
|
PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
|
|
1786
1774
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1787
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1788
1775
|
LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
|
|
1789
1776
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1790
1777
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
|
|
@@ -1812,7 +1799,6 @@ var ENV_TEACHERS_COMMON_PROD = {
|
|
|
1812
1799
|
MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
|
|
1813
1800
|
PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
|
|
1814
1801
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1815
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1816
1802
|
LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
|
|
1817
1803
|
GOOGLE_TRANSLATE_URL: "https://translation.googleapis.com/language/translate/v2",
|
|
1818
1804
|
GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc"
|
|
@@ -1975,7 +1961,6 @@ var ENV_TEACHERS_WEB_DE_PROD = {
|
|
|
1975
1961
|
var ENV_DISTRICT_COMMON_MARS = {
|
|
1976
1962
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
1977
1963
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1978
|
-
CLARITY_PROJECT_ID: "rb6vbwug3r",
|
|
1979
1964
|
PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
|
|
1980
1965
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1981
1966
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -1990,14 +1975,14 @@ var ENV_DISTRICT_US_MARS = {
|
|
|
1990
1975
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
|
|
1991
1976
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1992
1977
|
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1993
|
-
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1978
|
+
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
1979
|
+
AMPLITUDE_API_KEY: "407ea49ce6e1586815bcfd05ec5f15dc"
|
|
1994
1980
|
};
|
|
1995
1981
|
|
|
1996
1982
|
// src/configs/env/district-dash/env.common.prod.ts
|
|
1997
1983
|
var ENV_DISTRICT_COMMON_PROD = {
|
|
1998
1984
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
1999
1985
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
2000
|
-
CLARITY_PROJECT_ID: "rb6vbwug3r",
|
|
2001
1986
|
PROBLEM_IMAGE_SIZE_LIMIT: 5242880
|
|
2002
1987
|
};
|
|
2003
1988
|
|
|
@@ -2011,7 +1996,8 @@ var ENV_DISTRICT_US_PROD = {
|
|
|
2011
1996
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_US",
|
|
2012
1997
|
SOCKET_URL: "https://sockets.us.magmamath.com",
|
|
2013
1998
|
WEBSOCKETS_URL: "https://websockets.us.magmamath.com",
|
|
2014
|
-
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1999
|
+
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
2000
|
+
AMPLITUDE_API_KEY: "c829c019e480c63d360e92774e3a35c9"
|
|
2015
2001
|
};
|
|
2016
2002
|
|
|
2017
2003
|
// src/configs/env/district-dash/se/env.se.mars.ts
|
|
@@ -2166,7 +2152,6 @@ var ENV_AUTH_WEB_SCT_PROD = {
|
|
|
2166
2152
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
2167
2153
|
SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
|
|
2168
2154
|
WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin",
|
|
2169
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
2170
2155
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
2171
2156
|
};
|
|
2172
2157
|
|
|
@@ -2180,7 +2165,6 @@ var ENV_AUTH_WEB_DE_PROD = {
|
|
|
2180
2165
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
2181
2166
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2182
2167
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
2183
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
2184
2168
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
2185
2169
|
};
|
|
2186
2170
|
|
|
@@ -2795,7 +2779,6 @@ var ENV_AUTH_WEB_PL_MARS = {
|
|
|
2795
2779
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
2796
2780
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2797
2781
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
2798
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
2799
2782
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
2800
2783
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
2801
2784
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -2811,7 +2794,6 @@ var ENV_AUTH_WEB_PL_PROD = {
|
|
|
2811
2794
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
2812
2795
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2813
2796
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
2814
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
2815
2797
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
2816
2798
|
};
|
|
2817
2799
|
|
|
@@ -2981,7 +2963,6 @@ var ENV_AUTH_WEB_IT_MARS = {
|
|
|
2981
2963
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
2982
2964
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
2983
2965
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
2984
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
2985
2966
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
2986
2967
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
2987
2968
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -2997,7 +2978,6 @@ var ENV_AUTH_WEB_IT_PROD = {
|
|
|
2997
2978
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
2998
2979
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
2999
2980
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3000
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3001
2981
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3002
2982
|
};
|
|
3003
2983
|
|
|
@@ -3167,7 +3147,6 @@ var ENV_AUTH_WEB_FR_MARS = {
|
|
|
3167
3147
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3168
3148
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3169
3149
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3170
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3171
3150
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
3172
3151
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
3173
3152
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -3183,7 +3162,6 @@ var ENV_AUTH_WEB_FR_PROD = {
|
|
|
3183
3162
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3184
3163
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3185
3164
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3186
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3187
3165
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3188
3166
|
};
|
|
3189
3167
|
|
|
@@ -3353,7 +3331,6 @@ var ENV_AUTH_WEB_DA_MARS = {
|
|
|
3353
3331
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3354
3332
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3355
3333
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3356
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3357
3334
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
3358
3335
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
3359
3336
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -3369,7 +3346,6 @@ var ENV_AUTH_WEB_DA_PROD = {
|
|
|
3369
3346
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3370
3347
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3371
3348
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3372
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3373
3349
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3374
3350
|
};
|
|
3375
3351
|
|
|
@@ -3539,7 +3515,6 @@ var ENV_AUTH_WEB_NO_MARS = {
|
|
|
3539
3515
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3540
3516
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3541
3517
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3542
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3543
3518
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
3544
3519
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
3545
3520
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -3555,7 +3530,6 @@ var ENV_AUTH_WEB_NO_PROD = {
|
|
|
3555
3530
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3556
3531
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3557
3532
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3558
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3559
3533
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3560
3534
|
};
|
|
3561
3535
|
|
|
@@ -3725,7 +3699,6 @@ var ENV_AUTH_WEB_NL_MARS = {
|
|
|
3725
3699
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3726
3700
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3727
3701
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3728
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3729
3702
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
3730
3703
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
3731
3704
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -3741,7 +3714,6 @@ var ENV_AUTH_WEB_NL_PROD = {
|
|
|
3741
3714
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3742
3715
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3743
3716
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3744
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3745
3717
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3746
3718
|
};
|
|
3747
3719
|
|
|
@@ -3911,7 +3883,6 @@ var ENV_AUTH_WEB_FI_MARS = {
|
|
|
3911
3883
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3912
3884
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3913
3885
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3914
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3915
3886
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
3916
3887
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
3917
3888
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -3927,7 +3898,6 @@ var ENV_AUTH_WEB_FI_PROD = {
|
|
|
3927
3898
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
3928
3899
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
3929
3900
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
3930
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3931
3901
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
3932
3902
|
};
|
|
3933
3903
|
|
|
@@ -4097,7 +4067,6 @@ var ENV_AUTH_WEB_NL_BE_MARS = {
|
|
|
4097
4067
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4098
4068
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4099
4069
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4100
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4101
4070
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
4102
4071
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
4103
4072
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -4113,7 +4082,6 @@ var ENV_AUTH_WEB_NL_BE_PROD = {
|
|
|
4113
4082
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4114
4083
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4115
4084
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4116
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4117
4085
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
4118
4086
|
};
|
|
4119
4087
|
|
|
@@ -4283,7 +4251,6 @@ var ENV_AUTH_WEB_IE_MARS = {
|
|
|
4283
4251
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4284
4252
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4285
4253
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4286
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4287
4254
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
4288
4255
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
4289
4256
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -4299,7 +4266,6 @@ var ENV_AUTH_WEB_IE_PROD = {
|
|
|
4299
4266
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4300
4267
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4301
4268
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4302
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4303
4269
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
4304
4270
|
};
|
|
4305
4271
|
|
|
@@ -4469,7 +4435,6 @@ var ENV_AUTH_WEB_IS_MARS = {
|
|
|
4469
4435
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4470
4436
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4471
4437
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4472
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4473
4438
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
4474
4439
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
4475
4440
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -4485,7 +4450,6 @@ var ENV_AUTH_WEB_IS_PROD = {
|
|
|
4485
4450
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4486
4451
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4487
4452
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4488
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4489
4453
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
4490
4454
|
};
|
|
4491
4455
|
|
|
@@ -4655,7 +4619,6 @@ var ENV_AUTH_WEB_SV_FI_MARS = {
|
|
|
4655
4619
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4656
4620
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4657
4621
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4658
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4659
4622
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
4660
4623
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
4661
4624
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -4671,7 +4634,6 @@ var ENV_AUTH_WEB_SV_FI_PROD = {
|
|
|
4671
4634
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
4672
4635
|
MAGMAMATH_URL: "https://www.magmamath.com",
|
|
4673
4636
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4674
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4675
4637
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
4676
4638
|
};
|
|
4677
4639
|
|
|
@@ -4841,7 +4803,6 @@ var ENV_AUTH_WEB_AT_MARS = {
|
|
|
4841
4803
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4842
4804
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
4843
4805
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
4844
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4845
4806
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
4846
4807
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
4847
4808
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -4857,7 +4818,6 @@ var ENV_AUTH_WEB_AT_PROD = {
|
|
|
4857
4818
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
4858
4819
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
4859
4820
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
4860
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
4861
4821
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
4862
4822
|
};
|
|
4863
4823
|
|
|
@@ -5027,7 +4987,6 @@ var ENV_AUTH_WEB_CH_MARS = {
|
|
|
5027
4987
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5028
4988
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
5029
4989
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
5030
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5031
4990
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
5032
4991
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
5033
4992
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -5043,7 +5002,6 @@ var ENV_AUTH_WEB_CH_PROD = {
|
|
|
5043
5002
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5044
5003
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
5045
5004
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
5046
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5047
5005
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
5048
5006
|
};
|
|
5049
5007
|
|
|
@@ -5213,7 +5171,6 @@ var ENV_AUTH_WEB_ES_MARS = {
|
|
|
5213
5171
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5214
5172
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
5215
5173
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
5216
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5217
5174
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
5218
5175
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
5219
5176
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -5229,7 +5186,6 @@ var ENV_AUTH_WEB_ES_PROD = {
|
|
|
5229
5186
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5230
5187
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
5231
5188
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
5232
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5233
5189
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
5234
5190
|
};
|
|
5235
5191
|
|
|
@@ -5399,7 +5355,6 @@ var ENV_AUTH_WEB_PT_MARS = {
|
|
|
5399
5355
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5400
5356
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
5401
5357
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
5402
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5403
5358
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
5404
5359
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
5405
5360
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -5415,7 +5370,6 @@ var ENV_AUTH_WEB_PT_PROD = {
|
|
|
5415
5370
|
TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
|
|
5416
5371
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
5417
5372
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
5418
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5419
5373
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
5420
5374
|
};
|
|
5421
5375
|
|
|
@@ -5587,7 +5541,6 @@ var ENV_AUTH_WEB_US_EU_MAIN_MARS = {
|
|
|
5587
5541
|
CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
|
|
5588
5542
|
CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
|
|
5589
5543
|
SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
|
|
5590
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5591
5544
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
5592
5545
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
5593
5546
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -5605,7 +5558,6 @@ var ENV_AUTH_WEB_US_EU_MAIN_PROD = {
|
|
|
5605
5558
|
CLEVER_AUTH: "https://api.magmamath.com/v2/auth/clever",
|
|
5606
5559
|
CLASS_LINK_AUTH: "https://api.magmamath.com/v2/auth/edlink-classlink",
|
|
5607
5560
|
SCHOOLOGY_AUTH: "https://api.magmamath.com/v2/auth/edlink",
|
|
5608
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5609
5561
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
5610
5562
|
};
|
|
5611
5563
|
|
|
@@ -5627,7 +5579,6 @@ var ENV_AUTH_WEB_CA_EU_MAIN_MARS = {
|
|
|
5627
5579
|
CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
|
|
5628
5580
|
CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
|
|
5629
5581
|
SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
|
|
5630
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5631
5582
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
5632
5583
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
5633
5584
|
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
@@ -5645,7 +5596,6 @@ var ENV_AUTH_WEB_CA_EU_MAIN_PROD = {
|
|
|
5645
5596
|
CLEVER_AUTH: "https://api.magmamath.com/v2/auth/clever",
|
|
5646
5597
|
CLASS_LINK_AUTH: "https://api.magmamath.com/v2/auth/edlink-classlink",
|
|
5647
5598
|
SCHOOLOGY_AUTH: "https://api.magmamath.com/v2/auth/edlink",
|
|
5648
|
-
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
5649
5599
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
5650
5600
|
};
|
|
5651
5601
|
|
|
@@ -7714,14 +7664,7 @@ var LOCALE_STUDENTS_GB = {
|
|
|
7714
7664
|
},
|
|
7715
7665
|
drawboard: {
|
|
7716
7666
|
basicManipulativesMaxGrade: 8,
|
|
7717
|
-
coinVariant: "uk" /* UK
|
|
7718
|
-
manipulativeOverrides: [
|
|
7719
|
-
{
|
|
7720
|
-
grades: [1, 2, 3],
|
|
7721
|
-
sections: ["ALGEBRA" /* ALGEBRA */, "ALGEBRA_SIMPLE" /* ALGEBRA_SIMPLE */],
|
|
7722
|
-
shapes: ["numicon"]
|
|
7723
|
-
}
|
|
7724
|
-
]
|
|
7667
|
+
coinVariant: "uk" /* UK */
|
|
7725
7668
|
},
|
|
7726
7669
|
myScript: {
|
|
7727
7670
|
enableSolver: false
|
|
@@ -11946,7 +11889,6 @@ var AppConfigManager = class {
|
|
|
11946
11889
|
};
|
|
11947
11890
|
|
|
11948
11891
|
exports.AT_CALENDAR_CONFIG = AT_CALENDAR_CONFIG;
|
|
11949
|
-
exports.AlgebraSectionName = AlgebraSectionName;
|
|
11950
11892
|
exports.AppConfigManager = AppConfigManager;
|
|
11951
11893
|
exports.CH_CALENDAR_CONFIG = CH_CALENDAR_CONFIG;
|
|
11952
11894
|
exports.CalculatorType = CalculatorType;
|