@magmamath/frontend-config 1.0.16-rc.13 → 1.0.16-rc.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2994,7 +2994,8 @@ var LOCALE_WEB_ADMIN_US = {
2994
2994
  icon: USFlagIcon,
2995
2995
  locale: "en-SE" /* US */,
2996
2996
  isPrimaryRegion: true,
2997
- regionGroup: "us"
2997
+ regionGroup: "us",
2998
+ apiRegion: "main" /* MAIN */
2998
2999
  };
2999
3000
 
3000
3001
  // src/configs/locale/web-admin/se/locale.se.ts
@@ -3003,7 +3004,8 @@ var LOCALE_WEB_ADMIN_SE = {
3003
3004
  icon: SwedenFlagIcon,
3004
3005
  locale: "sv-SE" /* SE */,
3005
3006
  isPrimaryRegion: true,
3006
- regionGroup: "se"
3007
+ regionGroup: "se",
3008
+ apiRegion: "main" /* MAIN */
3007
3009
  };
3008
3010
 
3009
3011
  // src/configs/locale/web-admin/gb/locale.gb.ts
@@ -3012,7 +3014,8 @@ var LOCALE_WEB_ADMIN_GB = {
3012
3014
  icon: UKFlagIcon,
3013
3015
  locale: "en-GB" /* GB */,
3014
3016
  isPrimaryRegion: true,
3015
- regionGroup: "gb"
3017
+ regionGroup: "gb",
3018
+ apiRegion: "main" /* MAIN */
3016
3019
  };
3017
3020
 
3018
3021
  // src/configs/locale/web-admin/ca/locale.ca.ts
@@ -3021,7 +3024,8 @@ var LOCALE_WEB_ADMIN_CA = {
3021
3024
  icon: CanadaFlagIcon,
3022
3025
  locale: "en-CA" /* CA */,
3023
3026
  isPrimaryRegion: true,
3024
- regionGroup: "ca"
3027
+ regionGroup: "ca",
3028
+ apiRegion: "canada" /* CANADA */
3025
3029
  };
3026
3030
 
3027
3031
  // src/configs/locale/web-admin/sct/locale.sct.ts
@@ -3030,7 +3034,8 @@ var LOCALE_WEB_ADMIN_SCT = {
3030
3034
  icon: UKFlagIcon,
3031
3035
  locale: "en-GB" /* GB */,
3032
3036
  isPrimaryRegion: false,
3033
- regionGroup: "gb"
3037
+ regionGroup: "gb",
3038
+ apiRegion: "main" /* MAIN */
3034
3039
  };
3035
3040
 
3036
3041
  // src/configs/locale/web-admin/de/locale.de.ts
@@ -3039,7 +3044,8 @@ var LOCALE_WEB_ADMIN_DE = {
3039
3044
  icon: GermanFlagIcon,
3040
3045
  locale: "de-DE" /* DE */,
3041
3046
  isPrimaryRegion: true,
3042
- regionGroup: "de"
3047
+ regionGroup: "de",
3048
+ apiRegion: "main" /* MAIN */
3043
3049
  };
3044
3050
 
3045
3051
  // src/configs/locale/locale.preset.ts