@magmamath/frontend-config 1.0.31 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -263,7 +263,6 @@ type MobileCommon = {
263
263
  GOOGLE_API_KEY: string;
264
264
  GOOGLE_TEXT_TO_SPEECH_URL: string;
265
265
  GOOGLE_TRANSLATE_URL: string;
266
- SIGN_UP_BOOKING_ONBOARDING: string;
267
266
  };
268
267
  type MobileBaseVars = {
269
268
  TEACHERS_WEB_URL: string;
@@ -272,7 +271,6 @@ type MobileBaseVars = {
272
271
  CDN_HOST: string;
273
272
  SOCKET_URL: string;
274
273
  LOGGLY_TAG: string;
275
- PROBLEM_CREATOR_URL: string;
276
274
  } & MobileCommon;
277
275
  type MobileVars<T extends SSOVariant> = Prettify<MobileBaseVars & T>;
278
276
  type MobileVarsPreset = {
@@ -370,9 +368,6 @@ type StudentsLocaleConfig = CommonLocaleConfig & {
370
368
  smartEval: {
371
369
  language: string;
372
370
  };
373
- drawboard: {
374
- basicManipulativesMaxGrade: number;
375
- };
376
371
  };
377
372
 
378
373
  type TeachersLocaleConfig = CommonLocaleConfig & {
@@ -461,9 +456,6 @@ type AuthLocaleConfig<E> = {
461
456
  regionGroup: string;
462
457
  navigatorLanguages: string[];
463
458
  locale: Locale;
464
- urls?: {
465
- onboarding?: string;
466
- };
467
459
  };
468
460
 
469
461
  type WebAdminLocaleConfig = {
package/dist/index.d.ts CHANGED
@@ -263,7 +263,6 @@ type MobileCommon = {
263
263
  GOOGLE_API_KEY: string;
264
264
  GOOGLE_TEXT_TO_SPEECH_URL: string;
265
265
  GOOGLE_TRANSLATE_URL: string;
266
- SIGN_UP_BOOKING_ONBOARDING: string;
267
266
  };
268
267
  type MobileBaseVars = {
269
268
  TEACHERS_WEB_URL: string;
@@ -272,7 +271,6 @@ type MobileBaseVars = {
272
271
  CDN_HOST: string;
273
272
  SOCKET_URL: string;
274
273
  LOGGLY_TAG: string;
275
- PROBLEM_CREATOR_URL: string;
276
274
  } & MobileCommon;
277
275
  type MobileVars<T extends SSOVariant> = Prettify<MobileBaseVars & T>;
278
276
  type MobileVarsPreset = {
@@ -370,9 +368,6 @@ type StudentsLocaleConfig = CommonLocaleConfig & {
370
368
  smartEval: {
371
369
  language: string;
372
370
  };
373
- drawboard: {
374
- basicManipulativesMaxGrade: number;
375
- };
376
371
  };
377
372
 
378
373
  type TeachersLocaleConfig = CommonLocaleConfig & {
@@ -461,9 +456,6 @@ type AuthLocaleConfig<E> = {
461
456
  regionGroup: string;
462
457
  navigatorLanguages: string[];
463
458
  locale: Locale;
464
- urls?: {
465
- onboarding?: string;
466
- };
467
459
  };
468
460
 
469
461
  type WebAdminLocaleConfig = {