{"version":3,"sources":["../src/utils/keys.ts"],"sourcesContent":["/**\n * Enum representing keys for feature flags.\n */\nexport enum FEATURE_FLAGS_KEYS {\n  LOGIN = 'LOGIN',\n}\n\n/**\n * Enum representing storage keys for authentication-related data.\n */\nexport enum KEYS {\n  /**\n   * Key for the Zustand persist storage.\n   */\n  AUTH_STORAGE = '@auth-storage:analytica:v2',\n\n  /**\n   * Key for the Zustand persist storage.\n   */\n  APP_STORAGE = '@app-storage:analytica:v2',\n\n  /**\n   * Key for the Zustand persist storage for lessons.\n   */\n  LESSONS_STORAGE = '@lessons-storage:analytica:v2',\n\n  /**\n   * Key for the Zustand persist storage for modules feature flags.\n   */\n  MODULES_STORAGE = '@modules-storage:analytica:v1',\n}\n"],"mappings":";AAGO,IAAK,qBAAL,kBAAKA,wBAAL;AACL,EAAAA,oBAAA,WAAQ;AADE,SAAAA;AAAA,GAAA;AAOL,IAAK,OAAL,kBAAKC,UAAL;AAIL,EAAAA,MAAA,kBAAe;AAKf,EAAAA,MAAA,iBAAc;AAKd,EAAAA,MAAA,qBAAkB;AAKlB,EAAAA,MAAA,qBAAkB;AAnBR,SAAAA;AAAA,GAAA;","names":["FEATURE_FLAGS_KEYS","KEYS"]}