@magmamath/frontend-config 1.0.18 → 1.0.19-hf.2
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -494,4 +494,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
|
|
|
494
494
|
};
|
|
495
495
|
}
|
|
496
496
|
|
|
497
|
-
export { AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictWebVarsPreset, type EnvPreset, Environment, type EnvironmentVars, Locale, LoginSource, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileVars, type MobileVarsPreset, Platform, PlatformBuildTarget, SSO, type SSOConfig, Source, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, buildTargetToEnvironment };
|
|
497
|
+
export { AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictWebVarsPreset, type EnvPreset, Environment, type EnvironmentVars, Locale, LoginSource, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileVars, type MobileVarsPreset, Platform, PlatformBuildTarget, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_DE, type SSO_SE, type SSO_UK, type SSO_US, Source, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, buildTargetToEnvironment };
|
package/dist/index.d.ts
CHANGED
|
@@ -494,4 +494,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
|
|
|
494
494
|
};
|
|
495
495
|
}
|
|
496
496
|
|
|
497
|
-
export { AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictWebVarsPreset, type EnvPreset, Environment, type EnvironmentVars, Locale, LoginSource, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileVars, type MobileVarsPreset, Platform, PlatformBuildTarget, SSO, type SSOConfig, Source, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, buildTargetToEnvironment };
|
|
497
|
+
export { AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictWebVarsPreset, type EnvPreset, Environment, type EnvironmentVars, Locale, LoginSource, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileVars, type MobileVarsPreset, Platform, PlatformBuildTarget, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_DE, type SSO_SE, type SSO_UK, type SSO_US, Source, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, buildTargetToEnvironment };
|
package/dist/index.js
CHANGED
|
@@ -3301,7 +3301,7 @@ var ENV_AUTH_WEB_SE_PROD = {
|
|
|
3301
3301
|
TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
|
|
3302
3302
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
3303
3303
|
MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
|
|
3304
|
-
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/
|
|
3304
|
+
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/prod/ds/?entityID=https://matteappen.se",
|
|
3305
3305
|
SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
|
|
3306
3306
|
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
3307
3307
|
INTERCOM_APP_ID: "tjidhu4j"
|
|
@@ -4220,7 +4220,7 @@ var ENV_MOBILE_SE_PROD = {
|
|
|
4220
4220
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SE",
|
|
4221
4221
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
4222
4222
|
MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
|
|
4223
|
-
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/
|
|
4223
|
+
SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/prod/ds/?entityID=https://matteappen.se",
|
|
4224
4224
|
SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon"
|
|
4225
4225
|
};
|
|
4226
4226
|
|