@hedia/recommendation-screen 2.2.0-alpha.4 → 2.2.0-alpha.41

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.
Files changed (100) hide show
  1. package/dist/index.js +1 -0
  2. package/dist/index.js.map +1 -0
  3. package/dist/src/RecommendationScreen.d.ts +3 -3
  4. package/dist/src/RecommendationScreen.js +39 -41
  5. package/dist/src/RecommendationScreen.js.map +1 -0
  6. package/dist/src/components/Header.js +7 -7
  7. package/dist/src/components/Header.js.map +1 -0
  8. package/dist/src/components/Icon.js +1 -2
  9. package/dist/src/components/Icon.js.map +1 -0
  10. package/dist/src/components/InfoBars.d.ts +1 -1
  11. package/dist/src/components/InfoBars.js +9 -9
  12. package/dist/src/components/InfoBars.js.map +1 -0
  13. package/dist/src/components/InvisibleNumberInput.js +3 -2
  14. package/dist/src/components/InvisibleNumberInput.js.map +1 -0
  15. package/dist/src/components/LimitationMessage.js +4 -4
  16. package/dist/src/components/LimitationMessage.js.map +1 -0
  17. package/dist/src/components/LineSeparator.js +1 -0
  18. package/dist/src/components/LineSeparator.js.map +1 -0
  19. package/dist/src/components/RecentInsulin.js +10 -9
  20. package/dist/src/components/RecentInsulin.js.map +1 -0
  21. package/dist/src/components/RecommendationModal.js +26 -26
  22. package/dist/src/components/RecommendationModal.js.map +1 -0
  23. package/dist/src/components/RecommendedCarbs.d.ts +2 -0
  24. package/dist/src/components/RecommendedCarbs.js +24 -28
  25. package/dist/src/components/RecommendedCarbs.js.map +1 -0
  26. package/dist/src/components/RecommendedInsulin.d.ts +1 -1
  27. package/dist/src/components/RecommendedInsulin.js +12 -13
  28. package/dist/src/components/RecommendedInsulin.js.map +1 -0
  29. package/dist/src/components/Remeasure.d.ts +5 -15
  30. package/dist/src/components/Remeasure.js +12 -29
  31. package/dist/src/components/Remeasure.js.map +1 -0
  32. package/dist/src/components/TransferToLogbook.js +8 -32
  33. package/dist/src/components/TransferToLogbook.js.map +1 -0
  34. package/dist/src/components/TwoOptionModal.js +15 -14
  35. package/dist/src/components/TwoOptionModal.js.map +1 -0
  36. package/dist/src/components/activity/Activity.d.ts +1 -1
  37. package/dist/src/components/activity/Activity.js +8 -7
  38. package/dist/src/components/activity/Activity.js.map +1 -0
  39. package/dist/src/components/activity/ActivityIcon.d.ts +1 -1
  40. package/dist/src/components/activity/ActivityIcon.js +6 -5
  41. package/dist/src/components/activity/ActivityIcon.js.map +1 -0
  42. package/dist/src/components/activity/ActivityIntensity.d.ts +1 -1
  43. package/dist/src/components/activity/ActivityIntensity.js +6 -4
  44. package/dist/src/components/activity/ActivityIntensity.js.map +1 -0
  45. package/dist/src/components/mood/Emotion.d.ts +1 -1
  46. package/dist/src/components/mood/Emotion.js +6 -5
  47. package/dist/src/components/mood/Emotion.js.map +1 -0
  48. package/dist/src/components/mood/MoodIcon.d.ts +1 -1
  49. package/dist/src/components/mood/MoodIcon.js +2 -1
  50. package/dist/src/components/mood/MoodIcon.js.map +1 -0
  51. package/dist/src/components/text/TextBold.js +1 -0
  52. package/dist/src/components/text/TextBold.js.map +1 -0
  53. package/dist/src/components/text/TextRegular.js +1 -0
  54. package/dist/src/components/text/TextRegular.js.map +1 -0
  55. package/dist/src/locales/da/messages.json +80 -0
  56. package/dist/src/locales/de/messages.json +80 -0
  57. package/dist/src/locales/en/messages.json +83 -0
  58. package/dist/src/locales/es/messages.json +80 -0
  59. package/dist/src/locales/fr/messages.json +80 -0
  60. package/dist/src/locales/it/messages.json +80 -0
  61. package/dist/src/locales/translate.d.ts +18 -0
  62. package/dist/src/locales/translate.js +51 -0
  63. package/dist/src/locales/translate.js.map +1 -0
  64. package/dist/src/types/enum.js +2 -0
  65. package/dist/src/types/enum.js.map +1 -0
  66. package/dist/src/types/types.js +1 -0
  67. package/dist/src/types/types.js.map +1 -0
  68. package/dist/src/utils/AttentionMessages.js +29 -24
  69. package/dist/src/utils/AttentionMessages.js.map +1 -0
  70. package/dist/src/utils/Constants.d.ts +27 -8
  71. package/dist/src/utils/Constants.js +26 -6
  72. package/dist/src/utils/Constants.js.map +1 -0
  73. package/dist/src/utils/RecommendationError.js +24 -24
  74. package/dist/src/utils/RecommendationError.js.map +1 -0
  75. package/dist/src/utils/RecommendationUtils.js +5 -2
  76. package/dist/src/utils/RecommendationUtils.js.map +1 -0
  77. package/dist/src/utils/Translations.js +5 -5
  78. package/dist/src/utils/Translations.js.map +1 -0
  79. package/dist/src/utils/Utils.d.ts +1 -1
  80. package/dist/src/utils/Utils.js +1 -0
  81. package/dist/src/utils/Utils.js.map +1 -0
  82. package/dist/src/utils/Validations.d.ts +1 -1
  83. package/dist/src/utils/Validations.js +3 -2
  84. package/dist/src/utils/Validations.js.map +1 -0
  85. package/dist/tsconfig.tsbuildinfo +1 -0
  86. package/package.json +85 -95
  87. package/dist/src/locale/da/messages.js +0 -1
  88. package/dist/src/locale/da/messages.po +0 -349
  89. package/dist/src/locale/de/messages.js +0 -1
  90. package/dist/src/locale/de/messages.po +0 -349
  91. package/dist/src/locale/en/messages.js +0 -1
  92. package/dist/src/locale/en/messages.po +0 -349
  93. package/dist/src/locale/es/messages.js +0 -1
  94. package/dist/src/locale/es/messages.po +0 -349
  95. package/dist/src/locale/fr/messages.js +0 -1
  96. package/dist/src/locale/fr/messages.po +0 -349
  97. package/dist/src/locale/i18nUtils.d.ts +0 -18
  98. package/dist/src/locale/i18nUtils.js +0 -39
  99. package/dist/src/locale/it/messages.js +0 -1
  100. package/dist/src/locale/it/messages.po +0 -349
@@ -1,10 +1,29 @@
1
1
  import { BolusCalculator } from "@hedia/types";
2
- /** Reusable color definition. */
3
- export const BACKGROUND_COLOUR_PURPLE = `rgba(27, 31, 72, 1)`;
4
- /** Reusable color definition. */
5
- export const BORDER_COLOUR_GREY = `rgba(74, 91, 134, 1)`;
6
- /** Reusable color definition. */
7
- export const BORDER_COLOUR_TEAL = `rgba(1, 255, 252, 0.8)`;
2
+ /** Reusable color definitions. */
3
+ export const colors = {
4
+ blue: `#578aff`,
5
+ darkBlue: `#0F1231`,
6
+ darkBlueX: `#1B1F48`,
7
+ semiDarkBlue: `#1B1F48`,
8
+ dustyBlue: `#C5D0E7`,
9
+ fadeBlue: `#8388C8`,
10
+ lightBlue: `#C8CCFA`,
11
+ mistBlue: `#4A5B86`,
12
+ purple: `#a200ff`,
13
+ deepPurple: `#571BD8`,
14
+ teal: `#01FFFC`,
15
+ gradientMain: [`#8B38F5`, `#D593E5`],
16
+ gradientPurple: [`#a200ff`, `#578aff`],
17
+ white: `#FFFFFF`,
18
+ black: `#000000`,
19
+ transparentWhite: `#FFFFFF00`,
20
+ transparentBlack: `#000000E6`,
21
+ transparentDarkBlue: `#0F123120`,
22
+ transparentLightBlue: `#578AFF1A`,
23
+ activityGreen: `#A5D871`,
24
+ activityOrange: `#F9BD5A`,
25
+ activityRed: `#EC5466`,
26
+ };
8
27
  /** The threshold above which hyperglycemia is considered to be severe in mmol/L */
9
28
  export const SEVERE_HYPERGLYCEMIA_START_MMOL = 15;
10
29
  /** The number of seconds in four hours. */
