1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

introduce latest metrics rx operators

This commit is contained in:
✨ Audrey ✨
2025-03-17 15:03:56 -04:00
parent cf20a83278
commit 4bf34f2f46
6 changed files with 184 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ import { Type } from "../data";
import { AchievementId, MetricId, AchievementValidator } from "../types";
const ItemCreatedProgress = "item-quantity" as MetricId;
const CredentialGeneratedProgress = "credential-generated" as MetricId;
const TotallyAttachedAchievement = "totally-attached" as AchievementId;
const ItemCreatedMetric = "item-created-metric" as AchievementId;
@@ -118,4 +119,5 @@ export {
ThreeItemsCreatedValidator,
FiveItemsCreatedAchievement,
FiveItemsCreatedValidator,
CredentialGeneratedProgress,
};