@@ -45,3 +64,4 @@ export const ACTIVITY_TARGET_BGL_MMOL_LIMITS = { min: 5, max: 13.9 };
45
64
  export const REMINDER_HOURS_LIMITS = { min: 0, max: 6 };
46
65
  /** The lower and upper limits for activity reduction. */
47
66
  export const ACTIVITY_SETTINGS_INTERVAL_LIMITS = { min: 0, max: 1 };
67
+ //# sourceMappingURL=Constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Constants.js","sourceRoot":"","sources":["../../../src/utils/Constants.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,5 @@
1
1
  import { BolusCalculator } from "@hedia/types";
2
- import { t } from "@lingui/macro";
3
- import { i18n } from "../locale/i18nUtils";
2
+ import { translate } from "../locales/translate";
4
3
  import { RecommendationErrorEnum } from "../types/enum";
5
4
  const SAFETY_INSULIN_LIMIT = BolusCalculator.Constants.SAFETY_INSULIN_LIMIT;
6
5
  /**
@@ -18,46 +17,47 @@ export class RecommendationError extends Error {
18
17
  }
19
18
  }
20
19
  /** The given activity settings are corrupt. */
21
- export const ActivitySettingsError = () => new RecommendationError(i18n._(t `Error. Please verify that your activity settings are set up correctly.`), RecommendationErrorEnum.ActivitySettings);
20
+ export const ActivitySettingsError = () => new RecommendationError(translate(`Error. Please verify that your activity settings are set up correctly.`), RecommendationErrorEnum.ActivitySettings);
22
21
  /** The duration of the given activity is invalid. */
23
- export const ActivityDurationError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.`), RecommendationErrorEnum.ActivityDuration);
22
+ export const ActivityDurationError = () => new RecommendationError(translate(`Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.`), RecommendationErrorEnum.ActivityDuration);
24
23
  /** The start date of the given activity is invalid. */
25
- export const ActivityDateError = () => new RecommendationError(i18n._(t `Hedia Calculator does not support activities that finished more than 4 hours ago.`), RecommendationErrorEnum.ActivityDate);
24
+ export const ActivityDateError = () => new RecommendationError(translate(`Hedia Calculator does not support activities that finished more than 4 hours ago.`), RecommendationErrorEnum.ActivityDate);
26
25
  /** The intensity of the given activity is invalid. */
27
- export const ActivityIntensityError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your activity intensity value`), RecommendationErrorEnum.ActivityIntensity);
26
+ export const ActivityIntensityError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your activity intensity value`), RecommendationErrorEnum.ActivityIntensity);
28
27
  /** Type of the given activity is invalid. */
29
- export const ActivityTypeError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your activity type value`), RecommendationErrorEnum.ActivityType);
28
+ export const ActivityTypeError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your activity type value`), RecommendationErrorEnum.ActivityType);
30
29
  /** The user’s activity target BGL setting is invalid. */
31
- export const ActivityTargetBGLError = () => new RecommendationError(i18n._(t `Error. Please verify that your activity target blood glucose value is correct.`), RecommendationErrorEnum.ActivityTargetBGL);
30
+ export const ActivityTargetBGLError = () => new RecommendationError(translate(`Error. Please verify that your activity target blood glucose value is correct.`), RecommendationErrorEnum.ActivityTargetBGL);
32
31
  /** More than 300 g carbohydrates entered. */
33
- export const CarbohydrateLimitError = () => new RecommendationError(i18n._(t `Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.`), RecommendationErrorEnum.CarbohydrateLimit);
32
+ export const CarbohydrateLimitError = () => new RecommendationError(translate(`Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.`), RecommendationErrorEnum.CarbohydrateLimit);
34
33
  /** The user’s insulin sensitivity setting is outside of the valid range. */
35
- export const InsulinSensitivityError = () => new RecommendationError(i18n._(t `Error. Please verify that your insulin sensitivity value is correct.`), RecommendationErrorEnum.InsulinSensitivity);
34
+ export const InsulinSensitivityError = () => new RecommendationError(translate(`Error. Please verify that your insulin sensitivity value is correct.`), RecommendationErrorEnum.InsulinSensitivity);
36
35
  /** The user’s insulin-to-carbs ratio setting is outside of the valid range. */
37
- export const InsulinToCarbsRatioError = () => new RecommendationError(i18n._(t `Error. Please verify that your insulin to carb ratio value is correct.`), RecommendationErrorEnum.InsulinToCarbsRatio);
36
+ export const InsulinToCarbsRatioError = () => new RecommendationError(translate(`Error. Please verify that your insulin to carb ratio value is correct.`), RecommendationErrorEnum.InsulinToCarbsRatio);
38
37
  /** The entered current blood glucose level is outside of the valid range. */
39
- export const CurrentBGLError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your current blood glucose level.`), RecommendationErrorEnum.CurrentBGL);
38
+ export const CurrentBGLError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your current blood glucose level.`), RecommendationErrorEnum.CurrentBGL);
40
39
  /** The blood glucose level of the latest logbook entry from the last 6 hours is outside of the valid range. */
41
- export const LatestLogbook6HoursBGLError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours.`), RecommendationErrorEnum.LatestLogbook6HoursBGL);
40
+ export const LatestLogbook6HoursBGLError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours.`), RecommendationErrorEnum.LatestLogbook6HoursBGL);
42
41
  /** The entered current blood ketones concentration is outside of the valid range. */
43
- export const CurrentBKLError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your current blood ketone level.`), RecommendationErrorEnum.CurrentBKL);
42
+ export const CurrentBKLError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your current blood ketone level.`), RecommendationErrorEnum.CurrentBKL);
44
43
  /** The user’s target BGL setting is outside of the valid range. */
45
- export const TargetBGLError = () => new RecommendationError(i18n._(t `Error. Please verify that your target blood glucose value is correct.`), RecommendationErrorEnum.TargetBGL);
44
+ export const TargetBGLError = () => new RecommendationError(translate(`Error. Please verify that your target blood glucose value is correct.`), RecommendationErrorEnum.TargetBGL);
46
45
  /** At least one of the recent (within the previous 4 hours) logbook entries has an insulin amount that exceeds the safety insulin threshold. */
47
- export const BolusInsulinDoseError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support an insulin dose greater than ${SAFETY_INSULIN_LIMIT} units`), RecommendationErrorEnum.BolusInsulinDose);
46
+ export const BolusInsulinDoseError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units`, { SAFETY_INSULIN_LIMIT }), RecommendationErrorEnum.BolusInsulinDose);
48
47
  /** At least one entry from the list of recent logbook entries is older than 4 hours. */
49
- export const BolusInsulinSecondsPassedError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours`), RecommendationErrorEnum.BolusInsulinSecondsPassed);
48
+ export const BolusInsulinSecondsPassedError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours`), RecommendationErrorEnum.BolusInsulinSecondsPassed);
50
49
  /** The user’s recent boluses entries are not in the allowed format. */
51
- export const RecentBolusError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator could not find your recent boluses`), RecommendationErrorEnum.RecentBolus);
50
+ export const RecentBolusError = () => new RecommendationError(translate(`Error. Hedia Calculator could not find your recent boluses`), RecommendationErrorEnum.RecentBolus);
52
51
  /** The user’s setting for initial reminder time is outside of the valid range. */
53
- export const UserReminderError = () => new RecommendationError(i18n._(t `Error. Please verify your notifications settings.`), RecommendationErrorEnum.UserReminder);
52
+ export const UserReminderError = () => new RecommendationError(translate(`Error. Please verify your notifications settings.`), RecommendationErrorEnum.UserReminder);
54
53
  /** The user’s insulin injection method setting is invalid. */
55
- export const InjectionMethodError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your injection method.`), RecommendationErrorEnum.InjectionMethod);
54
+ export const InjectionMethodError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your injection method.`), RecommendationErrorEnum.InjectionMethod);
56
55
  /**The user’s language setting is not supported by the bolus calculator or it is in the wrong format */
57
- export const LanguageError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your current language.`), RecommendationErrorEnum.Language);
56
+ export const LanguageError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your current language.`), RecommendationErrorEnum.Language);
58
57
  /** The user’s blood ketones unit setting is invalid. */
59
- export const BloodKetoneUnitError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your current blood ketone unit.`), RecommendationErrorEnum.BloodKetoneUnit);
58
+ export const BloodKetoneUnitError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your current blood ketone unit.`), RecommendationErrorEnum.BloodKetoneUnit);
60
59
  /** The user’s blood glucose level measuring unit setting is invalid. */
61
- export const BloodGlucoseUnitError = () => new RecommendationError(i18n._(t `Error. Hedia Calculator does not support your current blood glucose unit.`), RecommendationErrorEnum.BloodGlucoseUnit);
60
+ export const BloodGlucoseUnitError = () => new RecommendationError(translate(`Error. Hedia Calculator does not support your current blood glucose unit.`), RecommendationErrorEnum.BloodGlucoseUnit);
62
61
  /** The user has provided a blood ketone level but the blood ketone measuring unit is not defined. */
63
- export const BloodKetonePropsError = () => new RecommendationError(i18n._(t `Error. Your blood ketone settings are invalid.`), RecommendationErrorEnum.BloodKetoneProps);
62
+ export const BloodKetonePropsError = () => new RecommendationError(translate(`Error. Your blood ketone settings are invalid.`), RecommendationErrorEnum.BloodKetoneProps);
63
+ //# sourceMappingURL=RecommendationError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecommendationError.js","sourceRoot":"","sources":["../../../src/utils/RecommendationError.ts"],"names":[],"mappings":"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"}
@@ -135,8 +135,10 @@ export function getAttentionMessage(bgLevel, activity) {
135
135
  case BgLevel.Hypoglycemia:
136
136
  case BgLevel.MildHypoglycemia:
137
137
  return isWithin15Minutes && !isAttentionMessageNull
138
- ? addPostponeActivityMessageUnder5MMOL(AttentionMessage[key]())
139
- : AttentionMessage[key]();
138
+ ? // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
139
+ addPostponeActivityMessageUnder5MMOL(AttentionMessage[key]())
140
+ : // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
141
+ AttentionMessage[key]();
140
142
  case BgLevel.Hyperglycemia:
141
143
  return isWithin15Minutes ? AttentionMessage.HyperglycemiaActivity() : null;
142
144
  case BgLevel.SevereHyperglycemia:
@@ -197,3 +199,4 @@ export function getLimitationMessage(wasLimited, activityReduction) {
197
199
  : Messages.RecommendationWasLimited();
198
200
  return wasLimited ? message : null;
199
201
  }
202
+ //# sourceMappingURL=RecommendationUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecommendationUtils.js","sourceRoot":"","sources":["../../../src/utils/RecommendationUtils.ts"],"names":[],"mappings":"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"}
@@ -2,13 +2,13 @@
2
2
  * Used for storing Record type objects that contains translations about certain settings that needs to be presented to the user.
3
3
  * @module
4
4
  */
5
- import { t } from "@lingui/macro";
6
- import { i18n } from "../locale/i18nUtils";
5
+ import { translate } from "../locales/translate";
7
6
  /**
8
7
  * Object used for storing the translations of a physical activity intensity in order to be presented to the user
9
8
  */
10
9
  export const ActivityIntensityTranslations = {
11
- light: () => i18n._(t `Light`),
12
- moderate: () => i18n._(t `Moderate`),
13
- hard: () => i18n._(t `Hard`),
10
+ light: () => translate(`Light`),
11
+ moderate: () => translate(`Moderate`),
12
+ hard: () => translate(`Hard`),
14
13
  };
14
+ //# sourceMappingURL=Translations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Translations.js","sourceRoot":"","sources":["../../../src/utils/Translations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAA2D;IACpG,KAAK,EAAE,GAAW,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC;IACvC,QAAQ,EAAE,GAAW,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC;IAC7C,IAAI,EAAE,GAAW,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC;CACrC,CAAC"}
@@ -101,5 +101,5 @@ export declare class Utils {
101
101
  * @param value The value for the requested key.
102
102
  * @returns The key of the passed value.
103
103
  */
104
- static getKeyFromValue<T>(keys: T, value: T[keyof T]): keyof T;
104
+ static getKeyFromValue<T extends object>(keys: T, value: T[keyof T]): keyof T;
105
105
  }
@@ -139,3 +139,4 @@ export class Utils {
139
139
  return Object.keys(keys)[values.indexOf(value)];
140
140
  }
141
141
  }
142
+ //# sourceMappingURL=Utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../../src/utils/Utils.ts"],"names":[],"mappings":"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"}
@@ -42,7 +42,7 @@ export declare function checkBKProps(bloodKetoneUnit: BloodKetonesUnit | null, c
42
42
  * If language is not present in the Languages enum values array, throw a LanguageError.
43
43
  * @param language The user’s preferred language for using the app.
44
44
  */
45
- export declare function checkLanguage(language: Languages): void;
45
+ export declare function checkLanguage(language: keyof typeof Languages): void;
46
46
  /**
47
47
  * Check if the latest logbook from the last 6 hours is valid.
48
48
  *
@@ -4,8 +4,8 @@
4
4
  * and prevent a recommendation to be shown to the user based on the corrupted data.
5
5
  * @module
6
6
  */
7
- import { Activity, BloodGlucoseUnit, BloodKetonesUnit, Languages, UserSettings, } from "@hedia/types";
8
7
  import moment from "moment";
8
+ import { Activity, BloodGlucoseUnit, BloodKetonesUnit, Languages, UserSettings, } from "@hedia/types";
9
9
  import { ACTIVITY_BUFFER_MINUTES, ACTIVITY_DURATION_MINUTES_LIMITS, ACTIVITY_SETTINGS_INTERVAL_LIMITS, ACTIVITY_TARGET_BGL_MMOL_LIMITS, BOLUS_SECONDS_PASSED_LIMITS, CARBOHYDRATES_LIMTS, CURRENT_BGL_MMOL_LIMITS, CURRENT_BKL_MMOL_LIMITS, INSULIN_DOSE_LIMITS, INSULIN_SENSITIVITY_MMOL_LIMITS, INSULIN_TO_CARBS_RATIO_LIMITS, ONE_HOUR_MINUTES, REMINDER_HOURS_LIMITS, TARGET_BGL_MMOL_LIMITS, } from "./Constants";
10
10
  import { ActivityDateError, ActivityDurationError, ActivityIntensityError, ActivitySettingsError, ActivityTargetBGLError, ActivityTypeError, BloodGlucoseUnitError, BloodKetonePropsError, BloodKetoneUnitError, BolusInsulinDoseError, BolusInsulinSecondsPassedError, CarbohydrateLimitError, CurrentBGLError, CurrentBKLError, InjectionMethodError, InsulinSensitivityError, InsulinToCarbsRatioError, LanguageError, LatestLogbook6HoursBGLError, RecentBolusError, TargetBGLError, UserReminderError, } from "./RecommendationError";
11
11
  import { Utils } from "./Utils";
@@ -65,7 +65,7 @@ export function checkBKProps(bloodKetoneUnit, currentBKL) {
65
65
  * @param language The user’s preferred language for using the app.
66
66
  */
67
67
  export function checkLanguage(language) {
68
- if (!Object.values(Languages).includes(language)) {
68
+ if (!Object.keys(Languages).includes(language)) {
69
69
  throw LanguageError();
70
70
  }
71
71
  }
@@ -407,3 +407,4 @@ export function checkCarbohydrates(carbohydrates) {
407
407
  throw CarbohydrateLimitError();
408
408
  }
409
409
  }
410
+ //# sourceMappingURL=Validations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Validations.js","sourceRoot":"","sources":["../../../src/utils/Validations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACN,QAAQ,EACR,gBAAgB,EAChB,gBAAgB,EAEhB,SAAS,EAET,YAAY,GACZ,MAAM,cAAc,CAAC;AAGtB,OAAO,EACN,uBAAuB,EACvB,gCAAgC,EAChC,iCAAiC,EACjC,+BAA+B,EAC/B,2BAA2B,EAC3B,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,mBAAmB,EACnB,+BAA+B,EAC/B,6BAA6B,EAC7B,gBAAgB,EAChB,qBAAqB,EACrB,sBAAsB,GACtB,MAAM,aAAa,CAAC;AACrB,OAAO,EACN,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,8BAA8B,EAC9B,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,aAAa,EACb,2BAA2B,EAC3B,gBAAgB,EAChB,cAAc,EACd,iBAAiB,GACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,EAAE,IAAI,EAAE,GAAG,QAAQ,CAAC,KAAK,CAAC,iBAAiB,CAAC;AAClD,MAAM,EAAE,YAAY,EAAE,GAAG,QAAQ,CAAC,KAAK,CAAC,0BAA0B,CAAC;AAEnE;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,UAAU,cAAc,CAAC,KAA2B;IACzD,qBAAqB,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC9C,YAAY,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAErC,YAAY,CAAC,KAAK,CAAC,eAAe,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IACtD,YAAY,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;IACpC,qBAAqB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAExC,oBAAoB,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;IAC5C,iBAAiB,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;IACtC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC9B,wBAAwB,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC;IACxD,IAAI,KAAK,EAAE,gBAAgB,EAAE,QAAQ,IAAI,KAAK,EAAE,oBAAoB,EAAE;QACrE,iBAAiB,CAAC,KAAK,CAAC,oBAAoB,CAAC,YAAY,CAAC,CAAC;KAC3D;AACF,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,YAAY,CAAC,eAAwC,EAAE,UAAyB;IAC/F,IAAI,UAAU,KAAK,IAAI,IAAI,eAAe,KAAK,IAAI,EAAE;QACpD,MAAM,qBAAqB,EAAE,CAAC;KAC9B;AACF,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,aAAa,CAAC,QAAgC;IAC7D,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;QAC/C,MAAM,aAAa,EAAE,CAAC;KACtB;AACF,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,wBAAwB,CAAC,OAA2C;IACnF,IAAI,OAAO,KAAK,SAAS,EAAE;QAC1B,MAAM,2BAA2B,EAAE,CAAC;KACpC;IACD,IAAI,OAAO,KAAK,IAAI,IAAI,OAAO,CAAC,wBAAwB,KAAK,IAAI,EAAE;QAClE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,wBAAwB,EAAE,uBAAuB,CAAC,EAAE;YAChF,MAAM,2BAA2B,EAAE,CAAC;SACpC;KACD;AACF,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,oBAAoB,CAAC,eAAmD;IACvF,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,IAAI,CACnE,CAAC,MAAM,EAAW,EAAE,CAAC,MAAM,KAAK,eAAe,CAC/C,CAAC;IACF,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,oBAAoB,EAAE,CAAC;KAC7B;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,YAAY,CAAC,IAAsB;IAClD,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAW,EAAE,CAAC,QAAQ,KAAK,IAAI,CAAC,CAAC;IAC7F,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,qBAAqB,EAAE,CAAC;KAC9B;AACF,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,YAAY,CAAC,IAA6B;IACzD,IAAI,IAAI,KAAK,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAW,EAAE,CAAC,QAAQ,KAAK,IAAI,CAAC,CAAC;QAC7F,IAAI,CAAC,KAAK,EAAE;YACX,MAAM,oBAAoB,EAAE,CAAC;SAC7B;KACD;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,iBAAiB,CAAC,YAAoB;IACrD,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,qBAAqB,CAAC,EAAE;QAC1D,MAAM,iBAAiB,EAAE,CAAC;KAC1B;AACF,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,qBAAqB,CAAC,gBAA6D;IAClG,aAAa,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IACzC,kBAAkB,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACnD,eAAe,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAC7C,cAAc,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC;IAC3C,uBAAuB,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;IAC5D,uBAAuB,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IAC7D,gBAAgB,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACjD,6BAA6B,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC9D,+BAA+B,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;AACjE,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,aAAa,CAAC,QAAsD;IACnF,IAAI,QAAQ,EAAE;QACb,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QAC5B,qBAAqB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;QACjD,sBAAsB,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAC;QACnD,qBAAqB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;QACjD,sBAAsB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;KACzD;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,gBAAgB,CAAC,aAAwD;IACxF,IAAI,aAAa,KAAK,IAAI,IAAI,aAAa,KAAK,SAAS,EAAE;QAC1D,MAAM,gBAAgB,EAAE,CAAC;KACzB;AACF,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,6BAA6B,CAAC,aAAwD;IACrG,aAAa,CAAC,OAAO,CAAC,CAAC,KAAyC,EAAQ,EAAE;QACzE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,WAAW,EAAE,mBAAmB,CAAC,EAAE;YAC7D,MAAM,qBAAqB,EAAE,CAAC;SAC9B;IACF,CAAC,CAAC,CAAC;AACJ,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,+BAA+B,CAAC,aAAwD;IACvG,aAAa,CAAC,OAAO,CAAC,CAAC,KAAyC,EAAQ,EAAE;QACzE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,aAAa,EAAE,2BAA2B,CAAC,EAAE;YACvE,MAAM,8BAA8B,EAAE,CAAC;SACvC;IACF,CAAC,CAAC,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CAAC,gBAAwB;IAC7D,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,gBAAgB,EAAE,gCAAgC,CAAC,EAAE;QACzE,MAAM,qBAAqB,EAAE,CAAC;KAC9B;AACF,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,sBAAsB,CAAC,iBAAmD;IACzF,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,IAAI,CACjE,CAAC,MAAM,EAAW,EAAE,CAAC,MAAM,KAAK,iBAAiB,CACjD,CAAC;IACF,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,sBAAsB,EAAE,CAAC;KAC/B;AACF,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,iBAAiB,CAAC,YAAgD;IACjF,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAW,EAAE,CAAC,MAAM,KAAK,YAAY,CAAC,CAAC;IAC5G,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,iBAAiB,EAAE,CAAC;KAC1B;AACF,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,iBAAiB,CAAC,QAA+C;IAChF,MAAM,WAAW,GAAG,MAAM;SACxB,GAAG,CAAC,QAAQ,CAAC,YAAY,CAAC;SAC1B,GAAG,CAAC,QAAQ,CAAC,gBAAgB,GAAG,gBAAgB,GAAG,CAAC,GAAG,uBAAuB,EAAE,SAAS,CAAC,CAAC;IAC7F,IAAI,MAAM,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE;QACtC,MAAM,iBAAiB,EAAE,CAAC;KAC1B;AACF,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,qBAAqB,CAAC,gBAAiD;IACtF,KAAK,MAAM,SAAS,IAAI,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAA4C,EAAE;QACjG,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC;QACvD,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAA2C,EAAE;YACjG,MAAM,KAAK,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;YACpD,MAAM,YAAY,GAAY,KAAK,CAAC,SAAS,CAAC,KAAK,EAAE,iCAAiC,CAAC,CAAC;YACxF,IAAI,SAAS,KAAK,IAAI,IAAI,QAAQ,KAAK,YAAY,EAAE;gBACpD,IAAI,CAAC,YAAY,IAAI,KAAK,KAAK,IAAI,EAAE;oBACpC,MAAM,qBAAqB,EAAE,CAAC;iBAC9B;aACD;iBAAM,IAAI,CAAC,YAAY,EAAE;gBACzB,MAAM,qBAAqB,EAAE,CAAC;aAC9B;SACD;KACD;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,sBAAsB,CAAC,yBAAiC;IACvE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,yBAAyB,EAAE,+BAA+B,CAAC,EAAE;QACjF,MAAM,sBAAsB,EAAE,CAAC;KAC/B;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,eAAe,CAAC,UAAyB;IACxD,IAAI,UAAU,KAAK,IAAI,EAAE;QACxB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,EAAE,uBAAuB,CAAC,EAAE;YAC1D,MAAM,eAAe,EAAE,CAAC;SACxB;KACD;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,cAAc,CAAC,SAAiB;IAC/C,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,SAAS,EAAE,sBAAsB,CAAC,EAAE;QACxD,MAAM,cAAc,EAAE,CAAC;KACvB;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CAAC,UAAyB;IAC9D,IAAI,UAAU,KAAK,IAAI,EAAE;QACxB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,EAAE,uBAAuB,CAAC,EAAE;YAC1D,MAAM,eAAe,EAAE,CAAC;SACxB;KACD;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,uBAAuB,CAAC,kBAA0B;IACjE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,+BAA+B,CAAC,EAAE;QAC1E,MAAM,uBAAuB,EAAE,CAAC;KAChC;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,uBAAuB,CAAC,kBAA0B;IACjE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,6BAA6B,CAAC,EAAE;QACxE,MAAM,wBAAwB,EAAE,CAAC;KACjC;AACF,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,kBAAkB,CAAC,aAAqB;IACvD,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,aAAa,EAAE,mBAAmB,CAAC,EAAE;QACzD,MAAM,sBAAsB,EAAE,CAAC;KAC/B;AACF,CAAC"}
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.es2022.full.d.ts","../node_modules/@types/react/global.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@types/prop-types/index.d.ts","../node_modules/@types/scheduler/tracing.d.ts","../node_modules/@types/react/index.d.ts","../node_modules/@types/react-native/globals.d.ts","../node_modules/@types/react-native/legacy-properties.d.ts","../node_modules/@types/react-native/BatchedBridge.d.ts","../node_modules/@types/react-native/Codegen.d.ts","../node_modules/@types/react-native/Devtools.d.ts","../node_modules/@types/react-native/LaunchScreen.d.ts","../node_modules/@types/react-native/index.d.ts","../node_modules/react-native-keyboard-aware-scroll-view/index.d.ts","../node_modules/@hedia/types/dist/v1/activity/activity.d.ts","../node_modules/@hedia/types/dist/v1/boluscalculator/boluscalculator.d.ts","../node_modules/@hedia/types/dist/v1/logbook/logbook.d.ts","../node_modules/@hedia/types/dist/v1/enums.d.ts","../node_modules/@hedia/types/dist/v1/userdetails/userdetails.d.ts","../node_modules/@hedia/types/dist/v1/usersettings/usersettings.d.ts","../node_modules/@hedia/types/dist/v1/index.d.ts","../node_modules/@hedia/types/dist/v3/cgm/cgm.d.ts","../node_modules/@hedia/types/dist/v3/logbook/logbook.d.ts","../node_modules/@hedia/types/dist/v3/services/auth.d.ts","../node_modules/@hedia/types/dist/v3/services/email.d.ts","../node_modules/@hedia/types/dist/v3/services/logbook.d.ts","../node_modules/@hedia/types/dist/v3/services/notification.d.ts","../node_modules/@hedia/types/dist/v3/index.d.ts","../node_modules/@hedia/types/dist/index.d.ts","../node_modules/@hedia/recommendation-calculator/dist/src/RecommendationCalculator.d.ts","../node_modules/@hedia/recommendation-calculator/dist/index.d.ts","../node_modules/moment/ts3.1-typings/moment.d.ts","../src/locales/translate.ts","../src/types/enum.ts","../src/types/types.ts","../src/utils/Constants.ts","../src/utils/Utils.ts","../src/components/text/TextBold.tsx","../src/components/text/TextRegular.tsx","../src/components/InfoBars.tsx","../src/components/activity/ActivityIcon.tsx","../src/utils/Translations.ts","../src/components/activity/ActivityIntensity.tsx","../src/components/activity/Activity.tsx","../src/components/Icon.tsx","../src/components/Header.tsx","../node_modules/react-native-animatable/typings/react-native-animatable.d.ts","../node_modules/react-native-modal/dist/types.d.ts","../node_modules/react-native-modal/dist/modal.d.ts","../node_modules/react-native-modal/dist/index.d.ts","../src/components/RecommendationModal.tsx","../src/components/LimitationMessage.tsx","../src/components/mood/MoodIcon.tsx","../src/components/mood/Emotion.tsx","../src/components/RecentInsulin.tsx","../src/utils/RecommendationError.ts","../src/components/InvisibleNumberInput.tsx","../src/components/LineSeparator.tsx","../src/components/RecommendedCarbs.tsx","../node_modules/react-native-linear-gradient/index.d.ts","../src/utils/AttentionMessages.ts","../src/components/RecommendedInsulin.tsx","../node_modules/@react-native-community/slider/typings/index.d.ts","../src/components/Remeasure.tsx","../src/components/TransferToLogbook.tsx","../src/components/TwoOptionModal.tsx","../src/utils/RecommendationUtils.ts","../src/utils/Validations.ts","../src/RecommendationScreen.tsx","../index.ts","../src/locales/da/messages.json","../src/locales/de/messages.json","../src/locales/en/messages.json","../src/locales/es/messages.json","../src/locales/fr/messages.json","../src/locales/it/messages.json","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/eslint/helpers.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/eslint/index.d.ts","../node_modules/@types/eslint-scope/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/@jest/expect-utils/build/index.d.ts","../node_modules/jest-matcher-utils/node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/prettier/index.d.ts","../node_modules/@types/react-test-renderer/index.d.ts","../node_modules/@types/scheduler/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","impliedFormat":1},{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true,"impliedFormat":1},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true,"impliedFormat":1},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true,"impliedFormat":1},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true,"impliedFormat":1},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true,"impliedFormat":1},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true,"impliedFormat":1},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true,"impliedFormat":1},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true,"impliedFormat":1},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true,"impliedFormat":1},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true,"impliedFormat":1},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c339adcd35b01e3115c7ebe980b935b30093ac2dbe46dff36fed112e462afd2","impliedFormat":1},{"version":"bbdf156fea2fabed31a569445835aeedcc33643d404fcbaa54541f06c109df3f","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c29793071152b207c01ea1954e343be9a44d85234447b2b236acae9e709a383","impliedFormat":1},{"version":"6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","impliedFormat":1},{"version":"f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5","impliedFormat":1},{"version":"ef8a481f9f2205fcc287eef2b4e461d2fc16bc8a0e49a844681f2f742d69747e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a76bbd53b4eafb985c6200962d1c9ec1ded8fa80c06ade7488be971e9eaa0e2d","affectsGlobalScope":true,"impliedFormat":1},{"version":"840dd3c9c22dc9f99d2cd7861d105f2275ba34b40c01a65f3a0f33b07b09ab4b","impliedFormat":1},{"version":"efd32b1ab5e3897f64ed3d0f236657c3c9c7bcc669449e608ebee1ad9dbe396a","affectsGlobalScope":true,"impliedFormat":1},{"version":"ec8c27fd889adbf6a774c7915d25030f19adf16143bce0cbc42b566762e0b5a9","impliedFormat":1},{"version":"7fb3279c4bf36d993b1e8b339cded5908f7b2ec1b6e0ac2feaa842b5b6b143f1","impliedFormat":1},{"version":"234b97ac9af46707f2315ff395a9b340d37b7dbc8290d91f5d6bd97189d220f3","impliedFormat":1},{"version":"31dfcdd28a8ed1346281086cea3b7586a6710f3a4eeb50b07c502fc776691cf6","affectsGlobalScope":true,"impliedFormat":1},{"version":"3ffd4918ebc5b9ebeedbb71d02a505e1264cc7d64fd0d863247ba739598d7594","impliedFormat":1},{"version":"bd4528d9cedecae6e865ff4084a93e2cbe5c9f6218c4d9b1e2660143ecf6fff0","impliedFormat":1},{"version":"a38e1669809d14a39907af2257169dedd66d4680747420e93a0cb6b2d27feb1a","impliedFormat":1},{"version":"f2ac06087a3ceb96e4acc9a7dc98380555f289bc17e02b73b75fe7c2f7f3c971","impliedFormat":1},{"version":"93ce0bc5037e66423d8b341bc7af3c90a6198edcac6f3f1d823d62fafae05b6b","impliedFormat":1},{"version":"e002baaa2a4ab9162f3e2b2ae4aff20a54ff652c7ddcd0f9d5e76c97eea66e61","impliedFormat":1},{"version":"96a0295e07514eb38b4671269e803197cefa7676e8c823068bc5897099f1fa9d","impliedFormat":1},{"version":"de9ac8faabb5733b2b7de83b96b9a0ff6ffc888d8fa3b7c7a8879d25e73b013c","impliedFormat":1},{"version":"6613f570c0a10dda3a55be294acd1bf2562b717f11ea3c94c89b057ea10401ea","impliedFormat":1},{"version":"ff32f5dacfe45561c286a48b6b03aaa4b85975259672c66e44e9d9a079980b8d","impliedFormat":1},{"version":"42e44d2b1474875954492d7cdd6a6a13313d88eaed1ab709c4a579ab99b7aea0","impliedFormat":1},{"version":"9b3a6d6e597b3d0623a85586e0a16465cd8f0c1017a4d8bd7f29ee3ed80b962a","impliedFormat":1},{"version":"cb924330793292ceda0ca3ca62b3a7682420626758eacaca5bcfab8a90f431e2","impliedFormat":1},{"version":"96c7907410f55340f730982f8744cd89894698849587baa5f3792ca745655cf3","impliedFormat":1},{"version":"21193da5dce5c449726422549096d5797a57b253bc1f8248fe08a5755af82594","impliedFormat":1},{"version":"14b8e08276181653aa23b7e460ec40c2615363a97a90840b7eacce4411692de0","impliedFormat":1},{"version":"68bffb610b7a73e2ec7e11b7070c3e71fe4ef8b8cc257f5a93dfb56cef18f4dc","impliedFormat":1},{"version":"1fed5cb3d12cbb6d715f04a1635016a909dc3afc6f8fb0397993e9cd85075fc4","impliedFormat":1},{"version":"4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","impliedFormat":1},{"version":"a720fe25bc87e213d2ad68acdfc7a4ddf7b1c5640d8843bb67960dc6e8bc0067","signature":"7d24aae5f23ebfbfb3aed3be377c5520b00b988f2424779cba5d028e9ec32a0f","impliedFormat":1},{"version":"390992cc15c578e438de495aeaa14e0bbab6eb5c7bcd25a586300a6ca33c5eab","signature":"8ec8830d716cf702dbc35a3bbaabf7c2d107d149b9d9809ee1d59c139bf8e94e","impliedFormat":1},{"version":"da317a731590ef3bf5ac3d25ba33c75ad76e9b7e0a1bf1ed7009f33125524b8b","signature":"1737e8a1832f78f29e59cfded80c246185c8c058ab1cf8226eead44594a4d728","impliedFormat":1},{"version":"ad2124bf6d0e355ba7b8a43b2c2140ddb3b4f78e29745ef23fa5143a1364a0c9","signature":"90d385819bf0e392ae9ae7eeac70f555eba86acc768a55530367234f431d5618","impliedFormat":1},{"version":"2d209c371a0d1dfa4ade1970214507ccd641cefcac62e1e7be288b7282bb7031","signature":"44fe510e09e8e7a608c87c1275b209b6f4788012f9f8422879d51f7a89677d2f","impliedFormat":1},{"version":"52bbff6f8f996cb98eecda00b08d480a09f2a82e3c407b0d68887f5930269656","signature":"235df7a982f1af4b146f9f252a82c2e98a0373f8b30552995aa6313bf73bb10b","impliedFormat":1},{"version":"d23ac98794ca45984f44d152170529ab2881cdf33163baf25f914c130360dd9d","signature":"c44a36f6ffb7f1f3e1ec0f49152160ac46a6a5fba521053c008b79749a597c94","impliedFormat":1},{"version":"261c1d39f1f1a43f51dc229a5bc673b13a34a0e75e0253d5ee2ca8ebf00afd5e","signature":"d737a0ac4c12a6e7bdba5dee0d2b3511a6d821fdb95a55cc55fc6588226a17c0","impliedFormat":1},{"version":"6e7f10fb9a61b7bba84bc1e2de7afa01d5ae3c4df14a54482fb9ec85486da35f","signature":"705fa00aa6b0e19aae2d13965e156fc366bac677bdc87629e019282e9f37b887","impliedFormat":1},{"version":"fbbc61daf840d6404507b52d2e28ac7bca311557a4ea9a27d1f7a5f899032cd6","signature":"a917297374e76d34cc3a122dacecb4c425df284fe38cecc79d1deca0662d209a","impliedFormat":1},{"version":"bc978f98d055469cd9ac99bc37e53453ce392806aef4bd3f667343248813a7c0","signature":"4ef7e7adf0dc538d810448fd894386f518b1e93bb43cdd1905e474d4d0a98ed9","impliedFormat":1},{"version":"7dd36cc6b95003a06499d2912375f9f747a1765e2844d410ca791771683f18af","signature":"85bc966af4628387c017f04a1af57e09e25fbdbb3f08cfa04f97ee66b61f51c1","impliedFormat":1},{"version":"251fb2d90b49486f79f35dc2d13addd9b48d1bf3ab1170fe9d815af4cc3629c4","signature":"d641062b24c4df1330e82214cb684c81a05961e5ec71940426fb26ed2a6605e3","impliedFormat":1},{"version":"f4c4e7e2939ce74a9c27290d3108a75d359fb8e0be315f1066f04b15b80aa9ba","signature":"8a2d0de7af2b51682947980f685bc00b7217574398dc80c89c822d8f690f4360","impliedFormat":1},{"version":"a96e922f08dd5037ca064639ff602be7bec00eb40d97f58842faf83c1b290eb2","impliedFormat":1},{"version":"0c0146b35e111ff95338c89c59ca822c02dadfc5548ae98a1112760908713fd3","impliedFormat":1},{"version":"121fab41b648fb4e0665658b76b2a80572cfa8a9df4f890acaa2ec8c6ea0fc8d","impliedFormat":1},{"version":"bfe0b7982eb32c7e95220332db3879d9059fa8d632cb3297a625bf776e53908f","impliedFormat":1},{"version":"96e18e6198f51e6af3328b90f4feec7f4d5f7823622e2aaa87b987a050faceca","signature":"0dcd602ecf6d4d3fa20b793809ad7889e6471970554d6a138717e536351438fe","impliedFormat":1},{"version":"8ef8553e5672e74632efb0c3b4cb3050269b8b368914da1c150fbd65f7628ed1","signature":"5dab5c4668c246ff32c2363b59fb1895cd1730363538053370eda8f0a9072c26","impliedFormat":1},{"version":"302fda0cdb9117e33020f37528ceb15f5ec10cfd9ef4c705dd773a013b0c0573","signature":"77123fc05a33e0c229e478a9bc093ed9822b47234607f32b3417fd86ac343e75","impliedFormat":1},{"version":"185914a7465d5033b84050fec1e457fa56c9b286cb8b8e3705e7055c44d2123f","signature":"4dd0bf0c1f0fcef1dfbc1acbd244c9b716ce90ca3259fac8f82ab47b93651549","impliedFormat":1},{"version":"9950e194146df13acd4aa9d20510a931e53be0af6b01a36fa6488f4203ace63b","signature":"53d0df6cbff5d9beed126c5b4b3c9221fccea11765ff83b4c5ac7f42972f7b2d","impliedFormat":1},{"version":"882ffe86038200f38016f8b89e78f11eae5b32978b588ab5687b00c9144a841e","signature":"cfb545171323b0195ff5691451e9930c74f3f14764eb989f4034c52dc2ef65ba","impliedFormat":1},{"version":"eb8082b700334ede4b8c23273f8770b27cf640c0e0d28a89dd486b8826bb79df","signature":"33bcc33bc7a0adb23f4738deddfd8b12ad64db7b6cceb25a42b74b9270cc4b18","impliedFormat":1},{"version":"be91002f96a63e4aca2cb6304633093436ec2a185ccf500e95504435d6e08cd6","signature":"f40dd546bb7ff48692a2a758fce71539332e64d4e69ac42360c09aec2f183ccc","impliedFormat":1},{"version":"4b6c49eb5e8327027215fb9c023117b52cbb8092edf8b47ad5fa3797823fdb90","signature":"1a39179c50628549937b5e161dc336e0c37f984aaa068f324f7787f669b79f84","impliedFormat":1},{"version":"8b2db5dff9be280d1e430f123cfe7275c6dc19de3d25b9b16efb8ee796cd6ed5","impliedFormat":1},{"version":"2a69c92b669d7c4cf32ad8d549e8036d52308ad961f6b5f43e0f0c8a1f350425","signature":"33e113d72f8732bc3b77069744493f1db796e1f4106adbf4e601277b30ba5a5c","impliedFormat":1},{"version":"003da0a0a24446c18f1e5db29600d0eb8579eb5a4d956dac1fa899cec38044eb","signature":"58db1ba2ce51232dd740303bdb83efdf6eff3b3439e1ca7dac1185270c319180","impliedFormat":1},{"version":"6e4332d9b8c0082eaf9edd6ab4077baba71fed0e32a53f39adff5cf2b689ddb8","impliedFormat":1},{"version":"5f62d2231ed7a4ca830f82fb03a1b7a3160fd5e578ab4999b4fc7a974c61b9ac","signature":"f4587219b242b582eb6c8c746c6620542797419d106b48873589a4e8285f6f6e","impliedFormat":1},{"version":"7de3dca5518fbcf278a1bf2ade22b2cd7a959a009a3db0fc1b97c7a4ce59b3a2","signature":"27ed8947ebe73658ae90812a8c400bac5ce694255eb53c4975146dac324c365b","impliedFormat":1},{"version":"c9da32f588f7528e6d1ea715a69087172d8bb04cc6a0f000b377e5dba69d911d","signature":"781d9bf45301647b968cc2d3d235d8ec510be7511b33c22e2c0ccd769c3353cb","impliedFormat":1},{"version":"b16d32cfe3a56146494ebf13c1ad391a8ca71a990d981f14319018d7cc42bada","signature":"be97a1e88040ba9f58ba6165141024b15b6b8f0a4f03ea163ed7620e030d46d1","impliedFormat":1},{"version":"90d9bf6a239f2cb1d309b91a7c053863cdf366639780ca3bd6bffba6c4156ec3","signature":"1776858e7e780cf7ce877079f97732f081f713f781e52d5378a2525e15590a50","impliedFormat":1},{"version":"a1efcbf4e5f9c8a844883145e667864d1a015de9f0fb54f9143c3eb4ff429421","signature":"67bd8c8f73765328d95059c8c4871aa5c5ad68520f8f3704949f591a5b88ba92","impliedFormat":1},{"version":"bde8943dac0aa187ed199e188e400af2efbed90a6af5dd65a076acc49bb6d956","signature":"693e7b67da9c40383cf9498a59195bb7e1b186ca637eb3c1fb94e46cede308e7","impliedFormat":1},"6c73ffe9ba9d0a051784e833f81341e1bcf2a0659fcf862412a7d161952f355f","8294ccecfe1547dd4a9f7b73e740e380517c634735a90e3e984d127a043955fd","4d6a1aab1a895ad2fd0adfb632dc6ceefaaa8f6f60ee9715052847d34eac71f3","7847da4a8f9a365932040f96f7809b97da83d544538580bbdf362af9b657dbad","2d7585cb96341f57d1c568211deb02035deefd1999e7592c1966dbdcd1b869c1","42e22a0f1de55fa3ad6795172ac7a9671a6cf04ac8df4ce808c48e297bf29c7e",{"version":"f4617bbd5403ec5b058db53b242dcb1421952e2652bd5c80abf6a1c4ea5656d6","impliedFormat":1},{"version":"cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","impliedFormat":1},{"version":"230d323ef7f2ffadfc0ceae494492c4d2faa2b4eaec07a4b71424d084b97ebb8","impliedFormat":1},{"version":"93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","impliedFormat":1},{"version":"dae3d1adc67ac3dbd1cd471889301339ec439837b5df565982345be20c8fca9a","impliedFormat":1},{"version":"331dd4fb49f27df3e88bcd1361a063de1e9bcc7d463d6dc386b0c0d690c1a66f","impliedFormat":1},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true,"impliedFormat":1},{"version":"a1c79f857f5c7754e14c93949dad8cfefcd7df2ecc0dc9dd79a30fd493e28449","impliedFormat":1},{"version":"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","impliedFormat":1},{"version":"3adc8ac088388fd10b0e9cd3fa08abbebed9172577807394a241466ccb98f411","impliedFormat":1},{"version":"e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","impliedFormat":1},{"version":"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"ca72190df0eb9b09d4b600821c8c7b6c9747b75a1c700c4d57dc0bb72abc074c","affectsGlobalScope":true,"impliedFormat":1},{"version":"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9","impliedFormat":1},{"version":"bb65c6267c5d6676be61acbf6604cf0a4555ac4b505df58ac15c831fcbff4e3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","impliedFormat":1},{"version":"5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713","impliedFormat":1},{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"dab86d9604fe40854ef3c0a6f9e8948873dc3509213418e5e457f410fd11200f","impliedFormat":1},{"version":"bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","impliedFormat":1},{"version":"489532ff54b714f0e0939947a1c560e516d3ae93d51d639ab02e907a0e950114","impliedFormat":1},{"version":"f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","impliedFormat":1},{"version":"14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","impliedFormat":1},{"version":"5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea","impliedFormat":1},{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true,"impliedFormat":1},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true,"impliedFormat":1},{"version":"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","impliedFormat":1},{"version":"d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","impliedFormat":1},{"version":"5eec82ac21f84d83586c59a16b9b8502d34505d1393393556682fe7e7fde9ef2","impliedFormat":1},{"version":"04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","impliedFormat":1},{"version":"8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","impliedFormat":1},{"version":"2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58","impliedFormat":1},{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true,"impliedFormat":1},{"version":"d076fede3cb042e7b13fc29442aaa03a57806bc51e2b26a67a01fbc66a7c0c12","impliedFormat":1},{"version":"7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","impliedFormat":1},{"version":"b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30","impliedFormat":1},{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","impliedFormat":1},{"version":"210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","impliedFormat":1},{"version":"36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","impliedFormat":1},{"version":"0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","impliedFormat":1},{"version":"25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","impliedFormat":1},{"version":"fd93cee2621ff42dabe57b7be402783fd1aa69ece755bcba1e0290547ae60513","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","impliedFormat":1},{"version":"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","impliedFormat":1},{"version":"23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","impliedFormat":1},{"version":"223c37f62ce09a3d99e77498acdee7b2705a4ae14552fbdb4093600cd9164f3f","impliedFormat":1},{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","impliedFormat":1},{"version":"4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","impliedFormat":1},{"version":"3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","impliedFormat":1},{"version":"5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2","impliedFormat":1},{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c50342e1b65d3bee2ed4ab18f84842d5724ad11083bd666d8705dc7a6079d80","affectsGlobalScope":true,"impliedFormat":1},{"version":"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","impliedFormat":1},{"version":"ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","impliedFormat":1},{"version":"e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","impliedFormat":1},{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"8dbe725f8d237e70310977afcfa011629804d101ebaa0266cafda6b61ad72236","impliedFormat":1},{"version":"3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","impliedFormat":1},{"version":"8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","impliedFormat":1},{"version":"7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","impliedFormat":1},{"version":"f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","impliedFormat":1},{"version":"a7321c0e96eecb19dcbf178493836474cef21ee3f9345384ce9d74e4be31228d","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","impliedFormat":1},{"version":"427ce5854885cfc34387e09de05c1d5c1acf94c2143e1693f1d9ff54880573e7","impliedFormat":1},{"version":"bed2c4f96fab3348be4a34d88dcb12578c1b2475b07c6acd369e99e227718d81","impliedFormat":1},{"version":"e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","impliedFormat":1},{"version":"9ac9b7b349a96ff204f4172183cca1672cc402e1ee7277bfcdec96c000b7d818","impliedFormat":1},{"version":"ac127e4c6f2b5220b293cc9d2e64ba49781225b792a51cda50f3db8eafba550c","impliedFormat":1},{"version":"9aec3838773b6daece49517d7c04777c538ae9e9881ffb4e6d9aa8fc0c775a61","affectsGlobalScope":true,"impliedFormat":1},{"version":"209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","impliedFormat":1},{"version":"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","impliedFormat":1},{"version":"2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","impliedFormat":1},{"version":"bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621","impliedFormat":1},{"version":"408cc7117448f4994a1f50468648a2d06eff4112a7707dbef6ceea76d2684707","impliedFormat":1},{"version":"74b0245c42990ed8a849df955db3f4362c81b13f799ebc981b7bec2d5b414a57","impliedFormat":1},{"version":"2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","impliedFormat":1},{"version":"2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","impliedFormat":1},{"version":"42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","impliedFormat":1},{"version":"d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","impliedFormat":1},{"version":"77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","impliedFormat":1},{"version":"7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","impliedFormat":1},{"version":"906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","impliedFormat":1},{"version":"5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","impliedFormat":1},{"version":"c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","impliedFormat":1},{"version":"e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","impliedFormat":1},{"version":"e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","impliedFormat":1},{"version":"9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","impliedFormat":1},{"version":"0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","impliedFormat":1},{"version":"71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","impliedFormat":1},{"version":"c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","impliedFormat":1},{"version":"2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","impliedFormat":1},{"version":"479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","impliedFormat":1},{"version":"ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","impliedFormat":1},{"version":"f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","impliedFormat":1},{"version":"86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","impliedFormat":1},{"version":"2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","impliedFormat":1},{"version":"a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","impliedFormat":1},{"version":"b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","impliedFormat":1},{"version":"61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","impliedFormat":1},{"version":"6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","impliedFormat":1},{"version":"c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","impliedFormat":1},{"version":"38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","impliedFormat":1},{"version":"d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","impliedFormat":1},{"version":"3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","impliedFormat":1},{"version":"b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","impliedFormat":1},{"version":"f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","impliedFormat":1},{"version":"843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","impliedFormat":1},{"version":"f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","impliedFormat":1},{"version":"6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","impliedFormat":1},{"version":"e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","impliedFormat":1},{"version":"a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","impliedFormat":1},{"version":"a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","impliedFormat":1},{"version":"da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","impliedFormat":1},{"version":"b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","impliedFormat":1},{"version":"70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","impliedFormat":1},{"version":"b7b0003c5404c9cae2d7caf5d6b469b190cea06cce7815ba0e479a4457875290","impliedFormat":1}],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":3,"module":99,"noErrorTruncation":true,"noImplicitReturns":true,"noStrictGenericChecks":true,"noUnusedLocals":true,"noUnusedParameters":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"useUnknownInCatchVariables":false},"fileIdsList":[[91,113,126,191],[134,191],[191],[87,191],[86,191],[78,85,191],[72,191],[72,73,74,75,76,77,191],[75,191],[72,75,191],[79,80,81,82,83,84,191],[80,191],[191,205],[63,65,70,191],[134,135,136,137,138,191],[134,136,191],[141,143,191],[140,141,142,191],[162,191,198],[191,200],[191,201],[191,207,210],[145,191],[148,191],[149,154,182,191],[150,161,162,169,179,190,191],[150,151,161,169,191],[152,191],[153,154,162,170,191],[154,179,187,191],[155,157,161,169,191],[156,191],[157,158,191],[161,191],[159,161,191],[161,162,163,179,190,191],[161,162,163,176,179,182,191],[191,195],[157,164,169,179,190,191],[161,162,164,165,169,179,187,190,191],[164,166,179,187,190,191],[145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197],[161,167,191],[168,190,191],[157,161,169,179,191],[170,191],[171,191],[148,172,191],[173,189,191,195],[174,191],[175,191],[161,176,177,191],[176,178,191,193],[149,161,179,180,181,182,191],[149,179,181,191],[179,180,191],[182,191],[183,191],[161,185,186,191],[185,186,191],[154,169,179,187,191],[188,191],[169,189,191],[149,164,175,190,191],[154,191],[179,191,192],[191,193],[191,194],[149,154,161,163,172,179,190,191,193,195],[179,191,196],[65,70,191],[68,191],[63,64,65,66,67,68,69,191],[63,191],[59,60,61,62,191],[191,218,257],[191,218,242,257],[191,257],[191,218],[191,218,243,257],[191,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256],[191,243,257],[191,259],[191,203,209],[191,207],[191,204,208],[191,206],[105,106,191],[61,63,65,70,104,105,191],[65,70,104,191],[63,65,70,71,86,88,90,91,92,93,94,97,101,103,108,109,111,112,113,116,118,119,121,122,123,124,125,191],[63,65,70,90,91,93,95,102,191],[63,65,70,86,90,91,93,94,95,96,191],[63,65,70,90,91,95,96,108,191],[63,65,70,90,91,93,95,97,191],[63,65,70,90,91,93,95,96,107,109,191],[63,65,70,90,91,93,95,96,97,102,113,114,115,191],[63,65,70,86,90,91,93,94,95,96,97,102,114,117,118,191],[63,65,70,90,91,93,95,96,97,120,191],[63,65,70,90,91,93,95,191],[63,65,70,91,93,95,96,102,108,191],[63,65,70,86,90,91,92,93,95,96,97,98,100,191],[63,65,70,86,90,92,93,96,191],[63,65,70,86,92,93,95,97,99,191],[63,65,70,86,90,93,95,110,191],[63,65,70,86,191],[86,89,191],[86,89,90,191],[86,92,191],[86,90,91,191],[86,89,91,93,94,113,118,191],[86,90,191],[86,92,93,191],[86,89,93,94,113,126,191],[91,113,126],[63,65,70,86,92,113],[63],[63,65,70],[63,86,91],[63,91],[63,86],[63,86,92],[63,65,70,86,92],[63,65,70,86],[65,70],[86],[92],[91],[86,91],[86,92],[86,126]],"referencedMap":[[127,1],[136,2],[134,3],[88,4],[87,5],[86,6],[72,3],[73,7],[75,3],[78,8],[74,3],[76,9],[77,10],[79,3],[85,11],[80,3],[81,3],[82,3],[83,12],[84,3],[203,3],[206,13],[120,14],[205,3],[139,15],[135,2],[137,16],[138,2],[144,17],[140,3],[143,18],[141,3],[199,19],[200,3],[201,20],[202,21],[211,22],[142,3],[212,3],[145,23],[146,23],[148,24],[149,25],[150,26],[151,27],[152,28],[153,29],[154,30],[155,31],[156,32],[157,33],[158,33],[160,34],[159,35],[161,34],[162,36],[163,37],[147,38],[197,3],[164,39],[165,40],[166,41],[198,42],[167,43],[168,44],[169,45],[170,46],[171,47],[172,48],[173,49],[174,50],[175,51],[176,52],[177,52],[178,53],[179,54],[181,55],[180,56],[182,57],[183,58],[184,3],[185,59],[186,60],[187,61],[188,62],[189,63],[190,64],[191,65],[192,66],[193,67],[194,68],[195,69],[196,70],[213,3],[214,3],[215,3],[61,3],[66,3],[67,71],[68,72],[69,3],[64,3],[70,73],[65,71],[216,74],[59,3],[63,75],[217,3],[62,3],[242,76],[243,77],[218,78],[221,78],[240,76],[241,76],[231,76],[230,79],[228,76],[223,76],[236,76],[234,76],[238,76],[222,76],[235,76],[239,76],[224,76],[225,76],[237,76],[219,76],[226,76],[227,76],[229,76],[233,76],[244,80],[232,76],[220,76],[257,81],[256,3],[251,80],[253,82],[252,80],[245,80],[246,80],[248,80],[250,80],[254,82],[255,82],[247,82],[249,82],[258,3],[259,3],[260,83],[60,3],[210,84],[208,85],[209,86],[204,3],[89,3],[207,87],[104,14],[71,14],[117,14],[107,88],[106,89],[105,90],[10,3],[11,3],[15,3],[14,3],[2,3],[16,3],[17,3],[18,3],[19,3],[20,3],[21,3],[22,3],[23,3],[3,3],[4,3],[27,3],[24,3],[25,3],[26,3],[28,3],[29,3],[30,3],[5,3],[31,3],[32,3],[33,3],[34,3],[6,3],[38,3],[35,3],[36,3],[37,3],[39,3],[7,3],[40,3],[45,3],[46,3],[41,3],[42,3],[43,3],[44,3],[8,3],[50,3],[47,3],[48,3],[49,3],[51,3],[9,3],[52,3],[58,3],[53,3],[54,3],[55,3],[56,3],[1,3],[57,3],[13,3],[12,3],[126,91],[103,92],[102,14],[97,93],[114,14],[109,94],[115,14],[112,95],[108,96],[116,97],[119,98],[121,99],[122,100],[123,101],[101,102],[98,103],[100,104],[111,105],[110,106],[95,14],[96,14],[128,3],[129,3],[130,3],[131,3],[132,3],[133,3],[90,107],[91,3],[92,5],[118,108],[93,109],[113,110],[124,111],[99,112],[94,113],[125,114]],"exportedModulesMap":[[127,115],[136,2],[134,3],[88,4],[87,5],[86,6],[72,3],[73,7],[75,3],[78,8],[74,3],[76,9],[77,10],[79,3],[85,11],[80,3],[81,3],[82,3],[83,12],[84,3],[203,3],[206,13],[120,14],[205,3],[139,15],[135,2],[137,16],[138,2],[144,17],[140,3],[143,18],[141,3],[199,19],[200,3],[201,20],[202,21],[211,22],[142,3],[212,3],[145,23],[146,23],[148,24],[149,25],[150,26],[151,27],[152,28],[153,29],[154,30],[155,31],[156,32],[157,33],[158,33],[160,34],[159,35],[161,34],[162,36],[163,37],[147,38],[197,3],[164,39],[165,40],[166,41],[198,42],[167,43],[168,44],[169,45],[170,46],[171,47],[172,48],[173,49],[174,50],[175,51],[176,52],[177,52],[178,53],[179,54],[181,55],[180,56],[182,57],[183,58],[184,3],[185,59],[186,60],[187,61],[188,62],[189,63],[190,64],[191,65],[192,66],[193,67],[194,68],[195,69],[196,70],[213,3],[214,3],[215,3],[61,3],[66,3],[67,71],[68,72],[69,3],[64,3],[70,73],[65,71],[216,74],[59,3],[63,75],[217,3],[62,3],[242,76],[243,77],[218,78],[221,78],[240,76],[241,76],[231,76],[230,79],[228,76],[223,76],[236,76],[234,76],[238,76],[222,76],[235,76],[239,76],[224,76],[225,76],[237,76],[219,76],[226,76],[227,76],[229,76],[233,76],[244,80],[232,76],[220,76],[257,81],[256,3],[251,80],[253,82],[252,80],[245,80],[246,80],[248,80],[250,80],[254,82],[255,82],[247,82],[249,82],[258,3],[259,3],[260,83],[60,3],[210,84],[208,85],[209,86],[204,3],[89,3],[207,87],[104,14],[71,14],[117,14],[107,88],[106,89],[105,90],[10,3],[11,3],[15,3],[14,3],[2,3],[16,3],[17,3],[18,3],[19,3],[20,3],[21,3],[22,3],[23,3],[3,3],[4,3],[27,3],[24,3],[25,3],[26,3],[28,3],[29,3],[30,3],[5,3],[31,3],[32,3],[33,3],[34,3],[6,3],[38,3],[35,3],[36,3],[37,3],[39,3],[7,3],[40,3],[45,3],[46,3],[41,3],[42,3],[43,3],[44,3],[8,3],[50,3],[47,3],[48,3],[49,3],[51,3],[9,3],[52,3],[58,3],[53,3],[54,3],[55,3],[56,3],[1,3],[57,3],[13,3],[12,3],[126,116],[103,117],[102,118],[97,119],[114,118],[109,117],[115,117],[112,117],[108,117],[116,120],[119,121],[121,117],[122,117],[123,117],[101,122],[98,123],[100,121],[111,121],[110,124],[95,125],[96,125],[128,3],[129,3],[130,3],[131,3],[132,3],[133,3],[90,126],[92,126],[93,127],[113,128],[124,129],[99,126],[94,130],[125,131]],"semanticDiagnosticsPerFile":[127,136,134,88,87,86,72,73,75,78,74,76,77,79,85,80,81,82,83,84,203,206,120,205,139,135,137,138,144,140,143,141,199,200,201,202,211,142,212,145,146,148,149,150,151,152,153,154,155,156,157,158,160,159,161,162,163,147,197,164,165,166,198,167,168,169,170,171,172,173,174,175,176,177,178,179,181,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,213,214,215,61,66,67,68,69,64,70,65,216,59,63,217,62,242,243,218,221,240,241,231,230,228,223,236,234,238,222,235,239,224,225,237,219,226,227,229,233,244,232,220,257,256,251,253,252,245,246,248,250,254,255,247,249,258,259,260,60,210,208,209,204,89,207,104,71,117,107,106,105,10,11,15,14,2,16,17,18,19,20,21,22,23,3,4,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,58,53,54,55,56,1,57,13,12,126,103,102,97,114,109,115,112,108,116,119,121,122,123,101,98,100,111,110,95,96,128,129,130,131,132,133,90,91,92,118,93,113,124,99,94,125]},"version":"4.9.4"}